Package: realtimebattle
Version: 1.0.8-13
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu trusty ubuntu-patch

Dear Maintainer,

Please use autotools-dev to update config.{sub,guess} for new architectures.
For example, we needed these updates in Ubuntu for the new arm64 and ppc64el
architectures.

In Ubuntu, the attached patch was applied to achieve the following:

  * Use autotools-dev to update config.{sub,guess} for new arches.

Thanks for considering the patch.

Logan Rosen



-- System Information:
Debian Release: jessie/sid
  APT prefers trusty-updates
  APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 
'trusty'), (100, 'trusty-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13.0-14-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u realtimebattle-1.0.8/debian/rules realtimebattle-1.0.8/debian/rules
--- realtimebattle-1.0.8/debian/rules
+++ realtimebattle-1.0.8/debian/rules
@@ -17,6 +17,7 @@
 build-indep: build-stamp
 build-stamp:
 	dh_testdir
+	dh_autotools-dev_updateconfig
 
 	./configure --prefix=/usr --with-rtb-dir=/usr/lib/realtimebattle LDFLAGS="$(LDFLAGS) -Wl,--as-needed"
 
@@ -35,6 +36,7 @@
 	[ ! -f Makefile ] || $(MAKE) distclean
 #	this file is created and not cleaned by the rtb Makefile
 	-rm Documentation/German/RealTimeBattle.info
+	dh_autotools-dev_restoreconfig
 	dh_clean
 
 install: install-stamp
diff -u realtimebattle-1.0.8/debian/control realtimebattle-1.0.8/debian/control
--- realtimebattle-1.0.8/debian/control
+++ realtimebattle-1.0.8/debian/control
@@ -4,7 +4,7 @@
 Maintainer: RĂ©mi Vanicat <vani...@debian.org>
 Standards-Version: 3.9.3
 Build-Depends: debhelper (>= 5), libgtk2.0-dev, libglib2.0-dev,
-               dpkg-dev (>= 1.16.1~), python
+               dpkg-dev (>= 1.16.1~), python, autotools-dev
 Build-Depends-Indep: default-jdk
 Vcs-Browser: http://git.debian.org/?p=collab-maint/realtimebattle.git;a=summary
 Vcs-Git: git://git.debian.org/git/collab-maint/realtimebattle.git

Reply via email to