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 <d...@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 <d...@earth.li>  Sun, 30 Dec 2007 14:19:48 +0000
+ -- Dominic Hargreaves <d...@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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to