[libnet-openid-consumer-perl] 04/39: fix make distclean

Damyan Ivanov dmn at moszumanska.debian.org
Fri Jul 24 13:08:13 UTC 2015


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

dmn pushed a commit to branch master
in repository libnet-openid-consumer-perl.

commit 402a3d1347ac9886cba44d0ceb5eb1ef44f30629
Author: Dominic Hargreaves <dom at earth.li>
Date:   Sun Dec 30 14:22:40 2007 +0000

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

diff --git a/debian/changelog b/debian/changelog
index 2ead473..d9a2b1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ libnet-openid-consumer-perl (0.14-1) unstable; urgency=low
 
   * New upstream release
   * Update Standards-Version (no changes)
+  * Fix 'make distclean' invocation in debian/rules
 
- -- Dominic Hargreaves <dom at earth.li>  Sun, 30 Dec 2007 14:19:48 +0000
+ -- Dominic Hargreaves <dom at earth.li>  Sun, 30 Dec 2007 14:22:52 +0000
 
 libnet-openid-consumer-perl (0.13-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 2583730..2f63a15 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/libnet-openid-consumer-perl.git



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