[dreamchess] 31/80: + * make clean removes quilt .pc directory + * do not ignore make distclean return anymore

Markus Koschany apo-guest at moszumanska.debian.org
Mon Nov 9 20:26:29 UTC 2015


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

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

commit 8a33e3845aeb0747945f87b5c071800df5c509f5
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date:   Mon Sep 17 13:43:23 2007 +0000

    +  * make clean removes quilt .pc directory
    +  * do not ignore make distclean return anymore
---
 debian/changelog | 2 ++
 debian/rules     | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 68c46b8..1a4184a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ dreamchess (0.1.0-2) unstable; urgency=low
   * fix the watchfile
   * rewrite use_mxml_from_debian.diff to avoid an autotools autoexecution
     (Closes #424186, #442544)
+  * make clean removes quilt .pc directory
+  * do not ignore make distclean return anymore 
 
  -- Gonéri Le Bouder <goneri at rulezlan.org>  Sun, 16 Sep 2007 22:28:15 +0200
 
diff --git a/debian/rules b/debian/rules
index 12da7c5..19c5b0f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,7 +45,7 @@ clean:
 	dh_testroot
 	rm -f build-stamp 
 
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub
 endif
@@ -53,6 +53,7 @@ ifneq "$(wildcard /usr/share/misc/config.guess)" ""
 	cp -f /usr/share/misc/config.guess config.guess
 endif
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
+	rm -rf .pc
 	dh_clean 
 
 install: build

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



More information about the Pkg-games-commits mailing list