[med-svn] [freecontact] 01/01: a build stamp should be removed first in the clean rule as recommended in policy for clean target
Laszlo Kajan
lkajan at alioth.debian.org
Thu Sep 19 15:56:41 UTC 2013
This is an automated email from the git hooks/post-receive script.
lkajan pushed a commit to branch master
in repository freecontact.
commit 6e21aaca2b5b5d2b1cf4fe60c0c7aab5758932ff
Author: Laszlo Kajan <lkajan at debian.org>
Date: Thu Sep 19 17:56:34 2013 +0200
a build stamp should be removed first in the clean rule as recommended in policy for clean target
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 78f59a9..f66e04b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,8 +39,8 @@ get-orig-source:
.PHONY: override_dh_auto_clean
override_dh_auto_clean:
- dh_auto_clean
rm -f build-indep-stamp
+ dh_auto_clean
%:
dh $@ --parallel --with bash-completion --with autotools_dev
--
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/freecontact.git
More information about the debian-med-commit
mailing list