[Python-apps-commits] r6881 - in packages/gmobilemedia/trunk/debian (2 files)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Mon Apr 4 08:12:04 UTC 2011


    Date: Monday, April 4, 2011 @ 08:11:58
  Author: nijel
Revision: 6881

Fix build with Python 2.7 (LP: #748089).

Modified:
  packages/gmobilemedia/trunk/debian/changelog
  packages/gmobilemedia/trunk/debian/patches/distutils.patch

Modified: packages/gmobilemedia/trunk/debian/changelog
===================================================================
--- packages/gmobilemedia/trunk/debian/changelog	2011-04-03 17:28:19 UTC (rev 6880)
+++ packages/gmobilemedia/trunk/debian/changelog	2011-04-04 08:11:58 UTC (rev 6881)
@@ -1,8 +1,9 @@
 gmobilemedia (0.4+dfsg-12) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Fix build with Python 2.7 (LP: #748089).
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Thu, 17 Mar 2011 11:54:23 +0100
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Mon, 04 Apr 2011 10:11:24 +0200
 
 gmobilemedia (0.4+dfsg-11) unstable; urgency=low
 

Modified: packages/gmobilemedia/trunk/debian/patches/distutils.patch
===================================================================
--- packages/gmobilemedia/trunk/debian/patches/distutils.patch	2011-04-03 17:28:19 UTC (rev 6880)
+++ packages/gmobilemedia/trunk/debian/patches/distutils.patch	2011-04-04 08:11:58 UTC (rev 6881)
@@ -4,7 +4,7 @@
 
 --- /dev/null
 +++ b/setup.py
-@@ -0,0 +1,110 @@
+@@ -0,0 +1,111 @@
 +#!/usr/bin/python
 +# -*- coding: UTF-8 -*-
 +
@@ -13,6 +13,7 @@
 +import re
 +from distutils.core import setup
 +import distutils.command.build_scripts
++import distutils.sysconfig
 +from stat import ST_MODE
 +
 +# check if Python is called on the first line with this expression




More information about the Python-apps-commits mailing list