Source: steghide Followup-For: Bug #535842 User: [email protected] Usertags: ppc64el User: [email protected] Usertags: autoreconf X-Debbugs-Cc: [email protected], [email protected]
Dear Maintainer, I did the autoreconf patch following the instructions given by Breno. Thanks, Paulo Flabiano Smorigo [email protected] -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: ppc64el (ppc64le) Kernel: Linux 3.13-1-powerpc64le (SMP w/16 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash
diff -Nru steghide-0.5.1/debian/changelog steghide-0.5.1/debian/changelog --- steghide-0.5.1/debian/changelog 2014-09-01 20:04:30.000000000 +0000 +++ steghide-0.5.1/debian/changelog 2014-09-01 20:04:31.000000000 +0000 @@ -1,3 +1,9 @@ +steghide (0.5.1-9ppc64el1) UNRELEASED; urgency=medium + + * autoreconf to enable new architectures. + + -- Paulo Flabiano Smorigo <[email protected]> Mon, 01 Sep 2014 19:02:23 +0000 + steghide (0.5.1-9) unstable; urgency=low * Applied patch from Cyril Brulebois <cyril.brulebois@enst- diff -Nru steghide-0.5.1/debian/compat steghide-0.5.1/debian/compat --- steghide-0.5.1/debian/compat 1970-01-01 00:00:00.000000000 +0000 +++ steghide-0.5.1/debian/compat 2014-09-01 20:04:31.000000000 +0000 @@ -0,0 +1 @@ +4 diff -Nru steghide-0.5.1/debian/control steghide-0.5.1/debian/control --- steghide-0.5.1/debian/control 2014-09-01 20:04:30.000000000 +0000 +++ steghide-0.5.1/debian/control 2014-09-01 20:04:31.000000000 +0000 @@ -2,7 +2,7 @@ Section: misc Priority: optional Maintainer: Ola Lundqvist <[email protected]> -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, dh-autoreconf Standards-Version: 3.7.2 Package: steghide diff -Nru steghide-0.5.1/debian/rules steghide-0.5.1/debian/rules --- steghide-0.5.1/debian/rules 2014-09-01 20:04:30.000000000 +0000 +++ steghide-0.5.1/debian/rules 2014-09-01 20:04:31.000000000 +0000 @@ -8,6 +8,7 @@ configure: configure-stamp configure-stamp: dh_testdir + dh_autoreconf ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info touch configure-stamp @@ -20,6 +21,7 @@ clean: dh_testdir dh_testroot + dh_autoreconf_clean rm -f build-stamp configure-stamp -rm config.status config.cache config.log

