Merge lp:~jbicha/ubuntu/oneiric/pygoocanvas/dhpython2 into lp:ubuntu/oneiric/pygoocanvas

Proposed by Jeremy Bícha
Status: Work in progress
Proposed branch: lp:~jbicha/ubuntu/oneiric/pygoocanvas/dhpython2
Merge into: lp:ubuntu/oneiric/pygoocanvas
Diff against target: 65 lines (+12/-5)
6 files modified
debian/changelog (+7/-0)
debian/control (+2/-1)
debian/patches/series (+1/-0)
debian/pycompat (+0/-1)
debian/rules (+1/-3)
debian/source/format (+1/-0)
To merge this branch: bzr merge lp:~jbicha/ubuntu/oneiric/pygoocanvas/dhpython2
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Needs Fixing
Review via email: mp+77463@code.launchpad.net

Description of the change

Trying to get python-support off my computer (this is a PiTiVi dependency)

To post a comment you must log in.
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Thanks Jeremy, the dh_python2 change looks good, however, it's a little bit late for this cycle for such changes I guess. I'll then track this and push into Precise.

Do have you any plan to push that to debian?
Oh also, it seems you have a leftover:
+lp_640630.patch but no patch? forgot a bzr add and to comment the chagne in debian/changelog? ;)

Can you fix this, please? Thanks again!

review: Needs Fixing

Unmerged revisions

18. By Jeremy Bícha

* Port to dh_python2
* Set X-Python-Version to 2.7

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2011-03-31 12:29:41 +0000
+++ debian/changelog 2011-09-29 06:37:55 +0000
@@ -1,3 +1,10 @@
1pygoocanvas (0.14.1-1ubuntu6) oneiric; urgency=low
2
3 * Port to dh_python2
4 * Set X-Python-Version to 2.7
5
6 -- Jeremy Bicha <jbicha@ubuntu.com> Thu, 29 Sep 2011 02:11:36 -0400
7
1pygoocanvas (0.14.1-1ubuntu5) natty; urgency=low8pygoocanvas (0.14.1-1ubuntu5) natty; urgency=low
29
3 * Drop build dependency on python-gobject-doc.10 * Drop build dependency on python-gobject-doc.
411
=== modified file 'debian/control'
--- debian/control 2011-03-31 12:29:41 +0000
+++ debian/control 2011-09-29 06:37:55 +0000
@@ -3,7 +3,8 @@
3Priority: optional3Priority: optional
4Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>4Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
5XSBC-Original-Maintainer: Jose Carlos Garcia Sogo <jsogo@debian.org>5XSBC-Original-Maintainer: Jose Carlos Garcia Sogo <jsogo@debian.org>
6Build-Depends: debhelper (>= 5), cdbs, python-all-dev (>= 2.3.5-11), python-support (>= 0.4), python-gtk2-dev (>= 2.8.4), python-gobject-dev (>= 2.11.3), libgoocanvas-dev (>= 0.14), python-cairo-dev (>= 1.8.0), xsltproc, docbook-xsl6Build-Depends: debhelper (>= 5), cdbs (>= 0.4.90~), python-all-dev (>= 2.6.6-3~), python-gtk2-dev (>= 2.8.4), python-gobject-dev (>= 2.11.3), libgoocanvas-dev (>= 0.14), python-cairo-dev (>= 1.8.0), xsltproc, docbook-xsl, quilt
7X-Python-Version: 2.7
7Standards-Version: 3.8.48Standards-Version: 3.8.4
8Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/pygoocanvas/ubuntu9Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/pygoocanvas/ubuntu
910
1011
=== added file 'debian/patches/series'
--- debian/patches/series 1970-01-01 00:00:00 +0000
+++ debian/patches/series 2011-09-29 06:37:55 +0000
@@ -0,0 +1,1 @@
1lp_640630.patch
02
=== removed file 'debian/pycompat'
--- debian/pycompat 2007-05-14 22:57:46 +0000
+++ debian/pycompat 1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
12.4-
20
=== modified file 'debian/rules'
--- debian/rules 2007-05-14 22:57:46 +0000
+++ debian/rules 2011-09-29 06:37:55 +0000
@@ -1,12 +1,10 @@
1#!/usr/bin/make -f1#!/usr/bin/make -f
22
3DEB_AUTO_CLEANUP_RCS := yes3DEB_AUTO_CLEANUP_RCS := yes
4DEB_PYTHON_SYSTEM := pysupport
54
6include /usr/share/cdbs/1/class/autotools.mk5include /usr/share/cdbs/1/class/autotools.mk
7include /usr/share/cdbs/1/rules/debhelper.mk6include /usr/share/cdbs/1/rules/debhelper.mk
8include /usr/share/cdbs/1/rules/simple-patchsys.mk
97
10binary-install/python-pygoocanvas::8binary-install/python-pygoocanvas::
11 find debian -name "*.la" -exec rm -f {} \;9 find debian -name "*.la" -exec rm -f {} \;
12 dh_pysupport -ppython-pygoocanvas10 dh_python2 -ppython-pygoocanvas
1311
=== added directory 'debian/source'
=== added file 'debian/source/format'
--- debian/source/format 1970-01-01 00:00:00 +0000
+++ debian/source/format 2011-09-29 06:37:55 +0000
@@ -0,0 +1,1 @@
13.0 (quilt)

Subscribers

People subscribed via source and target branches

to all changes: