debian/rules: Delete files with leading dot also for maintainer clean.

svn path=/dists/trunk/linux-2.6/; revision=6077
This commit is contained in:
Bastian Blank 2006-03-05 23:13:13 +00:00
parent 8b4d3635bd
commit 06a5a91032
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -50,7 +50,7 @@ orig: ../orig/linux-$(MAJOR)-$(VERSION)
fi
maintainerclean:
rm -rf $(filter-out debian, $(wildcard *))
rm -rf $(filter-out debian .svn, $(wildcard * .[^.]*))
clean: debian/control
dh_testdir