[Python-modules-commits] r3620 - in /packages/python-gdata/trunk/debian: changelog control patches/ patches/remove_shebangs.patch watch

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Thu Nov 15 20:17:24 UTC 2007


Author: piotr
Date: Thu Nov 15 20:17:24 2007
New Revision: 3620

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3620
Log:
* Add remove_shebangs patch
* debian/watch file updated (Closes: #450293)
* Add Homepage field
* Add Brandon to Uploaders

Added:
    packages/python-gdata/trunk/debian/patches/
    packages/python-gdata/trunk/debian/patches/remove_shebangs.patch
Modified:
    packages/python-gdata/trunk/debian/changelog
    packages/python-gdata/trunk/debian/control
    packages/python-gdata/trunk/debian/watch

Modified: packages/python-gdata/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-gdata/trunk/debian/changelog?rev=3620&op=diff
==============================================================================
--- packages/python-gdata/trunk/debian/changelog (original)
+++ packages/python-gdata/trunk/debian/changelog Thu Nov 15 20:17:24 2007
@@ -1,8 +1,16 @@
-python-gdata (1.0.4-2) UNRELEASED; urgency=low
+python-gdata (1.0.9-1) unstable; urgency=low
 
+  [ Brandon Philips ]
+  * New upstream release (Closes: #439102)
+
+  [ Piotr Ożarowski ]
+  * Add remove_shebangs patch
+  * debian/watch file updated (Closes: #450293)
   * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
+  * Add Homepage field
+  * Add Brandon to Uploaders
 
- -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:07 +0200
+ -- Brandon Philips <philips at ifup.org>  Thu, 15 Nov 2007 19:55:05 +0100
 
 python-gdata (1.0.4-1) unstable; urgency=low
 

Modified: packages/python-gdata/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-gdata/trunk/debian/control?rev=3620&op=diff
==============================================================================
--- packages/python-gdata/trunk/debian/control (original)
+++ packages/python-gdata/trunk/debian/control Thu Nov 15 20:17:24 2007
@@ -2,10 +2,12 @@
 Section: python
 Priority: extra
 Maintainer: Gustavo Franco <stratus at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
+ Brandon Philips <philips at ifup.org>
 Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5), python, python-support (>= 0.5.3)
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-gdata/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/trunk/packages/python-gdata/trunk/
+Homepage: http://code.google.com/p/gdata-python-client
 Standards-Version: 3.7.2
 
 Package: python-gdata

Added: packages/python-gdata/trunk/debian/patches/remove_shebangs.patch
URL: http://svn.debian.org/wsvn/python-modules/packages/python-gdata/trunk/debian/patches/remove_shebangs.patch?rev=3620&op=file
==============================================================================
--- packages/python-gdata/trunk/debian/patches/remove_shebangs.patch (added)
+++ packages/python-gdata/trunk/debian/patches/remove_shebangs.patch Thu Nov 15 20:17:24 2007
@@ -1,0 +1,120 @@
+diff -ruN src.orig/atom/__init__.py src/atom/__init__.py
+--- src.orig/atom/__init__.py	2007-10-04 03:31:06.000000000 +0200
++++ src/atom/__init__.py	2007-11-15 20:58:19.000000000 +0100
+@@ -1,4 +1,3 @@
+-#!/usr/bin/python
+ #
+ # Copyright (C) 2006 Google Inc.
+ #
+diff -ruN src.orig/atom/service.py src/atom/service.py
+--- src.orig/atom/service.py	2007-08-28 02:55:31.000000000 +0200
++++ src/atom/service.py	2007-11-15 20:58:22.000000000 +0100
+@@ -1,4 +1,3 @@
+-#!/usr/bin/python
+ #
+ # Copyright (C) 2006 Google Inc.
+ #
+diff -ruN src.orig/gdata/apps/__init__.py src/gdata/apps/__init__.py
+--- src.orig/gdata/apps/__init__.py	2007-08-20 20:23:44.000000000 +0200
++++ src/gdata/apps/__init__.py	2007-11-15 20:58:24.000000000 +0100
+@@ -1,4 +1,3 @@
+-#!/usr/bin/python
+ #
+ # Copyright (C) 2007 SIOS Technology, Inc.
+ #
+diff -ruN src.orig/gdata/apps/service.py src/gdata/apps/service.py
+--- src.orig/gdata/apps/service.py	2007-07-10 20:58:39.000000000 +0200
++++ src/gdata/apps/service.py	2007-11-15 20:58:27.000000000 +0100
+@@ -1,4 +1,3 @@
+-#!/usr/bin/python
+ #
+ # Copyright (C) 2007 SIOS Technology, Inc.
+ #
+diff -ruN src.orig/gdata/base/__init__.py src/gdata/base/__init__.py
+--- src.orig/gdata/base/__init__.py	2007-09-13 01:42:00.000000000 +0200
++++ src/gdata/base/__init__.py	2007-11-15 20:58:30.000000000 +0100
+@@ -1,4 +1,3 @@
+-#!/usr/bin/python
+ #
+ # Copyright (C) 2006 Google Inc.
+ #
+diff -ruN src.orig/gdata/base/service.py src/gdata/base/service.py
+--- src.orig/gdata/base/service.py	2007-09-13 01:36:33.000000000 +0200
++++ src/gdata/base/service.py	2007-11-15 20:58:32.000000000 +0100
+@@ -1,4 +1,3 @@
+-#!/usr/bin/python
+ #
+ # Copyright (C) 2006 Google Inc.
+ #
+diff -ruN src.orig/gdata/calendar/__init__.py src/gdata/calendar/__init__.py
+--- src.orig/gdata/calendar/__init__.py	2007-10-06 02:42:24.000000000 +0200
++++ src/gdata/calendar/__init__.py	2007-11-15 20:58:34.000000000 +0100
+@@ -1,4 +1,3 @@
+-#!/usr/bin/python
+ #
+ # Copyright (C) 2006 Google Inc.
+ #
+diff -ruN src.orig/gdata/calendar/service.py src/gdata/calendar/service.py
+--- src.orig/gdata/calendar/service.py	2007-10-13 02:52:41.000000000 +0200
++++ src/gdata/calendar/service.py	2007-11-15 20:58:36.000000000 +0100
+@@ -1,4 +1,3 @@
+-#!/usr/bin/python
+ #
+ # Copyright (C) 2006 Google Inc.
+ #
+diff -ruN src.orig/gdata/docs/__init__.py src/gdata/docs/__init__.py
+--- src.orig/gdata/docs/__init__.py	2007-08-20 20:24:10.000000000 +0200
++++ src/gdata/docs/__init__.py	2007-11-15 20:58:38.000000000 +0100
+@@ -1,4 +1,3 @@
+-#!/usr/bin/python
+ #
+ # Copyright (C) 2006 Google Inc.
+ #
+diff -ruN src.orig/gdata/docs/service.py src/gdata/docs/service.py
+--- src.orig/gdata/docs/service.py	2007-09-13 22:24:46.000000000 +0200
++++ src/gdata/docs/service.py	2007-11-15 20:58:40.000000000 +0100
+@@ -1,4 +1,3 @@
+-#!/usr/bin/python
+ #
+ # Copyright (C) 2006 Google Inc.
+ #
+diff -ruN src.orig/gdata/__init__.py src/gdata/__init__.py
+--- src.orig/gdata/__init__.py	2007-10-12 03:01:48.000000000 +0200
++++ src/gdata/__init__.py	2007-11-15 20:58:47.000000000 +0100
+@@ -1,4 +1,3 @@
+-#!/usr/bin/python
+ #
+ # Copyright (C) 2006 Google Inc.
+ #
+diff -ruN src.orig/gdata/service.py src/gdata/service.py
+--- src.orig/gdata/service.py	2007-10-16 00:38:47.000000000 +0200
++++ src/gdata/service.py	2007-11-15 20:58:55.000000000 +0100
+@@ -1,4 +1,3 @@
+-#!/usr/bin/python
+ #
+ # Copyright (C) 2006 Google Inc.
+ #
+diff -ruN src.orig/gdata/spreadsheet/__init__.py src/gdata/spreadsheet/__init__.py
+--- src.orig/gdata/spreadsheet/__init__.py	2007-10-13 02:51:43.000000000 +0200
++++ src/gdata/spreadsheet/__init__.py	2007-11-15 20:58:42.000000000 +0100
+@@ -1,4 +1,3 @@
+-#!/usr/bin/python
+ #
+ # Copyright (C) 2007 Google Inc.
+ #
+diff -ruN src.orig/gdata/spreadsheet/service.py src/gdata/spreadsheet/service.py
+--- src.orig/gdata/spreadsheet/service.py	2007-10-12 02:58:16.000000000 +0200
++++ src/gdata/spreadsheet/service.py	2007-11-15 20:58:45.000000000 +0100
+@@ -1,4 +1,3 @@
+-#!/usr/bin/python
+ #
+ # Copyright (C) 2007 Google Inc.
+ #
+diff -ruN src.orig/gdata/test_data.py src/gdata/test_data.py
+--- src.orig/gdata/test_data.py	2007-10-16 00:23:35.000000000 +0200
++++ src/gdata/test_data.py	2007-11-15 20:58:50.000000000 +0100
+@@ -1,4 +1,3 @@
+-#!/usr/bin/python
+ #
+ # Copyright (C) 2006 Google Inc.
+ #

Modified: packages/python-gdata/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/python-gdata/trunk/debian/watch?rev=3620&op=diff
==============================================================================
--- packages/python-gdata/trunk/debian/watch (original)
+++ packages/python-gdata/trunk/debian/watch Thu Nov 15 20:17:24 2007
@@ -1,5 +1,4 @@
 # Compulsory line, this is a version 3 file
 version=3
+http://code.google.com/p/gdata-python-client/ http://gdata-python-client.googlecode.com/files/gdata\.py-(.*)\.tar\.gz
 
-http://gdata-python-client.googlecode.com/files/gdata\.py\.(.*)\.zip
-




More information about the Python-modules-commits mailing list