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
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-03-31 12:29:41 +0000
3+++ debian/changelog 2011-09-29 06:37:55 +0000
4@@ -1,3 +1,10 @@
5+pygoocanvas (0.14.1-1ubuntu6) oneiric; urgency=low
6+
7+ * Port to dh_python2
8+ * Set X-Python-Version to 2.7
9+
10+ -- Jeremy Bicha <jbicha@ubuntu.com> Thu, 29 Sep 2011 02:11:36 -0400
11+
12 pygoocanvas (0.14.1-1ubuntu5) natty; urgency=low
13
14 * Drop build dependency on python-gobject-doc.
15
16=== modified file 'debian/control'
17--- debian/control 2011-03-31 12:29:41 +0000
18+++ debian/control 2011-09-29 06:37:55 +0000
19@@ -3,7 +3,8 @@
20 Priority: optional
21 Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
22 XSBC-Original-Maintainer: Jose Carlos Garcia Sogo <jsogo@debian.org>
23-Build-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-xsl
24+Build-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
25+X-Python-Version: 2.7
26 Standards-Version: 3.8.4
27 Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/pygoocanvas/ubuntu
28
29
30=== added file 'debian/patches/series'
31--- debian/patches/series 1970-01-01 00:00:00 +0000
32+++ debian/patches/series 2011-09-29 06:37:55 +0000
33@@ -0,0 +1,1 @@
34+lp_640630.patch
35
36=== removed file 'debian/pycompat'
37--- debian/pycompat 2007-05-14 22:57:46 +0000
38+++ debian/pycompat 1970-01-01 00:00:00 +0000
39@@ -1,1 +0,0 @@
40-2.4-
41
42=== modified file 'debian/rules'
43--- debian/rules 2007-05-14 22:57:46 +0000
44+++ debian/rules 2011-09-29 06:37:55 +0000
45@@ -1,12 +1,10 @@
46 #!/usr/bin/make -f
47
48 DEB_AUTO_CLEANUP_RCS := yes
49-DEB_PYTHON_SYSTEM := pysupport
50
51 include /usr/share/cdbs/1/class/autotools.mk
52 include /usr/share/cdbs/1/rules/debhelper.mk
53-include /usr/share/cdbs/1/rules/simple-patchsys.mk
54
55 binary-install/python-pygoocanvas::
56 find debian -name "*.la" -exec rm -f {} \;
57- dh_pysupport -ppython-pygoocanvas
58+ dh_python2 -ppython-pygoocanvas
59
60=== added directory 'debian/source'
61=== added file 'debian/source/format'
62--- debian/source/format 1970-01-01 00:00:00 +0000
63+++ debian/source/format 2011-09-29 06:37:55 +0000
64@@ -0,0 +1,1 @@
65+3.0 (quilt)

Subscribers

People subscribed via source and target branches

to all changes: