Source: avahi
Version: 0.6.32~rc+dfsg-1
Severity: important
Tags: patch
I tried to install some self-built amd64 packages from avahi 0.6.32~rc+dfsg-1
along the corresponding i386 patches from the archives. This failed because
some changelog.gz files were different in the amd64 and i386 packages, e.g.
/usr/share/doc/libavahi-client3/changelog.gz:
2015-11-04 gettextize <[email protected]>
* Makefile.am (EXTRA_DIST): Add config.rpath.
* configure.ac (AC_CONFIG_FILES): Add po/Makefile.in.
This comes from the top level ChangeLog in the source which is created (or
amended) by autogen.sh (by invoking gettextize from gettext 0.19.6-1) during
the build, hence the date above is the build date.
Suggested fix: invoke gettextize with the --no-changelog option; patch
attached.
Cheers, Roderich
-- System Information:
Debian Release: stretch/sid
APT prefers xenial
APT policy: (500, 'xenial'), (500, 'buildd-unstable'), (500, 'unstable'), (1,
'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.3.0 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Index: avahi-0.6.32~rc+dfsg/autogen.sh
===================================================================
--- avahi-0.6.32~rc+dfsg.orig/autogen.sh
+++ avahi-0.6.32~rc+dfsg/autogen.sh
@@ -57,7 +57,7 @@ else
rm -f Makefile.am~ configure.ac~
# Evil, evil, evil, evil hack
- sed 's/read dummy/\#/' `which gettextize` | sh -s -- --copy --force
+ sed 's/read dummy/\#/' `which gettextize` | sh -s -- --copy --force --no-changelog
test -f Makefile.am~ && mv Makefile.am~ Makefile.am
test -f configure.ac~ && mv configure.ac~ configure.ac