[libgeo-coordinates-utm-perl] 07/30: fix distclean error

dom at earth.li dom at earth.li
Sat Apr 23 15:52:59 UTC 2016


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

dom pushed a commit to branch master
in repository libgeo-coordinates-utm-perl.

commit a02b73b93f3130d44c7b9cebc3503bd172beec91
Author: Dominic Hargreaves <dom at earth.li>
Date:   Thu Dec 20 21:58:44 2007 +0000

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

diff --git a/debian/changelog b/debian/changelog
index b35dc0d..8dfbac3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ libgeo-coordinates-utm-perl (0.08-1) unstable; urgency=low
 
   * New upstream release
   * Update Standards-Version (no changes)
+  * Fix distclean invocation
 
- -- Dominic Hargreaves <dom at earth.li>  Thu, 20 Dec 2007 21:57:11 +0000
+ -- Dominic Hargreaves <dom at earth.li>  Thu, 20 Dec 2007 21:59:21 +0000
 
 libgeo-coordinates-utm-perl (0.06-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 3332492..c7f0154 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,7 +43,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/libgeo-coordinates-utm-perl.git



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