[Python-modules-commits] r23081 - in packages/python-gdata/trunk/debian (3 files)
mitya57-guest at users.alioth.debian.org
mitya57-guest at users.alioth.debian.org
Mon Nov 26 16:05:13 UTC 2012
Date: Monday, November 26, 2012 @ 16:05:11
Author: mitya57-guest
Revision: 23081
Remove use of python2.4 shebangs in example scripts.
Added:
packages/python-gdata/trunk/debian/patches/fix_shebangs.patch
Modified:
packages/python-gdata/trunk/debian/changelog
packages/python-gdata/trunk/debian/patches/series
Modified: packages/python-gdata/trunk/debian/changelog
===================================================================
--- packages/python-gdata/trunk/debian/changelog 2012-11-26 15:52:57 UTC (rev 23080)
+++ packages/python-gdata/trunk/debian/changelog 2012-11-26 16:05:11 UTC (rev 23081)
@@ -2,8 +2,9 @@
* Merge unstable upload 2.0.17+dfsg-1 into experimental.
* Drop DM-Upload-Allowed header, no longer useful.
+ * Remove use of python2.4 shebangs in example scripts.
- -- Dmitry Shachnev <mitya57 at gmail.com> Sun, 25 Nov 2012 13:44:38 +0400
+ -- Dmitry Shachnev <mitya57 at gmail.com> Mon, 26 Nov 2012 20:04:40 +0400
python-gdata (2.0.17+dfsg-1) unstable; urgency=low
Added: packages/python-gdata/trunk/debian/patches/fix_shebangs.patch
===================================================================
--- packages/python-gdata/trunk/debian/patches/fix_shebangs.patch (rev 0)
+++ packages/python-gdata/trunk/debian/patches/fix_shebangs.patch 2012-11-26 16:05:11 UTC (rev 23081)
@@ -0,0 +1,35 @@
+Descriptions: Remove use of python2.4 shebangs
+Author: Dmitry Shachnev <mitya57 at gmail.com>
+Forwarded: no
+Last-Update: 2012-11-26
+
+=== modified file 'samples/apps/marketplace_sample/gdata/apps/multidomain/client.py'
+--- a/samples/apps/marketplace_sample/gdata/apps/multidomain/client.py 2012-05-07 13:26:46 +0000
++++ b/samples/apps/marketplace_sample/gdata/apps/multidomain/client.py 2012-11-26 16:01:20 +0000
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python2.4
++#!/usr/bin/python
+ #
+ # Copyright 2011 Google Inc. All Rights Reserved.
+ #
+
+=== modified file 'samples/apps/marketplace_sample/gdata/apps/multidomain/data.py'
+--- a/samples/apps/marketplace_sample/gdata/apps/multidomain/data.py 2012-05-07 13:26:46 +0000
++++ b/samples/apps/marketplace_sample/gdata/apps/multidomain/data.py 2012-11-26 16:01:32 +0000
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python2.4
++#!/usr/bin/python
+ #
+ # Copyright 2011 Google Inc. All Rights Reserved.
+ #
+
+=== modified file 'samples/apps/migration_example.py'
+--- a/samples/apps/migration_example.py 2012-03-09 12:29:18 +0000
++++ b/samples/apps/migration_example.py 2012-11-26 16:01:52 +0000
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python2.4
++#!/usr/bin/python
+ #
+ # Copyright 2011 Google Inc. All Rights Reserved.
+ #
+
Modified: packages/python-gdata/trunk/debian/patches/series
===================================================================
--- packages/python-gdata/trunk/debian/patches/series 2012-11-26 15:52:57 UTC (rev 23080)
+++ packages/python-gdata/trunk/debian/patches/series 2012-11-26 16:05:11 UTC (rev 23081)
@@ -1,3 +1,4 @@
remove_shebangs.patch
+fix_shebangs.patch
tests_dont_return_zero_on_failures.patch
disable_network_test.patch
More information about the Python-modules-commits
mailing list