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

Vincent Legout vincent at legout.info
Thu Aug 13 19:34:34 UTC 2009


The following commit has been merged in the master branch:
commit 54be215330ef71bb3c820c239364ec138d575fa0
Author: Vincent Legout <vincent at legout.info>
Date:   Thu Aug 13 15:21:01 2009 +0200

    Use autogen.sh instead of autoreconf -fi

diff --git a/debian/changelog b/debian/changelog
index 3817b64..9455741 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ xboard (4.4.0~beta1-1) UNRELEASED; urgency=low
   * Switch to debhelper 7
   * Use dh_prep instead of dh_clean -k
   * Run make distclean before removing config.status in clean target
+  * Use autogen.sh instead of autoreconf -fi
 
   [ Gonéri Le Bouder ]
   * Clean files generated by autoreconf
diff --git a/debian/rules b/debian/rules
index 19000ee..80df1fc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ else
 endif
 
 configure: configure.ac
-	autoreconf -fi
+	./autogen.sh
 
 config.status: configure
 	dh_testdir
@@ -46,9 +46,9 @@ clean: unpatch
 	dh_testdir
 	dh_testroot
 	[ ! -f Makefile ] || $(MAKE) distclean
-	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 \
+	dh_clean Makefile.in aclocal.m4 config.guess config.h.in \
+    config.sub configure copyright.info depcomp mdate-sh missing \
+    stamp-h stamp-vti texinfo.tex version.texi xboard.info \
     xboard.man ylwrap config.status build-stamp parser.c
 
 install: build

-- 
xboard PKG



More information about the Pkg-games-commits mailing list