tags 633188 + patch tags 633188 + pending tags 642738 + patch tags 642738 + pending thanks
Dear maintainer, I've prepared an NMU for styx (versioned as 1.8.0-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key ID: 0x8649AA06 : :' : Debian GNU/Linux user, admin, & developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe `- NP: Kurt Ostbahn: 3 Wochen zlang
diff -Nru styx-1.8.0/debian/changelog styx-1.8.0/debian/changelog --- styx-1.8.0/debian/changelog 2011-03-08 14:10:09.000000000 +0100 +++ styx-1.8.0/debian/changelog 2011-12-30 16:02:53.000000000 +0100 @@ -1,3 +1,12 @@ +styx (1.8.0-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS: ./config.status: 1358: ./config.status: gawk: not found": + add build dependency on gawk (closes: #642738). + * debian/rules: empty dependency_libs in .la files (closes: #633188). + + -- gregor herrmann <[email protected]> Fri, 30 Dec 2011 16:02:26 +0100 + styx (1.8.0-1) unstable; urgency=low * New upstream version. diff -Nru styx-1.8.0/debian/control styx-1.8.0/debian/control --- styx-1.8.0/debian/control 2011-02-28 18:08:33.000000000 +0100 +++ styx-1.8.0/debian/control 2011-12-30 15:45:37.000000000 +0100 @@ -2,7 +2,7 @@ Section: devel Priority: optional Maintainer: Frederik Schüler <[email protected]> -Build-Depends: cdbs, autotools-dev, debhelper (>= 7), docbook-to-man +Build-Depends: cdbs, autotools-dev, debhelper (>= 7), docbook-to-man, gawk Standards-Version: 3.9.1 Homepage: http://speculate.de/styx/ diff -Nru styx-1.8.0/debian/rules styx-1.8.0/debian/rules --- styx-1.8.0/debian/rules 2011-02-28 18:08:25.000000000 +0100 +++ styx-1.8.0/debian/rules 2011-12-30 16:02:21.000000000 +0100 @@ -55,5 +55,9 @@ done find debian/styx-doc -size 0 | xargs rm -f +# empty dependency_libs in .la files +binary-install/styx-dev:: + sed -i "/dependency_libs/ s/'.*'/''/" $(CURDIR)/debian/styx-dev/usr/lib/*.la + DEB_DH_MAKESHLIBS_ARGS_ALL := -V DEB_SHLIBDEPS_INCLUDE := debian/libstyx2/usr/lib
signature.asc
Description: Digital signature

