debian/rules: Exclude .git from maintainerclean rule

This commit is contained in:
Ben Hutchings 2015-08-11 19:09:44 +02:00
parent 14e7abc03f
commit 1e84c2a729
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -3,6 +3,7 @@ linux-tools (4.1.4-3) UNRELEASED; urgency=medium
* Adjust for migration to git:
- Update .gitignore files
- debian/control: Update Vcs-* fields
- debian/rules: Exclude .git from maintainerclean rule
-- Ben Hutchings <ben@decadent.org.uk> Tue, 11 Aug 2015 18:56:56 +0200

2
debian/rules vendored
View File

@ -36,7 +36,7 @@ endif
maintainerclean:
rm -f debian/control debian/control.md5sum debian/rules.gen
rm -rf $(filter-out debian .svk .svn, $(wildcard * .[^.]*))
rm -rf $(filter-out debian .svk .svn .git, $(wildcard * .[^.]*))
clean: debian/control
dh_testdir