Package: libcdio Version: 0.83-4 Severity: important Tags: patch User: debian-...@lists.debian.org Usertags: arm64
libcdio's config.guess/config.sub are out of date for the forthcoming arm64 port. The attached patch sets things up so that you don't have to be bothered by this type of bug for future ports. * Use the autotools-dev dh addon to update config.guess/config.sub for arm64. diff -Nru libcdio-0.83/debian/control libcdio-0.83/debian/control --- libcdio-0.83/debian/control 2011-12-29 22:49:40.000000000 +0000 +++ libcdio-0.83/debian/control 2013-10-10 02:30:26.000000000 +0100 @@ -2,7 +2,7 @@ Priority: optional Section: libs Maintainer: Nicolas Boullis <nboul...@debian.org> -Build-Depends: debhelper (>= 8.0.0), dctrl-tools | grep-dctrl, libpopt-dev, libncurses5-dev | libncurses-dev, libcam-dev [kfreebsd-any] +Build-Depends: debhelper (>= 8.0.0), dctrl-tools | grep-dctrl, libpopt-dev, libncurses5-dev | libncurses-dev, libcam-dev [kfreebsd-any], autotools-dev Standards-Version: 3.9.2 Homepage: http://www.gnu.org/software/libcdio/ diff -Nru libcdio-0.83/debian/rules libcdio-0.83/debian/rules --- libcdio-0.83/debian/rules 2011-12-29 21:18:10.000000000 +0000 +++ libcdio-0.83/debian/rules 2013-10-10 02:30:01.000000000 +0100 @@ -28,6 +28,7 @@ config.status: configure dh_testdir + dh_autotools-dev_updateconfig # Add here commands to configure the package. CFLAGS="$(CFLAGS)" ./configure --disable-cddb --disable-vcd-info --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info @@ -54,6 +55,7 @@ # Add here commands to clean up after the build process. [ ! -f Makefile ] || $(MAKE) distclean + dh_autotools-dev_restoreconfig dh_clean install: build 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