[linux-tools] 04/04: debian/rules: Exclude .git from maintainerclean rule

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Tue Aug 11 17:09:54 UTC 2015


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux-tools.

commit 1e84c2a729c4b34c925c285de1277950a6accd2f
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Tue Aug 11 19:09:44 2015 +0200

    debian/rules: Exclude .git from maintainerclean rule
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ebd05b6..1cd5669 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 at decadent.org.uk>  Tue, 11 Aug 2015 18:56:56 +0200
 
diff --git a/debian/rules b/debian/rules
index f5476e1..e873488 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux-tools.git



More information about the Kernel-svn-changes mailing list