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

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


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

    Do not build with --with-Xaw3d anymore

diff --git a/debian/changelog b/debian/changelog
index 8d9288c..58414c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,9 @@ xboard (4.5~git20101120-1) UNRELEASED; urgency=low
     - Update VERSION
     - Do not run autoreconf -i and remove the override_dh_auto_clean target
       which is no longer needed.
+    - Do not build with --with-Xaw3d anymore (Closes: #604610)
   * debian/control:
-    - Remove the build dependency on automake
+    - Remove the build dependency on automake and xaw3dg-dev
     - Bump Standards-Version to 3.9.1
     - Update long description, thanks to H.G.Muller
   * debian/preinst: Fix maintainer-script-without-set-e lintian warning
diff --git a/debian/control b/debian/control
index 92c748a..465a279 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
+Build-Depends: debhelper (>= 7.0.50~), quilt, libxaw7-dev, texinfo
 Standards-Version: 3.9.1
 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 2c7f2cf..4a8a7ba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,6 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-		--with-Xaw3d \
 		--enable-zippy  \
 		--bindir='$${exec_prefix}/games'
 

-- 
xboard PKG



More information about the Pkg-games-commits mailing list