[Python-modules-commits] r6015 - in packages/python-gdata/trunk/debian (8 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Tue Jul 22 19:41:39 UTC 2008


    Date: Tuesday, July 22, 2008 @ 19:41:38
  Author: piotr
Revision: 6015

* 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

Added:
  packages/python-gdata/trunk/debian/README.source
  packages/python-gdata/trunk/debian/examples
  packages/python-gdata/trunk/debian/pycompat
Modified:
  packages/python-gdata/trunk/debian/changelog
  packages/python-gdata/trunk/debian/control
  packages/python-gdata/trunk/debian/copyright
  packages/python-gdata/trunk/debian/rules
Deleted:
  packages/python-gdata/trunk/debian/docs

Added: packages/python-gdata/trunk/debian/README.source
===================================================================
--- packages/python-gdata/trunk/debian/README.source	                        (rev 0)
+++ packages/python-gdata/trunk/debian/README.source	2008-07-22 19:41:38 UTC (rev 6015)
@@ -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.

Modified: packages/python-gdata/trunk/debian/changelog
===================================================================
--- packages/python-gdata/trunk/debian/changelog	2008-07-22 18:57:17 UTC (rev 6014)
+++ packages/python-gdata/trunk/debian/changelog	2008-07-22 19:41:38 UTC (rev 6015)
@@ -1,10 +1,25 @@
-python-gdata (1.0.9-2) UNRELEASED; urgency=low
+python-gdata (1.1.1-1) UNRELEASED; urgency=low
 
+  [ Sandro Tosi ]
   * debian/control
     - uniforming Vcs-Browser field
 
- -- Sandro Tosi <matrixhasu at gmail.com>  Thu, 03 Jan 2008 12:04:44 +0100
+  [ 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 <python-modules-team at lists.alioth.debian.org>  Tue, 22 Jul 2008 20:52:11 +0200
+
 python-gdata (1.0.9-1) unstable; urgency=low
 
   [ Brandon Philips ]
@@ -32,4 +47,3 @@
   * Initial release. (Closes: #419343)
 
  -- Gustavo Franco <stratus at debian.org>  Sat, 14 Apr 2007 01:47:36 -0300
-

Modified: packages/python-gdata/trunk/debian/control
===================================================================
--- packages/python-gdata/trunk/debian/control	2008-07-22 18:57:17 UTC (rev 6014)
+++ packages/python-gdata/trunk/debian/control	2008-07-22 19:41:38 UTC (rev 6015)
@@ -8,11 +8,12 @@
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-gdata/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-gdata/trunk/?op=log
 Homepage: http://code.google.com/p/gdata-python-client
-Standards-Version: 3.7.2
+Standards-Version: 3.8.0
 
 Package: python-gdata
 Architecture: all 
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-elementtree
+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.
@@ -21,12 +22,14 @@
    * Base
    * Blogger
    * Calendar
+   * Code Search
+   * Contacts
+   * Document List
+   * Google Apps Provisioning
+   * Notebook 
    * Picasa Web Albums
    * Spreadsheets
-   * Google Apps Provisioning
-   * Code Search
-   * Notebook 
+   * YouTube
  .
- The Google data Python Client Library provides a library and source 
+ The Google data Python client library provides a library and source 
  code that make it easy to access data through Google data APIs.
-

Modified: packages/python-gdata/trunk/debian/copyright
===================================================================
--- packages/python-gdata/trunk/debian/copyright	2008-07-22 18:57:17 UTC (rev 6014)
+++ packages/python-gdata/trunk/debian/copyright	2008-07-22 19:41:38 UTC (rev 6015)
@@ -5,7 +5,7 @@
 
 Upstream Author: Google Inc.
 
-Copyright: Copyright (C) 2006 Google Inc.
+Copyright: Copyright (C) 2006-2008 Google Inc.
 
 License:
 
@@ -21,9 +21,29 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 
-src/gdata/apps/service.py and src/gdata/apps/__init__.py files have different
-copyright holder: Copyright (C) 2007 SIOS Technology, Inc.
+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 <benoitc at metavers.net>:
+  src/gdata/codesearch/service.py
+  src/gdata/codesearch/__init__.py
+
+
 The Debian packaging is (C) 2007, Gustavo Franco <stratus at debian.org> and
 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
 

Deleted: packages/python-gdata/trunk/debian/docs
===================================================================
--- packages/python-gdata/trunk/debian/docs	2008-07-22 18:57:17 UTC (rev 6014)
+++ packages/python-gdata/trunk/debian/docs	2008-07-22 19:41:38 UTC (rev 6015)
@@ -1,2 +0,0 @@
-RELEASE_NOTES.txt
-samples

Added: packages/python-gdata/trunk/debian/examples
===================================================================
--- packages/python-gdata/trunk/debian/examples	                        (rev 0)
+++ packages/python-gdata/trunk/debian/examples	2008-07-22 19:41:38 UTC (rev 6015)
@@ -0,0 +1 @@
+samples/*

Added: packages/python-gdata/trunk/debian/pycompat
===================================================================
--- packages/python-gdata/trunk/debian/pycompat	                        (rev 0)
+++ packages/python-gdata/trunk/debian/pycompat	2008-07-22 19:41:38 UTC (rev 6015)
@@ -0,0 +1 @@
+2

Modified: packages/python-gdata/trunk/debian/rules
===================================================================
--- packages/python-gdata/trunk/debian/rules	2008-07-22 18:57:17 UTC (rev 6014)
+++ packages/python-gdata/trunk/debian/rules	2008-07-22 19:41:38 UTC (rev 6015)
@@ -6,3 +6,4 @@
 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




More information about the Python-modules-commits mailing list