[Python-modules-commits] r15934 - in packages/python-gdata/trunk/debian (6 files)
anoteng-guest at users.alioth.debian.org
anoteng-guest at users.alioth.debian.org
Tue Mar 1 20:01:01 UTC 2011
Date: Tuesday, March 1, 2011 @ 20:00:50
Author: anoteng-guest
Revision: 15934
Remove unused patch
Fix line width in changelog
remove (>= 0.5.3) in python-support build dep.
remove unnecessary files.
Modified:
packages/python-gdata/trunk/debian/changelog
packages/python-gdata/trunk/debian/control
packages/python-gdata/trunk/debian/copyright
Deleted:
packages/python-gdata/trunk/debian/README.source
packages/python-gdata/trunk/debian/patches/python2.4_shebangs.patch
packages/python-gdata/trunk/debian/pycompat
Deleted: packages/python-gdata/trunk/debian/README.source
===================================================================
--- packages/python-gdata/trunk/debian/README.source 2011-03-01 19:48:16 UTC (rev 15933)
+++ packages/python-gdata/trunk/debian/README.source 2011-03-01 20:00:50 UTC (rev 15934)
@@ -1,4 +0,0 @@
-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 2011-03-01 19:48:16 UTC (rev 15933)
+++ packages/python-gdata/trunk/debian/changelog 2011-03-01 20:00:50 UTC (rev 15934)
@@ -6,9 +6,11 @@
- No change needed.
* Change source format to 3.0 (quilt)
* Remove patch python2.4_shebangs.patch (fixed upstream)
- * Remove deprecated string exception (patch from upstream bts) (Closes: #585294)
+ * Remove deprecated string exception (patch from upstream bts)
+ (Closes: #585294)
+ * Bump debhelper build depends to (>= 8)
- -- Andreas Noteng <andreas at noteng.no> Tue, 28 Dec 2010 00:18:40 +0100
+ -- Andreas Noteng <andreas at noteng.no> Tue, 01 Mar 2011 20:57:57 +0100
python-gdata (2.0.8-1.1) unstable; urgency=medium
Modified: packages/python-gdata/trunk/debian/control
===================================================================
--- packages/python-gdata/trunk/debian/control 2011-03-01 19:48:16 UTC (rev 15933)
+++ packages/python-gdata/trunk/debian/control 2011-03-01 20:00:50 UTC (rev 15934)
@@ -3,7 +3,7 @@
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 (>= 0.5.3)
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 8), python, python-support
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
Modified: packages/python-gdata/trunk/debian/copyright
===================================================================
--- packages/python-gdata/trunk/debian/copyright 2011-03-01 19:48:16 UTC (rev 15933)
+++ packages/python-gdata/trunk/debian/copyright 2011-03-01 20:00:50 UTC (rev 15934)
@@ -5,7 +5,7 @@
Upstream Author: Google Inc.
-Copyright: Copyright (C) 2006-2008 Google Inc.
+Copyright: Copyright 2006-2010 Google Inc.
License:
@@ -28,7 +28,7 @@
Files with different copyright holder:
- Copyright (C) 2007 SIOS Technology, Inc.:
+ Copyright 2007 SIOS Technology, Inc.:
src/gdata/apps/service.py
src/gdata/apps/__init__.py
@@ -39,11 +39,11 @@
src/gdata/geo/__init__.py
src/gdata/exif/__init__.py
- Copyright (c) 2007 Benoit Chesneau <benoitc at metavers.net>:
+ Copyright 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
+The Debian packaging is copyright 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/patches/python2.4_shebangs.patch
===================================================================
--- packages/python-gdata/trunk/debian/patches/python2.4_shebangs.patch 2011-03-01 19:48:16 UTC (rev 15933)
+++ packages/python-gdata/trunk/debian/patches/python2.4_shebangs.patch 2011-03-01 20:00:50 UTC (rev 15934)
@@ -1,24 +0,0 @@
---- 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.
- #
Deleted: packages/python-gdata/trunk/debian/pycompat
===================================================================
--- packages/python-gdata/trunk/debian/pycompat 2011-03-01 19:48:16 UTC (rev 15933)
+++ packages/python-gdata/trunk/debian/pycompat 2011-03-01 20:00:50 UTC (rev 15934)
@@ -1 +0,0 @@
-2
More information about the Python-modules-commits
mailing list