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

Gonéri Le Bouder goneri at rulezlan.org
Thu Aug 13 12:07:24 UTC 2009


The following commit has been merged in the master branch:
commit 57f50a9242d775e7cc6c4960f8caec3a6168d550
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date:   Thu Aug 13 14:08:14 2009 +0200

    diff clean up

diff --git a/debian/changelog b/debian/changelog
index fa33b13..3817b64 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 xboard (4.4.0~beta1-1) UNRELEASED; urgency=low
 
+  [ Vincent Legout ]
   * New upstream version (Closes: #534512, #539854)
     - Drop 01_fix_spaces_NCP_in_cmail.in.dpatch, fixed upstream
     - Drop 05_LOWTIMEWARNING.dpatch, fixed upstream
@@ -17,7 +18,11 @@ xboard (4.4.0~beta1-1) UNRELEASED; urgency=low
   * 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, 13 Aug 2009 11:31:52 +0200
+  [ Gonéri Le Bouder ]
+  * Clean files generated by autoreconf
+  * Use dh_clean instead of $(RM) to the file clean up
+
+ -- Gonéri Le Bouder <goneri at rulezlan.org>  Thu, 13 Aug 2009 14:06:31 +0200
 
 xboard (4.4.0~alpha6-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index cdc2b56..19000ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,10 +45,11 @@ build-stamp: patch config.status
 clean: unpatch
 	dh_testdir
 	dh_testroot
-	$(RM) build-stamp parser.c
 	[ ! -f Makefile ] || $(MAKE) distclean
-	$(RM) config.status
-	dh_clean
+	dh_clean INSTALL Makefile.in aclocal.m4 config.guess config.h.in \
+    config.sub configure copyright.info depcomp install-sh mdate-sh missing \
+    mkinstalldirs stamp-h stamp-vti texinfo.tex version.texi xboard.info \
+    xboard.man ylwrap config.status build-stamp parser.c
 
 install: build
 	dh_testdir

-- 
xboard PKG



More information about the Pkg-games-commits mailing list