--
Steve McIntyre, Cambridge, UK. [email protected]
"I suspect most samba developers are already technically insane... Of
course, since many of them are Australians, you can't tell." -- Linus Torvalds
diff -Nru xpilot-ng-4.7.3/debian/changelog xpilot-ng-4.7.3/debian/changelog
--- xpilot-ng-4.7.3/debian/changelog 2014-08-08 05:10:32.000000000 +0000
+++ xpilot-ng-4.7.3/debian/changelog 2014-10-25 00:58:57.000000000 +0000
@@ -1,3 +1,11 @@
+xpilot-ng (1:4.7.3-2.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Run dh-autoreconf to update config.{sub,guess} and
+ {libtool,aclocal}.m4. Closes: #728009, #744551
+
+ -- Steve McIntyre <[email protected]> Fri, 24 Oct 2014 17:59:32 -0700
+
xpilot-ng (1:4.7.3-2.1) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru xpilot-ng-4.7.3/debian/control xpilot-ng-4.7.3/debian/control
--- xpilot-ng-4.7.3/debian/control 2014-08-08 05:07:29.000000000 +0000
+++ xpilot-ng-4.7.3/debian/control 2014-10-25 01:01:01.000000000 +0000
@@ -4,7 +4,7 @@
Maintainer: Ben Armstrong <[email protected]>
Uploaders: Phil Brooke <[email protected]>
Build-Conflicts: autoconf2.13, automake1.4, x11proto-xf86misc-dev
-Build-Depends: autoconf, automake1.11, debhelper (>= 7), libx11-dev,
libxext-dev, x11proto-core-dev, zlib1g-dev, libexpat1-dev, libsdl1.2-dev,
libsdl-image1.2-dev, libsdl-ttf2.0-dev, libgl1-mesa-dev, libglu1-mesa-dev,
libalut-dev, libopenal-dev (>= 1:1.10.622), help2man, python (>= 2.6.6-3~)
+Build-Depends: autoconf, automake1.11, debhelper (>= 7), libx11-dev,
libxext-dev, x11proto-core-dev, zlib1g-dev, libexpat1-dev, libsdl1.2-dev,
libsdl-image1.2-dev, libsdl-ttf2.0-dev, libgl1-mesa-dev, libglu1-mesa-dev,
libalut-dev, libopenal-dev (>= 1:1.10.622), help2man, python (>= 2.6.6-3~),
autotools-dev
Standards-Version: 3.9.4
Homepage: http://xpilot.sf.net
diff -Nru xpilot-ng-4.7.3/debian/rules xpilot-ng-4.7.3/debian/rules
--- xpilot-ng-4.7.3/debian/rules 2013-11-10 11:14:31.000000000 +0000
+++ xpilot-ng-4.7.3/debian/rules 2014-10-25 01:04:08.000000000 +0000
@@ -35,12 +35,12 @@
config.status: configure
dh_testdir
+ dh_autotools-dev_updateconfig
CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure
--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr
--mandir=\$${prefix}/share/man --libdir=\$${prefix}/share/games
--datadir=\$${prefix}/share/games --bindir=\$${prefix}/games --enable-sound
#Architecture
build: build-arch build-indep
- AUTOMAKE=automake-1.11 ACLOCAL=aclocal-1.11 autoreconf
dh_testdir
build-arch: build-arch-stamp
@@ -66,7 +66,7 @@
$(MAKE) clean
rm -f *.man
rm -f config.status config.log
-
+ dh_autotools-dev_restoreconfig
dh_clean
install: install-indep install-arch