Merge lp:~mvo/ubuntu-sso-client/dh_python2 into lp:ubuntu/oneiric/ubuntu-sso-client

Proposed by Michael Vogt
Status: Merged
Merged at revision: 32
Proposed branch: lp:~mvo/ubuntu-sso-client/dh_python2
Merge into: lp:ubuntu/oneiric/ubuntu-sso-client
Diff against target: 51 lines (+11/-9)
4 files modified
debian/changelog (+6/-0)
debian/compat (+1/-1)
debian/control (+2/-4)
debian/rules (+2/-4)
To merge this branch: bzr merge lp:~mvo/ubuntu-sso-client/dh_python2
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+64154@code.launchpad.net

Description of the change

This changes the python helper from python-support to dh_python2 and the build system from cdbs to debhelper7.

To post a comment you must log in.
Revision history for this message
Michael Vogt (mvo) wrote :

For some background on the switch, please see the announcement from Barry:
https://lists.ubuntu.com/archives/ubuntu-devel-announce/2011-June/000857.html

Revision history for this message
Charlie_Smotherman (cjsmo) wrote :

Although XS-Python-Version: current is still supported it is strongly suggested to change XS-P-V to X-P-V. I would suggest X-Python-Version: >=2.6. XB-Python-Version should be removed. Just my $0.02

http://wiki.debian.org/Python/PythonSupportToDHPython2

Have a nice day :)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2011-04-26 08:48:51 +0000
+++ debian/changelog 2011-06-10 11:17:05 +0000
@@ -1,3 +1,9 @@
1ubuntu-sso-client (1.2.1-0ubuntu3) oneiric; urgency=low
2
3 * switch to dh_python2 and dh7
4
5 -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 10 Jun 2011 13:06:27 +0200
6
1ubuntu-sso-client (1.2.1-0ubuntu2) natty-proposed; urgency=low7ubuntu-sso-client (1.2.1-0ubuntu2) natty-proposed; urgency=low
28
3 * debian/control9 * debian/control
410
=== modified file 'debian/compat'
--- debian/compat 2010-06-16 15:11:04 +0000
+++ debian/compat 2011-06-10 11:17:05 +0000
@@ -1,1 +1,1 @@
1617
22
=== modified file 'debian/control'
--- debian/control 2011-04-26 08:48:51 +0000
+++ debian/control 2011-06-10 11:17:05 +0000
@@ -1,10 +1,8 @@
1Source: ubuntu-sso-client1Source: ubuntu-sso-client
2Section: python2Section: python
3Priority: extra3Priority: extra
4Build-Depends: cdbs (>= 0.4.43),4Build-Depends: debhelper (>= 7),
5 debhelper (>= 6),5 python (>= 2.6.6-3~),
6 python,
7 python-support (>= 0.6.4),
8 python-distutils-extra (>= 2.10)6 python-distutils-extra (>= 2.10)
9Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>7Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
10XSBC-Original-Maintainer: Natalia Bidart <natalia.bidart@canonical.com>8XSBC-Original-Maintainer: Natalia Bidart <natalia.bidart@canonical.com>
119
=== modified file 'debian/rules'
--- debian/rules 2010-06-16 15:11:04 +0000
+++ debian/rules 2011-06-10 11:17:05 +0000
@@ -1,6 +1,4 @@
1#!/usr/bin/make -f1#!/usr/bin/make -f
2DEB_PYTHON_SYSTEM := pysupport
32
4include /usr/share/cdbs/1/rules/debhelper.mk3%:
5include /usr/share/cdbs/1/class/python-distutils.mk4 dh $@ --with python2
6include /usr/share/cdbs/1/rules/langpack.mk
7\ No newline at end of file5\ No newline at end of file

Subscribers

People subscribed via source and target branches

to all changes: