Package: libdaemon Version: 0.14-5 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu utopic ubuntu-patch
Hi Michael, The libdaemon package in Ubuntu has been patched to use dh-autoreconf at build time, to force full regeneration of all autoconf-generated files. As has been discussed recently on debian-devel, this is necessary in order for libdaemon to build on the new ppc64el port (because an updated libtool is needed), and there's a growing consensus that we should do this by default wherever possible. Please consider applying the attached patch to the Debian package. Thanks, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer http://www.debian.org/ slanga...@ubuntu.com vor...@debian.org
=== modified file 'debian/control' --- debian/control 2014-04-04 01:19:30 +0000 +++ debian/control 2014-04-25 04:39:36 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Utopia Maintenance Team <pkg-utopia-maintain...@lists.alioth.debian.org> Uploaders: Michael Biebl <bi...@debian.org> -Build-Depends: debhelper (>= 9), autotools-dev, doxygen, lynx +Build-Depends: debhelper (>= 9), autotools-dev, doxygen, lynx, dh-autoreconf Standards-Version: 3.9.5 Homepage: http://0pointer.de/lennart/projects/libdaemon/ Vcs-Git: git://git.debian.org/git/pkg-utopia/libdaemon.git === modified file 'debian/rules' --- debian/rules 2014-03-28 13:30:41 +0000 +++ debian/rules 2014-04-25 04:36:58 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with autoreconf LDFLAGS += -Wl,-z,defs