Merge lp:~barry/ubuntu/natty/gmobilemedia/bug-748089 into lp:ubuntu/natty/gmobilemedia

Proposed by Barry Warsaw
Status: Merged
Merged at revision: 8
Proposed branch: lp:~barry/ubuntu/natty/gmobilemedia/bug-748089
Merge into: lp:ubuntu/natty/gmobilemedia
Diff against target: 63 lines (+14/-2)
4 files modified
debian/changelog (+9/-0)
debian/control (+2/-1)
debian/patches/distutils.patch (+2/-1)
setup.py (+1/-0)
To merge this branch: bzr merge lp:~barry/ubuntu/natty/gmobilemedia/bug-748089
Reviewer Review Type Date Requested Status
Andres Rodriguez (community) Approve
Ubuntu branches Pending
Review via email: mp+56815@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Andres Rodriguez (andreserl) wrote :

Looks good!

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 2010-06-17 14:21:09 +0000
+++ debian/changelog 2011-04-07 18:02:28 +0000
@@ -1,3 +1,12 @@
1gmobilemedia (0.4+dfsg-10ubuntu1) natty; urgency=low
2
3 * debian/patches/distutils.patch: Fix FTBFS by explicitly importing
4 distutils.sysconfig. Without that, the submodule will not have been
5 imported and won't be an attribute on the distutils module. (LP:
6 #748089)
7
8 -- Barry Warsaw <barry@ubuntu.com> Thu, 07 Apr 2011 13:53:10 -0400
9
1gmobilemedia (0.4+dfsg-10) unstable; urgency=low10gmobilemedia (0.4+dfsg-10) unstable; urgency=low
211
3 * Remove old install instructions, thanks to Jakub Wilk for spotting this12 * Remove old install instructions, thanks to Jakub Wilk for spotting this
413
=== modified file 'debian/control'
--- debian/control 2010-06-17 14:21:09 +0000
+++ debian/control 2011-04-07 18:02:28 +0000
@@ -1,7 +1,8 @@
1Source: gmobilemedia1Source: gmobilemedia
2Section: comm2Section: comm
3Priority: optional3Priority: optional
4Maintainer: Michal Čihař <nijel@debian.org>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Michal Čihař <nijel@debian.org>
5Uploaders: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>6Uploaders: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
6Build-Depends: debhelper (>= 7.0.50)7Build-Depends: debhelper (>= 7.0.50)
7Build-Depends-Indep: python, python-support (>= 0.5.3)8Build-Depends-Indep: python, python-support (>= 0.5.3)
89
=== modified file 'debian/patches/distutils.patch'
--- debian/patches/distutils.patch 2009-05-13 12:00:56 +0000
+++ debian/patches/distutils.patch 2011-04-07 18:02:28 +0000
@@ -4,7 +4,7 @@
44
5--- /dev/null5--- /dev/null
6+++ b/setup.py6+++ b/setup.py
7@@ -0,0 +1,110 @@7@@ -0,0 +1,111 @@
8+#!/usr/bin/python8+#!/usr/bin/python
9+# -*- coding: UTF-8 -*-9+# -*- coding: UTF-8 -*-
10+10+
@@ -13,6 +13,7 @@
13+import re13+import re
14+from distutils.core import setup14+from distutils.core import setup
15+import distutils.command.build_scripts15+import distutils.command.build_scripts
16+import distutils.sysconfig
16+from stat import ST_MODE17+from stat import ST_MODE
17+18+
18+# check if Python is called on the first line with this expression19+# check if Python is called on the first line with this expression
1920
=== modified file 'setup.py'
--- setup.py 2010-01-02 12:39:42 +0000
+++ setup.py 2011-04-07 18:02:28 +0000
@@ -6,6 +6,7 @@
6import re6import re
7from distutils.core import setup7from distutils.core import setup
8import distutils.command.build_scripts8import distutils.command.build_scripts
9import distutils.sysconfig
9from stat import ST_MODE10from stat import ST_MODE
1011
11# check if Python is called on the first line with this expression12# check if Python is called on the first line with this expression

Subscribers

People subscribed via source and target branches

to all changes: