tags 617130 + patch pending thanks Dear maintainer,
I've prepared an NMU for trac-wikitablemacro (versioned as 0.7785-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -u trac-wikitablemacro-0.7785/debian/changelog trac-wikitablemacro-0.7785/debian/changelog --- trac-wikitablemacro-0.7785/debian/changelog +++ trac-wikitablemacro-0.7785/debian/changelog @@ -1,3 +1,10 @@ +trac-wikitablemacro (0.7785-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Convert to dh_python2 (Closes: #617130). + + -- Luca Falavigna <[email protected]> Thu, 27 Jun 2013 20:02:12 +0200 + trac-wikitablemacro (0.7785-1) unstable; urgency=low * Initial release (Closes: #574633) diff -u trac-wikitablemacro-0.7785/debian/rules trac-wikitablemacro-0.7785/debian/rules --- trac-wikitablemacro-0.7785/debian/rules +++ trac-wikitablemacro-0.7785/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f #export DH_VERBOSE=1 -DEB_PYTHON_SYSTEM=pycentral +DEB_PYTHON2_MODULE_PACKAGES=trac-wikitablemacro include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk diff -u trac-wikitablemacro-0.7785/debian/control trac-wikitablemacro-0.7785/debian/control --- trac-wikitablemacro-0.7785/debian/control +++ trac-wikitablemacro-0.7785/debian/control @@ -2,7 +2,7 @@ Section: python Priority: extra Maintainer: Al Nikolov <[email protected]> -Build-Depends: cdbs, debhelper (>= 7), python-setuptools, python-central, python +Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 7), python-setuptools, python (>= 2.6.6-3~) Standards-Version: 3.8.4 Homepage: http://trac-hacks.org/wiki/WikiTableMacro XS-Python-Version: all @@ -10,7 +10,6 @@ Package: trac-wikitablemacro Architecture: all Depends: ${misc:Depends}, ${python:Depends}, trac -XB-Python-Version: ${python:Versions} Description: Table from an arbitrary SQL for Trac This Trac Wiki macro draws a table from any raw SQL. reverted: --- trac-wikitablemacro-0.7785/debian/pycompat +++ trac-wikitablemacro-0.7785.orig/debian/pycompat @@ -1 +0,0 @@ -2

