[SCM] UNNAMED PROJECT branch, master, updated. debian/4.4.0.alpha6-1

Clint Adams schizo at debian.org
Tue Jun 23 00:28:58 UTC 2009


The following commit has been merged in the master branch:
commit 04857f9e2a59f4c215c9807988d368b658efafa3
Author: Clint Adams <schizo at debian.org>
Date:   Mon Jun 22 19:51:06 2009 -0400

    Build-depend on and use automake at build time.

diff --git a/debian/control b/debian/control
index 1718dca..417928d 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 <schizo at debian.org>, Barry deFreese <bdefreese at debian.org>, Gonéri Le Bouder <goneri at rulezlan.org>
-Build-Depends: debhelper (>= 5), xaw3dg-dev, flex, quilt, libxaw7-dev, texinfo
+Build-Depends: debhelper (>= 5), xaw3dg-dev, flex, quilt, libxaw7-dev, texinfo, automake
 Standards-Version: 3.8.2
 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 bd38f63..2f929d2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,9 @@ else
 	CFLAGS += -O2
 endif
 
+configure: configure.ac
+	autoreconf -fi
+
 config.status: configure
 	dh_testdir
 

-- 
UNNAMED PROJECT



More information about the Pkg-games-commits mailing list