[Python-modules-commits] r14169 - in packages/python-gdata/trunk/debian (2 files)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Sun Aug 8 12:59:39 UTC 2010


    Date: Sunday, August 8, 2010 @ 12:59:35
  Author: jwilk
Revision: 14169

Integrate 2.0.8-1.1 NMU.

Added:
  packages/python-gdata/trunk/debian/patches/python2.4_shebangs.patch
Modified:
  packages/python-gdata/trunk/debian/changelog

Modified: packages/python-gdata/trunk/debian/changelog
===================================================================
--- packages/python-gdata/trunk/debian/changelog	2010-08-08 12:54:19 UTC (rev 14168)
+++ packages/python-gdata/trunk/debian/changelog	2010-08-08 12:59:35 UTC (rev 14169)
@@ -1,3 +1,11 @@
+python-gdata (2.0.8-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove leftover python2.4 shebangs, triggering a python2.4 dependency
+    (Closes: #571817).
+
+ -- Obey Arthur Liu <arthur at milliways.fr>  Fri, 02 Apr 2010 22:34:42 +0200
+
 python-gdata (2.0.8-1) unstable; urgency=low
 
   * New upstream release.

Added: packages/python-gdata/trunk/debian/patches/python2.4_shebangs.patch
===================================================================
--- packages/python-gdata/trunk/debian/patches/python2.4_shebangs.patch	                        (rev 0)
+++ packages/python-gdata/trunk/debian/patches/python2.4_shebangs.patch	2010-08-08 12:59:35 UTC (rev 14169)
@@ -0,0 +1,24 @@
+--- a/samples/contacts/profiles_example.py
++++ b/samples/contacts/profiles_example.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python2.4
++#!/usr/bin/python
+ #
+ # Copyright 2009 Google Inc. All Rights Reserved.
+ #
+--- a/src/gdata/contacts/__init__.py
++++ b/src/gdata/contacts/__init__.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python2.4
++#!/usr/bin/python
+ #
+ # Copyright 2009 Google Inc. All Rights Reserved.
+ #
+--- a/src/gdata/contacts/service.py
++++ b/src/gdata/contacts/service.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python2.4
++#!/usr/bin/python
+ #
+ # Copyright 2009 Google Inc. All Rights Reserved.
+ #




More information about the Python-modules-commits mailing list