package python-gdata
tag 571817 patch
thanks

Please find attached a patch fixing this bug.
The python2.4 dependency was triggered by #!/bin/python2.4 shebangs in
certain files.
I have an NMU patch at the ready if necessary.

Cheers

Arthur
commit 3042c388df7b04a417a41e9d48cf15c725f4b40b
Author: Obey Arthur Liu <art...@milliways.fr>
Date:   Fri Apr 2 22:21:47 2010 +0200

    Add patch removing python2.4 shebangs

diff --git a/debian/patches/python2.4_shebangs.patch b/debian/patches/python2.4_shebangs.patch
new file mode 100644
index 0000000..f25510a
--- /dev/null
+++ b/debian/patches/python2.4_shebangs.patch
@@ -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.
+ #

Reply via email to