Package: openr2
Version: 1.3.2-1.1
Severity: important
Tags: patch
User: debian-...@lists.debian.org
Usertags: arm64

openr2's config.guess/config.sub are out of date for the forthcoming
arm64 port.  This appears to be just because it's running autoreconf
without the -f option to replace existing files; the following patch
fixes that.

You might like to take the opportunity to switch to dh-autoreconf, which
will improve clean handling and such.

  * Run autoreconf with -f so that it updates config.guess and config.sub.

diff -Nru openr2-1.3.2/debian/rules openr2-1.3.2/debian/rules
--- openr2-1.3.2/debian/rules   2012-06-16 14:39:43.000000000 +0100
+++ openr2-1.3.2/debian/rules   2013-10-16 19:20:07.000000000 +0100
@@ -34,7 +34,7 @@
 build-indep: build-stamp
 build-stamp:
        dh build --before configure
-       autoreconf -i
+       autoreconf -f -i
        dh_auto_configure -- --sysconfdir=/etc/openr2
        dh build --after configure
        touch $@

Thanks,

-- 
Colin Watson                                       [cjwat...@ubuntu.com]


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to