--- python-gdata-2.0.8.orig/debian/copyright +++ python-gdata-2.0.8/debian/copyright @@ -0,0 +1,49 @@ +This package was debianized by Gustavo Franco on +Sat, 14 Apr 2007 01:47:36 -0300. + +It was downloaded from http://code.google.com/p/gdata-python-client + +Upstream Author: Google Inc. + +Copyright: Copyright (C) 2006-2008 Google Inc. + +License: + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +On Debian systems, the complete text of the Apache License, Version 2.0 +can be found in `/usr/share/common-licenses/Apache-2.0'. + + --------------------------------------------------------------- + +Files with different copyright holder: + + Copyright (C) 2007 SIOS Technology, Inc.: + src/gdata/apps/service.py + src/gdata/apps/__init__.py + + Copyright 2007 Håvard Gulldahl: + src/gdata/photos/service.py: + src/gdata/photos/__init__.py + src/gdata/media/__init__.py + src/gdata/geo/__init__.py + src/gdata/exif/__init__.py + + Copyright (c) 2007 Benoit Chesneau : + src/gdata/codesearch/service.py + src/gdata/codesearch/__init__.py + + +The Debian packaging is (C) 2007, Gustavo Franco and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + --- python-gdata-2.0.8.orig/debian/changelog +++ python-gdata-2.0.8/debian/changelog @@ -0,0 +1,88 @@ +python-gdata (2.0.8-2.1) lucid; urgency=medium + + * Backport to Lucid + + -- Emanuele Tartaglia Sat, 19 Jun 2010 18:34:42 +0200 + +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 Fri, 02 Apr 2010 22:34:42 +0200 + +python-gdata (2.0.8-1) unstable; urgency=low + + * New upstream release. + * Drop python2.4 dependency, thanks Stefano and Luca (Closes: #571817). + + -- Gustavo Franco Tue, 02 Mar 2010 17:41:25 -0300 + +python-gdata (2.0.7-1) unstable; urgency=low + + [ Gustavo Franco ] + * New upstream release (Closes: #521351). + * Remove Brandon Philips from Uploaders field (Closes: #522817), thanks + Sandro. + * Ship pydocs HTML API reference and register it with doc-base, thanks + Stefano (Closes: #565972) + + [ Sandro Tosi ] + * debian/control + - switch Vcs-Browser field to viewsvn + + [ Jakub Wilk ] + * Fix watch file. + + -- Gustavo Franco Thu, 25 Feb 2010 13:32:20 -0300 + +python-gdata (1.1.1-1) unstable; urgency=low + + [ Sandro Tosi ] + * debian/control + - uniforming Vcs-Browser field + + [ Piotr Ożarowski ] + * New upstream release (Closes: #479624) + + new copyright holders added to debian/copyright + + long description updated + * Replace python-elementtree dependency with: + "python (>= 2.5) | python-celementtree | python-elementtree" + (module tries to import xml.etree if possible). Closes: #470773 + * docs directory related changes: + + install scripts from samples directory as examples + + install RELEASE_NOTES.txt file as upstream changelog + * Standards-Version bumped to 3.8.0: + + debian/README.source file added + + link to Apache license v2 added in debian/copyright + + -- Debian Python Modules Team Tue, 22 Jul 2008 20:52:11 +0200 + +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 + * Add info about copyright holder of src/atom/* files in debian/copyright + + -- Brandon Philips Thu, 15 Nov 2007 19:55:05 +0100 + +python-gdata (1.0.4-1) unstable; urgency=low + + * New upstream release. + * Add Depends on python-elementtree. (Closes: #429710) + + -- Gustavo Franco Wed, 11 Jul 2007 15:28:25 -0300 + +python-gdata (1.0-1) unstable; urgency=low + + * Initial release. (Closes: #419343) + + -- Gustavo Franco Sat, 14 Apr 2007 01:47:36 -0300 --- python-gdata-2.0.8.orig/debian/control +++ python-gdata-2.0.8/debian/control @@ -0,0 +1,34 @@ +Source: python-gdata +Section: python +Priority: extra +Maintainer: Gustavo Franco +Uploaders: Debian Python Modules Team +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/viewsvn/python-modules/packages/python-gdata/trunk/ +Homepage: http://code.google.com/p/gdata-python-client +Standards-Version: 3.8.0 + +Package: python-gdata +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, + python (>= 2.5) | python-celementtree | python-elementtree +Description: Google Data Python client library + The GData (Google data) APIs provide a simple protocol for reading + and writing data on the web. + . + Each of the following Google services provides a Google data API: + * Base + * Blogger + * Calendar + * Code Search + * Contacts + * Document List + * Google Apps Provisioning + * Notebook + * Picasa Web Albums + * Spreadsheets + * YouTube + . + The Google data Python client library provides a library and source + code that make it easy to access data through Google data APIs. --- python-gdata-2.0.8.orig/debian/dirs +++ python-gdata-2.0.8/debian/dirs @@ -0,0 +1 @@ +usr/share/python-support/python-gdata --- python-gdata-2.0.8.orig/debian/python-gdata.doc-base +++ python-gdata-2.0.8/debian/python-gdata.doc-base @@ -0,0 +1,9 @@ +Document: python-gdata +Title: Google Data Python client library +Author: Google Inc. +Abstract: API reference for the Python Google Data client library +Section: Programming/Python + +Format: HTML +Index: /usr/share/doc/python-gdata/pydocs/gdata.html +Files: /usr/share/doc/python-gdata/pydocs/*.html --- python-gdata-2.0.8.orig/debian/docs +++ python-gdata-2.0.8/debian/docs @@ -0,0 +1 @@ +pydocs/ --- python-gdata-2.0.8.orig/debian/watch +++ python-gdata-2.0.8/debian/watch @@ -0,0 +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-(.*)\.tar\.gz + --- python-gdata-2.0.8.orig/debian/README.source +++ python-gdata-2.0.8/debian/README.source @@ -0,0 +1,4 @@ +This package uses CDBS simple patchsys. dpkg-source -x does produce source +ready for building with dpkg-buildpackage. It does not procude source ready +for editing. To edit or update a patch, use cdbs-edit-patch. +See cdbs-edit-patch(1) manual page for details. --- python-gdata-2.0.8.orig/debian/pycompat +++ python-gdata-2.0.8/debian/pycompat @@ -0,0 +1 @@ +2 --- python-gdata-2.0.8.orig/debian/compat +++ python-gdata-2.0.8/debian/compat @@ -0,0 +1 @@ +5 --- python-gdata-2.0.8.orig/debian/rules +++ python-gdata-2.0.8/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM := pysupport + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/python-distutils.mk + +DEB_INSTALL_CHANGELOGS_ALL += RELEASE_NOTES.txt --- python-gdata-2.0.8.orig/debian/examples +++ python-gdata-2.0.8/debian/examples @@ -0,0 +1 @@ +samples/* --- 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. + # --- python-gdata-2.0.8.orig/debian/patches/remove_shebangs.patch +++ python-gdata-2.0.8/debian/patches/remove_shebangs.patch @@ -0,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. + #