[SCM] xboard PKG branch, experimental, updated. debian/4.5.git20100118-1-17-g9f1d7df

Vincent Legout vincent at legout.info
Mon Dec 6 20:08:14 UTC 2010


The following commit has been merged in the experimental branch:
commit 5e04fec2c3a04551b78d22a6ccae7fa125b9c694
Author: Vincent Legout <vincent at legout.info>
Date:   Sun Dec 5 20:37:40 2010 +0100

    Clean debian/rules

diff --git a/debian/changelog b/debian/changelog
index 5596828..164e402 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,12 @@ xboard (4.5~git20101120-1) UNRELEASED; urgency=low
   * New upstream version:
     - Update patches
     - Remove 12_file_browser.patch: Merged upstream
+  * debian/rules:
+    - Update VERSION
+    - Do not run autoreconf -i and remove the override_dh_auto_clean target
+      which is no longer needed.
+  * debian/control:
+    - Remove the build dependency on automake
 
   [ Clint Adams ]
   * change my uploader address
diff --git a/debian/control b/debian/control
index 1ea6e06..e9ebafc 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Clint Adams <clint at gnu.org>, Barry deFreese <bdefreese at debian.org>, Gonéri Le Bouder <goneri at rulezlan.org>, Vincent Legout <vincent at legout.info>
-Build-Depends: debhelper (>= 7.0.50~), xaw3dg-dev, quilt, libxaw7-dev, texinfo, automake
+Build-Depends: debhelper (>= 7.0.50~), xaw3dg-dev, quilt, libxaw7-dev, texinfo
 Standards-Version: 3.8.4
 Homepage: http://savannah.gnu.org/projects/xboard/
 Vcs-Git: git://git.debian.org/git/pkg-games/xboard.git
diff --git a/debian/rules b/debian/rules
index 8805d32..96899ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,6 @@
 	dh $@
 
 override_dh_auto_configure:
-	autoreconf -fi
 	dh_auto_configure -- \
 		--with-Xaw3d \
 		--enable-zippy  \
@@ -17,13 +16,7 @@ override_dh_auto_install:
 		debian/xboard/usr/share/lintian/overrides/xboard
 	mv debian/xboard/etc/xboard.conf debian/xboard/etc/xboard/xboard.conf
 
-override_dh_auto_clean:
-	dh_auto_clean
-	dh_clean INSTALL Makefile.in aclocal.m4 config.guess config.h.in config.sub \
-		configure depcomp install-sh mdate-sh missing mkinstalldirs stamp-vti \
-		texinfo.tex version.texi ylwrap
-
-VERSION=20100118
+VERSION=20101120
 
 get-orig-source:
 	wget ftp://alpha.gnu.org/gnu/xboard/xboard-master-$(VERSION).tar.gz

-- 
xboard PKG



More information about the Pkg-games-commits mailing list