[opencity] 50/91: clean config.guess use dh_clean to purge the temp files

Markus Koschany apo-guest at moszumanska.debian.org
Wed Mar 25 12:23:04 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 adda19e4a409aafd4a3e8b92ffa8fc8400704426
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date:   Thu Jan 1 14:49:35 2009 +0000

    clean config.guess
    use dh_clean to purge the temp files
---
 debian/changelog | 4 ++--
 debian/rules     | 5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0e242d2..aeabf13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,8 +9,8 @@ opencity (0.0.6.1stable-1) UNRELEASED; urgency=low
     bz2 source with uscan.
 
   [ Gonéri Le Bouder ]
-  * Clean debian/opencity.xpm
-
+  * Clean debian/opencity.xpm and config.guess
+  * use dh_clean to clean temp files
  -- Iain Lane <laney at ubuntu.com>  Tue, 23 Dec 2008 18:18:59 +0000
 
 opencity (0.0.5.1stable-2) experimental; urgency=low
diff --git a/debian/rules b/debian/rules
index e6ed7c7..3318ae7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,9 +49,10 @@ endif
 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
 	cp -f /usr/share/misc/config.guess config.guess
 endif
-	dh_clean 
+	dh_clean debian/opencity.xpm config.log config.status config.guess \
+            debian/opencity.6
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
-	rm -rf debian/opencity.xpmconfig.log config.status .pc debian/opencity.6
+        rm -rf .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