tags 616938 + patch pending thanks Dear maintainer,
I've prepared an NMU for pigment-python (versioned as 0.3.12-2.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -u pigment-python-0.3.12/debian/control pigment-python-0.3.12/debian/control --- pigment-python-0.3.12/debian/control +++ pigment-python-0.3.12/debian/control @@ -8,10 +8,9 @@ Standards-Version: 3.8.3 Homepage: https://code.fluendo.com/pigment/trac Build-Depends: debhelper (>= 5.0.37.2), - cdbs (>= 0.4.43), + cdbs (>= 0.4.90~), autotools-dev, - python-all-dev, - python-central (>= 0.5), + python-all-dev (>= 2.6.6-3~), dpkg-dev (>= 1.13.19), libpigment0.3-dev (>= 0.3.17), libgstreamer0.10-dev (>= 0.10.0), @@ -20,7 +19,7 @@ python-gobject-dev (>= 2.8.0), pkg-config, gtk-doc-tools -XS-Python-Version: >= 2.4 +X-Python-Version: >= 2.4 Package: python-pgm Section: python @@ -37,7 +36,6 @@ python-cairo, python-twisted-core Provides: ${python:Provides} -XB-Python-Version: ${python:Versions} Description: User interfaces with embedded multimedia - Python bindings Pigment allows building of user interfaces with embedded multimedia components. It is designed with portability in mind and its plugin diff -u pigment-python-0.3.12/debian/changelog pigment-python-0.3.12/debian/changelog --- pigment-python-0.3.12/debian/changelog +++ pigment-python-0.3.12/debian/changelog @@ -1,3 +1,10 @@ +pigment-python (0.3.12-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Convert to dh_python2 (Closes: #616938). + + -- Luca Falavigna <[email protected]> Sat, 01 Jun 2013 14:39:17 +0200 + pigment-python (0.3.12-2) unstable; urgency=low [ Loïc Minier ] diff -u pigment-python-0.3.12/debian/rules pigment-python-0.3.12/debian/rules --- pigment-python-0.3.12/debian/rules +++ pigment-python-0.3.12/debian/rules @@ -14,2 +14 @@ - dh_pycentral -p$(cdbs_curpkg) - dh_python -p$(cdbs_curpkg) + dh_python2 -p$(cdbs_curpkg) reverted: --- pigment-python-0.3.12/debian/pycompat +++ pigment-python-0.3.12.orig/debian/pycompat @@ -1 +0,0 @@ -2

