control: severity -1 important control: tag -1 + patch On Wed, Aug 27, 2014 at 10:56:18AM +0100, Wookey wrote: > Package: steghide > Version: 0.5.1-9 > Severity: normal > User: debian-...@lists.debian.org > Usertag: arm64 > > This package failed to build on arm64. Here is the buildd log: > https://buildd.debian.org/status/fetch.php?pkg=steghide&arch=arm64&ver=0.5.1-9&stamp=1408434089. > > It is one of hundreds of packages which need autoconf updates in order > to build on new architectures such as arm64, mips64el, ppc64el and > or1k. Re-autoconfing is the recommended way to deal with the general > case of this problem in Debian, as it works now and in the future, and > ensures packages remain buildable from source. This page ( > https://wiki.debian.org/Autoreconf ) contains information on this > issue, and details for maintainers on how to update their packages: > > The porter teams are working hard to get the new architectures ready > for jessie, and time is short, so do please try to fix this issue > promptly. It's often trivial to do. >
Please find attached a patch to fix this issue. In order to get the arm64 and ppc64el architectures, it would be nice if you can upload a new version with this patch in the next days. Thanks. Aurelien -- Aurelien Jarno GPG: 4096R/1DDD8C9B aurel...@aurel32.net http://www.aurel32.net
--- steghide-0.5.1/debian/control +++ steghide-0.5.1/debian/control @@ -2,7 +2,7 @@ Section: misc Priority: optional Maintainer: Ola Lundqvist <o...@debian.org> -Build-Depends: debhelper (>= 4.0.0), libmcrypt-dev, libmhash-dev, zlib1g-dev, libtool, libjpeg-dev +Build-Depends: debhelper (>= 4.0.0), libmcrypt-dev, libmhash-dev, zlib1g-dev, libtool, libjpeg-dev, autotools-dev Standards-Version: 3.7.2 Package: steghide --- steghide-0.5.1/debian/rules +++ steghide-0.5.1/debian/rules @@ -8,6 +8,7 @@ configure: configure-stamp configure-stamp: dh_testdir + dh_autotools-dev_updateconfig ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info touch configure-stamp @@ -28,6 +29,7 @@ -rm po/*.gmo -rm src/*.o src/steghide + dh_autotools-dev_restoreconfig dh_clean install: build