[libcache-perl] 05/28: distclean fix

dom at earth.li dom at earth.li
Sat Oct 4 17:27:41 UTC 2014


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

dom pushed a commit to branch master
in repository libcache-perl.

commit 7bdf2b0aa2e3268e927cdbfd4d2bcee647933945
Author: Dominic Hargreaves <dom at earth.li>
Date:   Tue Feb 26 21:23:10 2008 +0000

    distclean fix
---
 debian/changelog | 3 ++-
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c1f2802..7d70338 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ libcache-perl (2.04-2) unstable; urgency=low
   * Update Standards-Version (no changes)
   * Standardize debian/watch format
   * debian/control: add Homepage field
+  * Fix make distclean lintian warning
 
- -- Dominic Hargreaves <dom at earth.li>  Tue, 26 Feb 2008 21:12:24 +0000
+ -- Dominic Hargreaves <dom at earth.li>  Tue, 26 Feb 2008 21:21:14 +0000
 
 libcache-perl (2.04-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index b3f6859..e4962a3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,7 @@ clean:
 	dh_testroot
 
 	# Add commands to clean up after the build process here
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 
 	dh_clean build-stamp install-stamp
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcache-perl.git



More information about the Pkg-perl-cvs-commits mailing list