On 2016-04-15 03:15:12, Jonas Smedegaard wrote: > Quoting Antoine Beaupré (2016-04-15 00:15:08) >> Ping? It's been 5 years? Can I NMU this? > > Sure, you can always NMU. Thanks!
Done, in DELAYED/10. Here's the debdiff:
diff -u ezstream-0.5.6~dfsg/debian/control ezstream-0.5.6~dfsg/debian/control --- ezstream-0.5.6~dfsg/debian/control +++ ezstream-0.5.6~dfsg/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Icecast team <pkg-icecast-de...@lists.alioth.debian.org> Uploaders: Guillaume Pellerin <yom...@altern.org>, Romain Beauxis <to...@rastageeks.org>, Jonas Smedegaard <d...@jones.dk> -Build-Depends: cdbs (>= 0.4.39), devscripts (>= 2.10.7), dh-buildinfo, cdbs (>= 0.4.53), debhelper (>= 7.0.1), libogg-dev (>> 1.1.0), libshout3-dev (>= 2.0-9), libvorbis-dev (>> 1.0.1), libxml2-dev (>= 2.6.11), docbook-to-man, autotools-dev +Build-Depends: cdbs (>= 0.4.39), devscripts (>= 2.10.7), cdbs (>= 0.4.53), debhelper (>= 7.0.1), libogg-dev (>> 1.1.0), libshout3-dev (>= 2.0-9), libvorbis-dev (>> 1.0.1), libxml2-dev (>= 2.6.11), autotools-dev Standards-Version: 3.8.3 Homepage: http://www.icecast.org/ezstream.php Vcs-Svn: svn://svn.debian.org/svn/pkg-icecast/ezstream/trunk diff -u ezstream-0.5.6~dfsg/debian/rules ezstream-0.5.6~dfsg/debian/rules --- ezstream-0.5.6~dfsg/debian/rules +++ ezstream-0.5.6~dfsg/debian/rules @@ -13,7 +13,6 @@ include debian/cdbs/1/rules/upstream-tarball.mk include debian/cdbs/1/rules/copyright-check.mk include /usr/share/cdbs/1/class/autotools.mk -include debian/cdbs/1/rules/buildinfo.mk include /usr/share/cdbs/1/rules/debhelper.mk DEB_UPSTREAM_URL = http://downloads.us.xiph.org/releases/ezstream @@ -22,12 +21,6 @@ # Set examples dir: DEB_CONFIGURE_EXTRA_FLAGS := --enable-examplesdir="\$${prefix}/share/doc/ezstream/examples" -build/ezstream:: - docbook-to-man debian/ezstream.sgml > debian/ezstream.1 - -cleanbuilddir/ezstream:: - rm -f debian/ezstream.1 - install/ezstream:: find debian/ezstream -depth \( -name "COPYING" \) -exec rm -rf {} \; # Remove language-specific extension reverted: --- ezstream-0.5.6~dfsg/debian/manpages +++ ezstream-0.5.6~dfsg.orig/debian/manpages @@ -1 +0,0 @@ -debian/ezstream.1
a. -- For every complex problem, there is an answer that is clear, simple - and wrong. - H.L. Mencken