Merge lp:~dobey/ubuntu/oneiric/ubuntu-sso-client/fix-ftbfs into lp:ubuntu/oneiric/ubuntu-sso-client

Proposed by dobey
Status: Merged
Merged at revision: 35
Proposed branch: lp:~dobey/ubuntu/oneiric/ubuntu-sso-client/fix-ftbfs
Merge into: lp:ubuntu/oneiric/ubuntu-sso-client
Diff against target: 56 lines (+21/-3)
3 files modified
debian/changelog (+7/-0)
debian/control (+5/-2)
debian/rules (+9/-1)
To merge this branch: bzr merge lp:~dobey/ubuntu/oneiric/ubuntu-sso-client/fix-ftbfs
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Ubuntu branches Pending
Review via email: mp+69330@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Good work.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2011-07-25 19:23:44 +0000
+++ debian/changelog 2011-07-26 17:14:57 +0000
@@ -1,3 +1,10 @@
1ubuntu-sso-client (1.3.2-0ubuntu2) oneiric; urgency=low
2
3 * Require python-qt4 to build, as distutils doesn't have optional deps
4 * Don't install the qt port in the binary package yet, as it's not ready
5
6 -- Rodney Dawes <rodney.dawes@ubuntu.com> Tue, 26 Jul 2011 09:56:31 -0400
7
1ubuntu-sso-client (1.3.2-0ubuntu1) oneiric; urgency=low8ubuntu-sso-client (1.3.2-0ubuntu1) oneiric; urgency=low
29
3 * New upstream release.10 * New upstream release.
411
=== modified file 'debian/control'
--- debian/control 2011-06-29 14:55:35 +0000
+++ debian/control 2011-07-26 17:14:57 +0000
@@ -1,9 +1,11 @@
1Source: ubuntu-sso-client1Source: ubuntu-sso-client
2Section: python2Section: python
3Priority: extra3Priority: extra
4Build-Depends: debhelper (>= 7),4Build-Depends: debhelper (>= 7.0.50~),
5 pyqt4-dev-tools,
5 python (>= 2.6.6-3~),6 python (>= 2.6.6-3~),
6 python-distutils-extra (>= 2.10)7 python-distutils-extra (>= 2.10),
8 python-qt4
7Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>9Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
8XSBC-Original-Maintainer: Natalia Bidart <natalia.bidart@canonical.com>10XSBC-Original-Maintainer: Natalia Bidart <natalia.bidart@canonical.com>
9Standards-Version: 3.9.111Standards-Version: 3.9.1
@@ -25,3 +27,4 @@
25Description: Ubuntu Single Sign-On client27Description: Ubuntu Single Sign-On client
26 Desktop service to allow applications to sign into Ubuntu services via28 Desktop service to allow applications to sign into Ubuntu services via
27 SSO29 SSO
30
2831
=== modified file 'debian/rules'
--- debian/rules 2011-06-10 11:10:54 +0000
+++ debian/rules 2011-07-26 17:14:57 +0000
@@ -1,4 +1,12 @@
1#!/usr/bin/make -f1#!/usr/bin/make -f
22
3%:3%:
4 dh $@ --with python2
5\ No newline at end of file4\ No newline at end of file
5 dh $@ --with python2
6
7override_dh_install:
8 dh_install
9 # We're not shipping the full qt pieces yet, so remove them for now
10 # When it's ready, we'll make a separate binary package
11 rm -rf debian/*/usr/lib/python2.*/*-packages/*/ubuntu_sso/qt
12 rm -rf debian/*/usr/share/ubuntu-sso-client/qt
13

Subscribers

People subscribed via source and target branches

to all changes: