Package: asc
Version: 2.5.0.0-1
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: wheezy/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.12.0-7-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 -Nru asc-2.5.0.0/debian/control asc-2.5.0.0/debian/control
--- asc-2.5.0.0/debian/control	2013-10-22 13:08:38.000000000 -0400
+++ asc-2.5.0.0/debian/control	2013-12-27 01:04:37.000000000 -0500
@@ -1,10 +1,9 @@
 Source: asc
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
 Uploaders: Sam Hocevar <s...@debian.org>, Bartosz Fenski <fe...@debian.org>, Alexander Reichle-Schmehl <toli...@debian.org>, Barry deFreese <bdefre...@debian.org>, Moritz Muehlenhoff <j...@debian.org>
-Build-Depends: debhelper (>= 7.0.50~), dpkg-dev (>= 1.16.1~), libsdl1.2-dev, libsdl-mixer1.2-dev, libsdl-image1.2-dev, libsdl-sound1.2-dev, libsigc++-1.2-dev, libphysfs-dev, libxt-dev, libesd0-dev, libboost-dev, libboost-regex-dev, libbz2-dev, zip, libwxgtk2.8-dev, liblua5.1-0-dev, libexpat1-dev, libjpeg-dev, libfreetype6-dev, libpng-dev
+Build-Depends: debhelper (>= 7.0.50~), dpkg-dev (>= 1.16.1~), libsdl1.2-dev, libsdl-mixer1.2-dev, libsdl-image1.2-dev, libsdl-sound1.2-dev, libsigc++-1.2-dev, libphysfs-dev, libxt-dev, libesd0-dev, libboost-dev, libboost-regex-dev, libbz2-dev, zip, libwxgtk2.8-dev, liblua5.1-0-dev, libexpat1-dev, libjpeg-dev, libfreetype6-dev, libpng-dev, autotools-dev
 Standards-Version: 3.9.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/asc/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/asc/
diff -Nru asc-2.5.0.0/debian/rules asc-2.5.0.0/debian/rules
--- asc-2.5.0.0/debian/rules	2013-05-26 17:02:24.000000000 -0400
+++ asc-2.5.0.0/debian/rules	2013-12-27 00:03:52.000000000 -0500
@@ -16,7 +16,7 @@
 endif
 
 %:
-	dh $@
+	dh $@ --with autotools_dev
 
 override_dh_auto_configure:
 	CFLAGS="$(CFLAGS)" ./configure --prefix=/usr --disable-paraguitest

Reply via email to