tags 571817 + pending thanks Dear maintainer,
I've sponsored the NMU prepared by Obey Arthur Liu (Cc-ed) for python-gdata (versioned as 2.0.8-1.1) and uploaded it to DELAYED/10, as per devref §5.11.1. Please feel free to tell me if I should reschedule it somehow. Hope this helps. -- Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7 z...@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/ Dietro un grande uomo c'è ..| . |. Et ne m'en veux pas si je te tutoie sempre uno zaino ...........| ..: |.... Je dis tu à tous ceux que j'aime
diff -u python-gdata-2.0.8/debian/changelog python-gdata-2.0.8/debian/changelog --- python-gdata-2.0.8/debian/changelog +++ python-gdata-2.0.8/debian/changelog @@ -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 <art...@milliways.fr> Fri, 02 Apr 2010 22:34:42 +0200 + python-gdata (2.0.8-1) unstable; urgency=low * New upstream release. only in patch2: unchanged: --- python-gdata-2.0.8.orig/debian/patches/python2.4_shebangs.patch +++ python-gdata-2.0.8/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. + #