On Fri, Feb 08, 2013 at 11:33:24PM +0000, Colin Watson wrote:
> Please update config.guess and config.sub to a current version from
> autotools-dev to support the arm64 architecture (aarch64-linux-gnu).
> The obvious patch follows in case it helps.

Here's a much shorter patch to achieve much the same effect.

  * Use the autotools-dev dh addon to update config.guess/config.sub for new
    ports.

diff -u chrpath-0.14/debian/control chrpath-0.14/debian/control
--- chrpath-0.14/debian/control
+++ chrpath-0.14/debian/control
@@ -2,7 +2,7 @@
 Section: utils
 Priority: optional
 Maintainer: Tollef Fog Heen <[email protected]>
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9), autotools-dev
 Standards-Version: 3.9.3
 
 Package: chrpath
diff -u chrpath-0.14/debian/rules chrpath-0.14/debian/rules
--- chrpath-0.14/debian/rules
+++ chrpath-0.14/debian/rules
@@ -1,7 +1,7 @@
 #! /usr/bin/make -f
 
 %:
-       dh $@
+       dh $@ --with autotools_dev
 
 override_dh_auto_install:
        dh_auto_install -- docdir="/usr/share/doc/chrpath"

Thanks,

-- 
Colin Watson                                       [[email protected]]


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to