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

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Thu Mar 1 13:32:50 UTC 2012


    Date: Thursday, March 1, 2012 @ 13:32:45
  Author: mitya57-guest
Revision: 20631

* New upstream release (closes: #655566)
* Switch to dh and dh_python2
* debian/patches/remove_shebangs.patch: refreshed
* Switch to newest copyright format, fix lintian warnings
* Bump Standards-Version to 3.9.3

Modified:
  packages/python-gdata/trunk/debian/changelog
  packages/python-gdata/trunk/debian/control
  packages/python-gdata/trunk/debian/copyright
  packages/python-gdata/trunk/debian/patches/remove_shebangs.patch
  packages/python-gdata/trunk/debian/rules
Deleted:
  packages/python-gdata/trunk/debian/dirs

Modified: packages/python-gdata/trunk/debian/changelog
===================================================================
--- packages/python-gdata/trunk/debian/changelog	2012-02-29 19:40:07 UTC (rev 20630)
+++ packages/python-gdata/trunk/debian/changelog	2012-03-01 13:32:45 UTC (rev 20631)
@@ -1,3 +1,14 @@
+python-gdata (2.0.16-1) UNRELEASED; urgency=low
+
+  * Team upload.
+  * New upstream release (closes: #655566)
+  * Switch to dh and dh_python2
+  * debian/patches/remove_shebangs.patch: refreshed
+  * Switch to newest copyright format, fix lintian warnings
+  * Bump Standards-Version to 3.9.3
+
+ -- Dmitry Shachnev <mitya57 at gmail.com>  Thu, 01 Mar 2012 17:17:38 +0400
+
 python-gdata (2.0.14-2) unstable; urgency=low
 
   * Team upload.

Modified: packages/python-gdata/trunk/debian/control
===================================================================
--- packages/python-gdata/trunk/debian/control	2012-02-29 19:40:07 UTC (rev 20630)
+++ packages/python-gdata/trunk/debian/control	2012-03-01 13:32:45 UTC (rev 20631)
@@ -3,15 +3,16 @@
 Priority: extra
 Maintainer: Gustavo Franco <stratus at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: cdbs (>= 0.4.43), debhelper (>= 8), python, python-support
+Build-Depends: debhelper (>= 8), python-all (>= 2.6.6-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.9.1
+Standards-Version: 3.9.3
+X-Python-Version: >= 2.6
 
 Package: python-gdata
 Architecture: all 
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
+Depends: ${misc:Depends}, ${python:Depends},
  python (>= 2.5) | python-celementtree | python-elementtree
 Suggests: python-gdata-doc
 Description: Google Data Python client library

Modified: packages/python-gdata/trunk/debian/copyright
===================================================================
--- packages/python-gdata/trunk/debian/copyright	2012-02-29 19:40:07 UTC (rev 20630)
+++ packages/python-gdata/trunk/debian/copyright	2012-03-01 13:32:45 UTC (rev 20631)
@@ -1,4 +1,4 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: gdata-python-client
 Upstream-Contact: http://groups.google.com/group/gdata-python-client-library-contributors?pli=1
 Source: http://code.google.com/p/gdata-python-client/
@@ -115,7 +115,7 @@
            2011, Andreas Noteng <andreas at noteng.no>
 License: GPL-3
 
-Licence: GPL-3
+License: GPL-3
  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or

Deleted: packages/python-gdata/trunk/debian/dirs
===================================================================
--- packages/python-gdata/trunk/debian/dirs	2012-02-29 19:40:07 UTC (rev 20630)
+++ packages/python-gdata/trunk/debian/dirs	2012-03-01 13:32:45 UTC (rev 20631)
@@ -1 +0,0 @@
-usr/share/python-support/python-gdata

Modified: packages/python-gdata/trunk/debian/patches/remove_shebangs.patch
===================================================================
--- packages/python-gdata/trunk/debian/patches/remove_shebangs.patch	2012-02-29 19:40:07 UTC (rev 20630)
+++ packages/python-gdata/trunk/debian/patches/remove_shebangs.patch	2012-03-01 13:32:45 UTC (rev 20631)
@@ -1,4 +1,4 @@
-Remove shebangs on files not run bty the command line
+Remove shebangs on files not run by the command line
 By: Piotr Ożarowski <piotr at debian.org>
 Index: gdata-2.0.13/src/atom/__init__.py
 ===================================================================
@@ -36,24 +36,6 @@
  #
  # Copyright (C) 2007 SIOS Technology, Inc.
  #
-Index: gdata-2.0.13/src/gdata/base/__init__.py
-===================================================================
---- gdata-2.0.13.orig/src/gdata/base/__init__.py	2010-10-29 22:42:59.000000000 +0200
-+++ gdata-2.0.13/src/gdata/base/__init__.py	2010-12-29 10:31:57.882095902 +0100
-@@ -1,4 +1,3 @@
--#!/usr/bin/python
- #
- # Copyright (C) 2006 Google Inc.
- #
-Index: gdata-2.0.13/src/gdata/base/service.py
-===================================================================
---- gdata-2.0.13.orig/src/gdata/base/service.py	2010-07-08 20:32:47.000000000 +0200
-+++ gdata-2.0.13/src/gdata/base/service.py	2010-12-29 10:31:57.886095902 +0100
-@@ -1,4 +1,3 @@
--#!/usr/bin/python
- #
- # Copyright (C) 2006 Google Inc.
- #
 Index: gdata-2.0.13/src/gdata/calendar/__init__.py
 ===================================================================
 --- gdata-2.0.13.orig/src/gdata/calendar/__init__.py	2010-07-08 20:32:47.000000000 +0200

Modified: packages/python-gdata/trunk/debian/rules
===================================================================
--- packages/python-gdata/trunk/debian/rules	2012-02-29 19:40:07 UTC (rev 20630)
+++ packages/python-gdata/trunk/debian/rules	2012-03-01 13:32:45 UTC (rev 20631)
@@ -1,15 +1,14 @@
 #!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
 
-DEB_PYTHON_SYSTEM := pysupport
+%:
+	dh $@ --with python2
 
-build/python-gdata::
+override_dh_auto_build:
 	chmod a-x samples/oauth/oauth_on_appengine/appengine_utilities/*.py
 	chmod a-x samples/blogger/oauth-appengine/*.py
 	chmod a-x samples/blogger/app/*.py
+	dh_auto_build
 
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
-
-DEB_INSTALL_CHANGELOGS_ALL += RELEASE_NOTES.txt
-DEB_COMPRESS_EXCLUDE := .py .js
+override_dh_installchangelogs:
+	dh_installchangelogs RELEASE_NOTES.txt




More information about the Python-modules-commits mailing list