[opencity] 36/91: clean target removes quilt .pc directory

Markus Koschany apo-guest at moszumanska.debian.org
Wed Mar 25 12:23:02 UTC 2015


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

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

commit 68583d0429c57277fdebcfe3404892d3f24c54d5
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date:   Mon Sep 17 15:50:38 2007 +0000

    clean target removes quilt .pc directory
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3316841..6921ad6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ opencity (0.0.4stable-3) unstable; urgency=low
   * use imagemagick's convert to create the .xpm from OpenCity.png
     - new builddep: imagemagick
     - remove debian/opencity.xpm
+  * clean target removes quilt .pc directory
 
  -- Gonéri Le Bouder <goneri at rulezlan.org>  Sat, 15 Sep 2007 12:13:27 +0200
 
diff --git a/debian/rules b/debian/rules
index 3704919..c42142a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,8 +50,8 @@ ifneq "$(wildcard /usr/share/misc/config.guess)" ""
 	cp -f /usr/share/misc/config.guess config.guess
 endif
 	dh_clean 
-	rm -f config.log config.status
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
+	rm -rf config.log config.status .pc
 
 install: build
 	dh_testdir

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



More information about the Pkg-games-commits mailing list