tags 616940 + patch pending thanks Dear maintainer,
I've prepared an NMU for pitivi (versioned as 0.15.2-0.2) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru pitivi-0.15.2/debian/changelog pitivi-0.15.2/debian/changelog --- pitivi-0.15.2/debian/changelog 2012-06-12 10:54:45.000000000 +0200 +++ pitivi-0.15.2/debian/changelog 2013-06-01 14:42:25.000000000 +0200 @@ -1,3 +1,10 @@ +pitivi (0.15.2-0.2) unstable; urgency=low + + * Non-maintainer upload. + * Convert to dh_python2 (Closes: #616940). + + -- Luca Falavigna <dktrkr...@debian.org> Sat, 01 Jun 2013 14:42:05 +0200 + pitivi (0.15.2-0.1) unstable; urgency=low * Non-maintainer upload. diff -Nru pitivi-0.15.2/debian/control pitivi-0.15.2/debian/control --- pitivi-0.15.2/debian/control 2012-06-12 10:27:21.000000000 +0200 +++ pitivi-0.15.2/debian/control 2013-06-01 14:40:50.000000000 +0200 @@ -3,17 +3,15 @@ Priority: optional Maintainer: Loic Minier <l...@dooz.org> Uploaders: Sebastian Dröge <sl...@debian.org> -Build-Depends: cdbs (>= 0.4.43), +Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 7), dh-buildinfo -Build-Depends-Indep: python-dev (>= 2.5), - python-central (>= 0.5.10), +Build-Depends-Indep: python-dev (>= 2.6.6-3~), libxml-parser-perl, intltool (>= 0.35), gnome-doc-utils (>= 0.18.0), pkg-config Standards-Version: 3.9.0 -XS-Python-Version: current Package: pitivi Architecture: all @@ -42,7 +40,6 @@ gstreamer0.10-plugins-bad, gstreamer0.10-ffmpeg, frei0r-plugins -XB-Python-Version: ${python:Versions} Description: non-linear audio/video editor using GStreamer GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do diff -Nru pitivi-0.15.2/debian/pycompat pitivi-0.15.2/debian/pycompat --- pitivi-0.15.2/debian/pycompat 2011-09-28 18:49:06.000000000 +0200 +++ pitivi-0.15.2/debian/pycompat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -2 diff -Nru pitivi-0.15.2/debian/rules pitivi-0.15.2/debian/rules --- pitivi-0.15.2/debian/rules 2011-09-28 19:14:53.000000000 +0200 +++ pitivi-0.15.2/debian/rules 2013-06-01 14:41:23.000000000 +0200 @@ -1,4 +1,5 @@ #!/usr/bin/make -f +DEB_PYTHON2_MODULE_PACKAGES=pitivi include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/debhelper.mk @@ -7,6 +8,5 @@ binary-post-install/pitivi:: # set executable bit on files with a shebang -egrep -rlZ '^#!(.*)python' debian/pitivi/usr/lib/pitivi | xargs -0 chmod a+x -- - dh_pycentral - dh_python + dh_python2