Package: libaal
Version: 1.0.5-5.1
Severity: normal
Tags: patch
User: debian-...@lists.debian.org
Usertags: arm64

Please update config.guess and config.sub to a current version from
autotools-dev to support the arm64 architecture (aarch64-linux-gnu).

The simplest way to do this so that you don't have to worry about this
kind of bug report from porters in the future is by using dh-autoreconf.
I've been converting my own packages to it and have found it a great
improvement, so I've taken that approach in the following patch.

  * Use dh-autoreconf so that config.guess and config.sub are updated.

diff -u libaal-1.0.5/debian/rules libaal-1.0.5/debian/rules
--- libaal-1.0.5/debian/rules
+++ libaal-1.0.5/debian/rules
@@ -21,6 +21,7 @@
 
 config.status: configure
        dh_testdir
+       dh_autoreconf
        CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) 
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --disable-shared --enable-libminimal
 
 build: build-stamp
@@ -34,6 +35,7 @@
        dh_testroot
        rm -f build-stamp 
        [ ! -f Makefile ] || $(MAKE) distclean
+       dh_autoreconf_clean
        dh_clean 
 
 install: build
diff -u libaal-1.0.5/debian/control libaal-1.0.5/debian/control
--- libaal-1.0.5/debian/control
+++ libaal-1.0.5/debian/control
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Felix Zielcke <fziel...@z-51.de>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7), dh-autoreconf
 Standards-Version: 3.8.3
 
 Package: libaal-dev

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