From 1e84c2a729c4b34c925c285de1277950a6accd2f Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 11 Aug 2015 19:09:44 +0200 Subject: [PATCH] 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 ebd05b67a..1cd5669e6 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 Tue, 11 Aug 2015 18:56:56 +0200 diff --git a/debian/rules b/debian/rules index f5476e14b..e87348846 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