Merge lp:~dobey/ubuntu/oneiric/ubuntuone-control-panel/use-dhpython2 into lp:ubuntu/oneiric/ubuntuone-control-panel

Proposed by dobey
Status: Merged
Merged at revision: 25
Proposed branch: lp:~dobey/ubuntu/oneiric/ubuntuone-control-panel/use-dhpython2
Merge into: lp:ubuntu/oneiric/ubuntuone-control-panel
Diff against target: 80 lines (+14/-10)
4 files modified
debian/changelog (+6/-0)
debian/compat (+1/-1)
debian/control (+5/-8)
debian/rules (+2/-1)
To merge this branch: bzr merge lp:~dobey/ubuntu/oneiric/ubuntuone-control-panel/use-dhpython2
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+68459@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2011-05-17 15:29:16 +0000
+++ debian/changelog 2011-07-19 20:28:33 +0000
@@ -1,3 +1,9 @@
1ubuntuone-control-panel (1.0.0-0ubuntu3) oneiric; urgency=low
2
3 * Convert to dh_python2
4
5 -- Rodney Dawes <rodney.dawes@ubuntu.com> Tue, 19 Jul 2011 16:21:42 -0400
6
1ubuntuone-control-panel (1.0.0-0ubuntu2) oneiric; urgency=low7ubuntuone-control-panel (1.0.0-0ubuntu2) oneiric; urgency=low
28
3 * debian/control: ubuntuone-control-panel-gtk depends on python-aptdaemon-gtk9 * debian/control: ubuntuone-control-panel-gtk depends on python-aptdaemon-gtk
410
=== modified file 'debian/compat'
--- debian/compat 2010-12-06 12:27:11 +0000
+++ debian/compat 2011-07-19 20:28:33 +0000
@@ -1,1 +1,1 @@
1617
22
=== modified file 'debian/control'
--- debian/control 2011-05-11 10:41:48 +0000
+++ debian/control 2011-07-19 20:28:33 +0000
@@ -1,18 +1,16 @@
1Source: ubuntuone-control-panel1Source: ubuntuone-control-panel
2Section: python2Section: python
3Priority: extra3Priority: extra
4Build-Depends: cdbs (>= 0.4.43),4Build-Depends: cdbs (>= 0.4.90),
5 debhelper (>= 6),5 debhelper (>= 7.0.14),
6 python,6 python (>= 2.6.6),
7 python-support (>= 0.6.4),
8 python-distutils-extra (>= 2.10)7 python-distutils-extra (>= 2.10)
9Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>8Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
10Standards-Version: 3.9.19Standards-Version: 3.9.1
11XS-Python-Version: current10X-Python-Version: >= 2.6
1211
13Package: ubuntuone-control-panel12Package: ubuntuone-control-panel
14Architecture: all13Architecture: all
15XB-Python-Version: ${python:Versions}
16Depends: ${misc:Depends},14Depends: ${misc:Depends},
17 ${python:Depends},15 ${python:Depends},
18 python,16 python,
@@ -27,7 +25,6 @@
27Package: python-ubuntuone-control-panel25Package: python-ubuntuone-control-panel
28Section: python26Section: python
29Architecture: all27Architecture: all
30XB-Python-Version: ${python:Versions}
31Depends: ${misc:Depends},28Depends: ${misc:Depends},
32 ${python:Depends},29 ${python:Depends},
33 gir1.2-soup-2.4,30 gir1.2-soup-2.4,
@@ -45,7 +42,6 @@
4542
46Package: ubuntuone-control-panel-gtk43Package: ubuntuone-control-panel-gtk
47Architecture: all44Architecture: all
48XB-Python-Version: ${python:Versions}
49Depends: ${misc:Depends},45Depends: ${misc:Depends},
50 ${python:Depends},46 ${python:Depends},
51 python,47 python,
@@ -62,3 +58,4 @@
62Provides: ubuntuone-control-panel-gui58Provides: ubuntuone-control-panel-gui
63Description: Ubuntu One Control Panel59Description: Ubuntu One Control Panel
64 GTK+ desktop application to manage a Ubuntu One account.60 GTK+ desktop application to manage a Ubuntu One account.
61
6562
=== modified file 'debian/rules'
--- debian/rules 2010-12-06 12:27:11 +0000
+++ debian/rules 2011-07-19 20:28:33 +0000
@@ -1,5 +1,6 @@
1#!/usr/bin/make -f1#!/usr/bin/make -f
2DEB_PYTHON_SYSTEM := pysupport2
3DEB_PYTHON2_MODULE_PACKAGES = python-ubuntuone-control-panel ubuntuone-control-panel-gtk
34
4include /usr/share/cdbs/1/rules/debhelper.mk5include /usr/share/cdbs/1/rules/debhelper.mk
5include /usr/share/cdbs/1/class/python-distutils.mk6include /usr/share/cdbs/1/class/python-distutils.mk

Subscribers

People subscribed via source and target branches

to all changes: