[SCM] xboard PKG branch, master, updated. debian/4.4.0.alpha6-1-13-gac05e18

Vincent Legout vincent at legout.info
Thu Aug 13 09:40:24 UTC 2009


The following commit has been merged in the master branch:
commit ac05e184c9770b8f3852b40bbb361d0930c23ccb
Author: Vincent Legout <vincent at legout.info>
Date:   Thu Aug 13 11:33:37 2009 +0200

    Run make distclean before removing config.status in clean target

diff --git a/debian/changelog b/debian/changelog
index 5797409..fa33b13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,8 +15,9 @@ xboard (4.4.0~beta1-1) UNRELEASED; urgency=low
   * Install pxboard and cmail in /usr/games
   * Switch to debhelper 7
   * Use dh_prep instead of dh_clean -k
+  * Run make distclean before removing config.status in clean target
 
- -- Vincent Legout <vincent at legout.info>  Thu, 06 Aug 2009 17:53:56 +0200
+ -- Vincent Legout <vincent at legout.info>  Thu, 13 Aug 2009 11:31:52 +0200
 
 xboard (4.4.0~alpha6-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 75be019..cdc2b56 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,8 +45,9 @@ build-stamp: patch config.status
 clean: unpatch
 	dh_testdir
 	dh_testroot
-	$(RM) build-stamp config.status parser.c
+	$(RM) build-stamp parser.c
 	[ ! -f Makefile ] || $(MAKE) distclean
+	$(RM) config.status
 	dh_clean
 
 install: build

-- 
xboard PKG



More information about the Pkg-games-commits mailing list