tags 620280 + patch tags 620280 + pending thanks Dear maintainer,
I've prepared an NMU for pymad (versioned as 0.6-1.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer.
-- Jakub Wilk
diffstat for pymad_0.6-1.1 pymad_0.6-1.2 changelog | 9 +++++++++ control | 2 +- rules | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff -u pymad-0.6/debian/changelog pymad-0.6/debian/changelog --- pymad-0.6/debian/changelog +++ pymad-0.6/debian/changelog @@ -1,3 +1,12 @@ +pymad (0.6-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Use python-support (closes: #620280). + + Add build-dependency on python-support. + + In debian/rules, replace call to dh_python with dh_pysupport. + + -- Jakub Wilk <jw...@debian.org> Fri, 08 Apr 2011 21:05:01 +0200 + pymad (0.6-1.1) unstable; urgency=low * Non-maintainer upload. diff -u pymad-0.6/debian/control pymad-0.6/debian/control --- pymad-0.6/debian/control +++ pymad-0.6/debian/control @@ -2,7 +2,7 @@ Section: python Priority: optional Maintainer: Jamie Wilkinson <j...@debian.org> -Build-Depends: debhelper (>= 7), python-all-dev (>= 2.3.5-11), libmad0-dev +Build-Depends: debhelper (>= 7), python-all-dev (>= 2.3.5-11), libmad0-dev, python-support XS-Python-Version: all Standards-Version: 3.8.3 diff -u pymad-0.6/debian/rules pymad-0.6/debian/rules --- pymad-0.6/debian/rules +++ pymad-0.6/debian/rules @@ -56,7 +56,7 @@ dh_installdocs dh_installexamples dh_installchangelogs NEWS - dh_python + dh_pysupport dh_link dh_strip dh_compress