Merge lp:~barry/ubuntu/natty/apache-openid/bug-747236 into lp:ubuntu/natty/apache-openid

Proposed by Barry Warsaw
Status: Merged
Merged at revision: 3
Proposed branch: lp:~barry/ubuntu/natty/apache-openid/bug-747236
Merge into: lp:ubuntu/natty/apache-openid
Diff against target: 57 lines (+13/-10)
3 files modified
debian/changelog (+7/-0)
debian/control (+4/-6)
debian/rules (+2/-4)
To merge this branch: bzr merge lp:~barry/ubuntu/natty/apache-openid/bug-747236
Reviewer Review Type Date Requested Status
Canonical ISD (public) Pending
Ubuntu branches Pending
Review via email: mp+56839@code.launchpad.net

Description of the change

I just went ahead and got rid of python-central and cdbs. This simplifies the build rules and fixes the ftbfs. It would be good if someone from ISD could test the build and make sure it works. I'll put a version in my PPA to make that easier.

To post a comment you must log in.
Revision history for this message
Barry Warsaw (barry) wrote :

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 2010-03-07 15:24:00 +0000
3+++ debian/changelog 2011-04-07 20:41:05 +0000
4@@ -1,3 +1,10 @@
5+apache-openid (2.0.1-0ubuntu2) natty; urgency=low
6+
7+ * Convert to from python-central to dh_python2 and get rid of cdbs to
8+ simplify the build and fix the FTBFS. (LP: #747236)
9+
10+ -- Barry Warsaw <barry@ubuntu.com> Thu, 07 Apr 2011 16:16:28 -0400
11+
12 apache-openid (2.0.1-0ubuntu1) lucid; urgency=low
13
14 * Initial release for Ubuntu 10.04. (LP: #532637)
15
16=== modified file 'debian/control'
17--- debian/control 2010-03-07 15:24:00 +0000
18+++ debian/control 2011-04-07 20:41:05 +0000
19@@ -1,21 +1,19 @@
20 Source: apache-openid
21 Section: python
22 Priority: extra
23-Build-Depends: cdbs (>= 0.4.43),
24+Build-Depends:
25 debhelper (>= 7),
26- python,
27- python-central (>= 0.6),
28+ python (>= 2.6.6-3~),
29 python-setuptools
30 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
31 XSBC-Original-Maintainer: Canonical ISD Hackers <canonical-isd@lists.launchpad.net>
32-Standards-Version: 3.8.4
33-XS-Python-Version: current
34+Standards-Version: 3.9.1
35+X-Python-Version: >= 2.6
36
37 Package: python-apache-openid
38 Architecture: all
39 Conflicts: apache-openid
40 Replaces: apache-openid
41-XB-Python-Version: ${python:Versions}
42 Depends: ${misc:Depends},
43 ${python:Depends},
44 libapache2-mod-python,
45
46=== modified file 'debian/rules'
47--- debian/rules 2010-03-07 15:24:00 +0000
48+++ debian/rules 2011-04-07 20:41:05 +0000
49@@ -1,6 +1,4 @@
50 #!/usr/bin/make -f
51
52-DEB_PYTHON_SYSTEM := pycentral
53-
54-include /usr/share/cdbs/1/rules/debhelper.mk
55-include /usr/share/cdbs/1/class/python-distutils.mk
56+%:
57+ dh $@ --with python2

Subscribers

People subscribed via source and target branches

to all changes: