[ri-li] 53/93: do not ignore make distclean return

Markus Koschany apo-guest at moszumanska.debian.org
Wed Dec 2 17:55:46 UTC 2015


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

apo-guest pushed a commit to branch master
in repository ri-li.

commit a5834de8ce4c378df29432895c8546b0208ae6b7
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date:   Tue Aug 14 20:34:30 2007 +0000

    do not ignore make distclean return
---
 debian/changelog | 5 ++++-
 debian/rules     | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f020be2..077a5af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,7 +16,10 @@ ri-li (2.0.0-3) unstable; urgency=low
   [ Cyril Brulebois ]
   * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.
 
- -- Jon Dowland <jon at alcopop.org>  Thu, 12 Jul 2007 12:05:17 +0100
+  [ Gonéri Le Bouder ]
+  * do not ignore make distclean return
+
+ -- Gonéri Le Bouder <goneri at rulezlan.org>  Tue, 14 Aug 2007 20:52:04 +0000
 
 ri-li (2.0.0-2) unstable; urgency=high
 
diff --git a/debian/rules b/debian/rules
index 3f48e63..8ac3cb9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ build-stamp: config-stamp
 clean:
 	dh_testdir
 	dh_testroot
-	-make distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -f config-stamp build-stamp debian/ri-li.6
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	dh_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ri-li.git



More information about the Pkg-games-commits mailing list