[Python-modules-commits] r2083 - in /packages/python-gdata/trunk/debian: ./ changelog compat control copyright dirs docs rules watch

stratus at users.alioth.debian.org stratus at users.alioth.debian.org
Sun Apr 15 02:52:27 UTC 2007


Author: stratus
Date: Sun Apr 15 02:52:26 2007
New Revision: 2083

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2083
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    packages/python-gdata/trunk/debian/   (with props)
    packages/python-gdata/trunk/debian/changelog
    packages/python-gdata/trunk/debian/compat
    packages/python-gdata/trunk/debian/control
    packages/python-gdata/trunk/debian/copyright
    packages/python-gdata/trunk/debian/dirs
    packages/python-gdata/trunk/debian/docs
    packages/python-gdata/trunk/debian/rules   (with props)
    packages/python-gdata/trunk/debian/watch

Propchange: packages/python-gdata/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/python-gdata/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-gdata/trunk/debian/changelog?rev=2083&op=file
==============================================================================
--- packages/python-gdata/trunk/debian/changelog (added)
+++ packages/python-gdata/trunk/debian/changelog Sun Apr 15 02:52:26 2007
@@ -1,0 +1,6 @@
+python-gdata (1.0-1) UNRELEASED; urgency=low
+
+  * Initial release.
+
+ -- Gustavo Franco <stratus at debian.org>  Sat, 14 Apr 2007 01:47:36 -0300
+

Added: packages/python-gdata/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/python-gdata/trunk/debian/compat?rev=2083&op=file
==============================================================================
--- packages/python-gdata/trunk/debian/compat (added)
+++ packages/python-gdata/trunk/debian/compat Sun Apr 15 02:52:26 2007
@@ -1,0 +1,1 @@
+5

Added: packages/python-gdata/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-gdata/trunk/debian/control?rev=2083&op=file
==============================================================================
--- packages/python-gdata/trunk/debian/control (added)
+++ packages/python-gdata/trunk/debian/control Sun Apr 15 02:52:26 2007
@@ -1,0 +1,28 @@
+Source: python-gdata
+Section: python
+Priority: extra
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Gustavo Franco <stratus at debian.org>
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5), python-all-dev, python-support (>= 0.5.3)
+Standards-Version: 3.7.2
+
+Package: python-gdata
+Architecture: all 
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Description: GData 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
+   * Picasa Web Albums
+   * Spreadsheets
+   * Google Apps Provisioning
+   * Code Search
+   * Notebook 
+ .
+ The Google data Python Client Library provides a library and source 
+ code that make it easy to access data through Google data APIs.
+

Added: packages/python-gdata/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/python-gdata/trunk/debian/copyright?rev=2083&op=file
==============================================================================
--- packages/python-gdata/trunk/debian/copyright (added)
+++ packages/python-gdata/trunk/debian/copyright Sun Apr 15 02:52:26 2007
@@ -1,0 +1,27 @@
+This package was debianized by Gustavo Franco <stratus at debian.org> 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 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.
+
+
+The Debian packaging is (C) 2007, Gustavo Franco <stratus at debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+

Added: packages/python-gdata/trunk/debian/dirs
URL: http://svn.debian.org/wsvn/python-modules/packages/python-gdata/trunk/debian/dirs?rev=2083&op=file
==============================================================================
--- packages/python-gdata/trunk/debian/dirs (added)
+++ packages/python-gdata/trunk/debian/dirs Sun Apr 15 02:52:26 2007
@@ -1,0 +1,1 @@
+usr/share/python-support/python-gdata

Added: packages/python-gdata/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/python-gdata/trunk/debian/docs?rev=2083&op=file
==============================================================================
--- packages/python-gdata/trunk/debian/docs (added)
+++ packages/python-gdata/trunk/debian/docs Sun Apr 15 02:52:26 2007
@@ -1,0 +1,2 @@
+RELEASE_NOTES.txt
+samples

Added: packages/python-gdata/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-gdata/trunk/debian/rules?rev=2083&op=file
==============================================================================
--- packages/python-gdata/trunk/debian/rules (added)
+++ packages/python-gdata/trunk/debian/rules Sun Apr 15 02:52:26 2007
@@ -1,0 +1,14 @@
+#!/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
+
+binary-install/python-gdata::
+	dh_pysupport -p$(cdbs_curpkg)
+	cp *.py ./debian/python-gdata/usr/share/python-support/$(cdbs_curpkg)
+
+clean::
+	find . -name \*.pyc -print0 | xargs -r0 rm
+	

Propchange: packages/python-gdata/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/python-gdata/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/python-gdata/trunk/debian/watch?rev=2083&op=file
==============================================================================
--- packages/python-gdata/trunk/debian/watch (added)
+++ packages/python-gdata/trunk/debian/watch Sun Apr 15 02:52:26 2007
@@ -1,0 +1,5 @@
+# Compulsory line, this is a version 3 file
+version=3
+
+http://gdata-python-client.googlecode.com/files/gdata\.py\.(.*)\.zip
+




More information about the Python-modules-commits mailing list