[Python-modules-commits] r15981 - in packages/python-gdata/trunk/debian/patches (3 files)
anoteng-guest at users.alioth.debian.org
anoteng-guest at users.alioth.debian.org
Fri Mar 4 07:06:53 UTC 2011
Date: Friday, March 4, 2011 @ 07:06:47
Author: anoteng-guest
Revision: 15981
Added short description to patches
Modified:
packages/python-gdata/trunk/debian/patches/fix_wrong_interpreter_path.patch
packages/python-gdata/trunk/debian/patches/remove_shebangs.patch
packages/python-gdata/trunk/debian/patches/remove_string_exception.patch
Modified: packages/python-gdata/trunk/debian/patches/fix_wrong_interpreter_path.patch
===================================================================
--- packages/python-gdata/trunk/debian/patches/fix_wrong_interpreter_path.patch 2011-03-04 06:56:48 UTC (rev 15980)
+++ packages/python-gdata/trunk/debian/patches/fix_wrong_interpreter_path.patch 2011-03-04 07:06:47 UTC (rev 15981)
@@ -1,3 +1,5 @@
+Exchange #!/usr/local/bin/python with #!/usr/bin/python
+in file src/gdata/Crypto/Util/RFC1751.py
Index: gdata-2.0.13/src/gdata/Crypto/Util/RFC1751.py
===================================================================
--- gdata-2.0.13.orig/src/gdata/Crypto/Util/RFC1751.py 2010-12-29 10:39:23.586095902 +0100
Modified: packages/python-gdata/trunk/debian/patches/remove_shebangs.patch
===================================================================
--- packages/python-gdata/trunk/debian/patches/remove_shebangs.patch 2011-03-04 06:56:48 UTC (rev 15980)
+++ packages/python-gdata/trunk/debian/patches/remove_shebangs.patch 2011-03-04 07:06:47 UTC (rev 15981)
@@ -1,3 +1,5 @@
+Remove shebangs on files not run bty the command line
+By: Piotr Ożarowski <piotr at debian.org>
Index: gdata-2.0.13/src/atom/__init__.py
===================================================================
--- gdata-2.0.13.orig/src/atom/__init__.py 2010-07-08 20:32:46.000000000 +0200
Modified: packages/python-gdata/trunk/debian/patches/remove_string_exception.patch
===================================================================
--- packages/python-gdata/trunk/debian/patches/remove_string_exception.patch 2011-03-04 06:56:48 UTC (rev 15980)
+++ packages/python-gdata/trunk/debian/patches/remove_string_exception.patch 2011-03-04 07:06:47 UTC (rev 15981)
@@ -1,3 +1,5 @@
+Patch from upstream BTS removing old string exception:
+http://code.google.com/p/gdata-python-client/issues/detail?id=482
Index: gdata-2.0.13/src/atom/service.py
===================================================================
--- gdata-2.0.13.orig/src/atom/service.py 2010-12-29 10:59:19.014095901 +0100
More information about the Python-modules-commits
mailing list