[Python-modules-commits] r20053 - in packages/lazr.restfulclient/trunk/debian (9 files)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Thu Jan 19 13:20:13 UTC 2012


    Date: Thursday, January 19, 2012 @ 13:20:12
  Author: stefanor
Revision: 20053

* New maintainer.
* Move test dependencies to extras_require so that setuptools doesn't think
  they are needed for the code to work. Thanks James Westby.
  (Closes: #656353, LP: #918307)
* Drop pydist-overrides, now that these dependancies won't appear in
  requires.txt.
* Clean egg-info.
* Wrap and sort long lines in debian/control.
* Convert debian/copyright to DEP5 machine-readable format.
* Drop Breaks: ${python:Breaks}. No longer used by dh_python2.

Added:
  packages/lazr.restfulclient/trunk/debian/clean
  packages/lazr.restfulclient/trunk/debian/patches/remove_test_requires
Modified:
  packages/lazr.restfulclient/trunk/debian/changelog
  packages/lazr.restfulclient/trunk/debian/control
  packages/lazr.restfulclient/trunk/debian/copyright
  packages/lazr.restfulclient/trunk/debian/patches/no_package_data.patch
  packages/lazr.restfulclient/trunk/debian/patches/series
  packages/lazr.restfulclient/trunk/debian/rules
Deleted:
  packages/lazr.restfulclient/trunk/debian/pydist-overrides

Modified: packages/lazr.restfulclient/trunk/debian/changelog
===================================================================
--- packages/lazr.restfulclient/trunk/debian/changelog	2012-01-19 12:55:17 UTC (rev 20052)
+++ packages/lazr.restfulclient/trunk/debian/changelog	2012-01-19 13:20:12 UTC (rev 20053)
@@ -1,3 +1,18 @@
+lazr.restfulclient (0.12.0-2) UNRELEASED; urgency=low
+
+  * New maintainer.
+  * Move test dependencies to extras_require so that setuptools doesn't think
+    they are needed for the code to work. Thanks James Westby.
+    (Closes: #656353, LP: #918307)
+  * Drop pydist-overrides, now that these dependancies won't appear in
+    requires.txt.
+  * Clean egg-info.
+  * Wrap and sort long lines in debian/control.
+  * Convert debian/copyright to DEP5 machine-readable format.
+  * Drop Breaks: ${python:Breaks}. No longer used by dh_python2.
+
+ -- Stefano Rivera <stefanor at debian.org>  Thu, 19 Jan 2012 14:57:47 +0200
+
 lazr.restfulclient (0.12.0-1) unstable; urgency=low
 
   * New upstream release.

Added: packages/lazr.restfulclient/trunk/debian/clean
===================================================================
--- packages/lazr.restfulclient/trunk/debian/clean	                        (rev 0)
+++ packages/lazr.restfulclient/trunk/debian/clean	2012-01-19 13:20:12 UTC (rev 20053)
@@ -0,0 +1 @@
+src/*.egg-info/*

Modified: packages/lazr.restfulclient/trunk/debian/control
===================================================================
--- packages/lazr.restfulclient/trunk/debian/control	2012-01-19 12:55:17 UTC (rev 20052)
+++ packages/lazr.restfulclient/trunk/debian/control	2012-01-19 13:20:12 UTC (rev 20053)
@@ -1,8 +1,9 @@
 Source: lazr.restfulclient
 Section: python
 Priority: optional
-Maintainer: Luca Falavigna <dktrkranz at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, James Westby <james.westby at ubuntu.com>
+Maintainer: Stefano Rivera <stefanor at debian.org>
+Uploaders:
+ Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7.3.0), python (>= 2.6.6-3~), python-setuptools
 Standards-Version: 3.9.2
 Homepage: https://launchpad.net/lazr.restfulclient
@@ -12,8 +13,14 @@
 
 Package: python-lazr.restfulclient
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-zope.interface, python-wadllib (>= 1.1.4), python-pkg-resources, python-simplejson, python-httplib2
-Breaks: ${python:Breaks}
+Depends:
+ python-httplib2,
+ python-pkg-resources,
+ python-simplejson,
+ python-wadllib (>= 1.1.4),
+ python-zope.interface,
+ ${misc:Depends},
+ ${python:Depends}
 Description: client for lazr.restful-based web services
  A programmable client library that takes advantage of the commonalities
  among lazr.rest web services to provide added functionality on top

Modified: packages/lazr.restfulclient/trunk/debian/copyright
===================================================================
--- packages/lazr.restfulclient/trunk/debian/copyright	2012-01-19 12:55:17 UTC (rev 20052)
+++ packages/lazr.restfulclient/trunk/debian/copyright	2012-01-19 13:20:12 UTC (rev 20053)
@@ -1,50 +1,51 @@
-This package was debianized by James Westby <james.westby at ubuntu.com> on
-Fri, 10 Jul 2009 16:43:44 +0100.
+Format: http://anonscm.debian.org/loggerhead/dep/dep5/trunk/annotate/179/dep5/copyright-format.xml
+Upstream-Name: lazr.restfulclient
+Source: https://launchpad.net/lazr.restfulclient
 
-It was downloaded from https://launchpad.net/lazr.restfulclient/
+Files: *
+Copyright: 2008-2009, Canonical Ltd.
+License: LGPL-3.0
 
-Upstream Authors:
+Files:
+ src/lazr/restfulclient/__init__.py
+ src/lazr/restfulclient/_browser.py
+ src/lazr/restfulclient/authorize/__init__.py
+ src/lazr/restfulclient/authorize/oauth.py
+ src/lazr/restfulclient/errors.py
+ src/lazr/restfulclient/resource.py
+Copyright: 2008-2009, Canonical Ltd.
+License: LGPL-3.0+
 
-    LAZR Developers <lazr-developers at lists.launchpad.net>
-
+Files: debian/*
 Copyright:
+ 2009,      James Westby <james.westby at ubuntu.com>
+ 2009-2011, Luca Falavigna <dktrkranz at debian.org>
+ 2012,      Stefano Rivera <stefanor at debian.org>
+License: LGPL-3.0
 
-    Copyright 2008-2009 Canonical Ltd.
+License: LGPL-3.0
+ lazr.restfulclient is free software: you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published by the
+ Free Software Foundation, version 3 of the License.
+ .
+ lazr.restfulclient is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
+ for more details.
+ .
+ On Debian systems the complete text of the LGPL, version 3, can be found at
+ /usr/share/common-licenses/LGPL-3.
 
-License:
-
-    lazr.restfulclient is free software: you can redistribute it and/or modify
-    it under the terms of the GNU Lesser General Public License as
-    published by the Free Software Foundation, version 3 of the
-    License.
-
-    lazr.restfulclient is distributed in the hope that it will be useful, but
-    WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Lesser General Public License for more details.
-
-    You should have received a copy of the GNU Lesser General Public
-    License along with lazr.restfulclient.  If not, see
-    <http://www.gnu.org/licenses/>.
-
-src/lazr/restfulclient/__init__.py src/lazr/restfulclient/_browser.py
-src/lazr/restfulclient/errors.py src/lazr/restfulclient/resource.py
-src/lazr/restfulclient/authorize/__init__.py src/lazr/restfulclient/authorize/oauth.py
-are licensed under the following terms:
-
-    lazr.restfulclient is free software: you can redistribute it and/or
-    modify it under the terms of the GNU Lesser General Public License
-    as published by the Free Software Foundation, either version 3 of
-    the License, or (at your option) any later version.
-
-    lazr.restfulclient is distributed in the hope that it will be
-    useful, but WITHOUT ANY WARRANTY; without even the implied warranty
-    of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Lesser General Public License for more details.
-
-    You should have received a copy of the GNU Lesser General Public
-    License along with lazr.restfulclient.  If not, see
-    <http://www.gnu.org/licenses/>.
-
-On Debian systems the complete text of the LGPL, version 3, can be found at
-/usr/share/common-licenses/LGPL-3.
+License: LGPL-3.0+
+ lazr.restfulclient is free software: you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published by the
+ Free Software Foundation, either version 3 of the License, or (at your option)
+ any later version.
+ .
+ lazr.restfulclient is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
+ for more details.
+ .
+ On Debian systems the complete text of the LGPL, version 3, can be found at
+ /usr/share/common-licenses/LGPL-3.

Modified: packages/lazr.restfulclient/trunk/debian/patches/no_package_data.patch
===================================================================
--- packages/lazr.restfulclient/trunk/debian/patches/no_package_data.patch	2012-01-19 12:55:17 UTC (rev 20052)
+++ packages/lazr.restfulclient/trunk/debian/patches/no_package_data.patch	2012-01-19 13:20:12 UTC (rev 20053)
@@ -2,10 +2,8 @@
 Author: Luca Falavigna <dktrkranz at debian.org>
 Forwarded: not-needed
 
-Index: lazr.restfulclient-0.9.18/setup.py
-===================================================================
---- lazr.restfulclient-0.9.18.orig/setup.py	2010-06-20 04:32:26.418577165 +0200
-+++ lazr.restfulclient-0.9.18/setup.py	2010-06-20 04:32:33.778571910 +0200
+--- a/setup.py
++++ b/setup.py
 @@ -45,7 +45,7 @@
      namespace_packages=['lazr'],
      packages=find_packages('src'),

Added: packages/lazr.restfulclient/trunk/debian/patches/remove_test_requires
===================================================================
--- packages/lazr.restfulclient/trunk/debian/patches/remove_test_requires	                        (rev 0)
+++ packages/lazr.restfulclient/trunk/debian/patches/remove_test_requires	2012-01-19 13:20:12 UTC (rev 20053)
@@ -0,0 +1,29 @@
+--- a/setup.py
++++ b/setup.py
+@@ -56,11 +56,9 @@
+     license='LGPL v3',
+     install_requires=[
+         'httplib2',
+-        'lazr.authentication',
+         'oauth',
+         'setuptools',
+         'wadllib>=1.1.4',
+-        'wsgi_intercept',
+         ],
+     url='https://launchpad.net/lazr.restfulclient',
+     download_url= 'https://launchpad.net/lazr.restfulclient/+download',
+@@ -73,8 +71,12 @@
+     extras_require=dict(
+         docs=['Sphinx',
+               'z3c.recipe.sphinxdoc'],
+-        test=['lazr.restful>=0.11.0',
+-              'van.testing'],
++        test=[
++            'lazr.authentication',
++            'lazr.restful>=0.11.0',
++            'wsgi_intercept',
++            'van.testing'
++            ],
+     ),
+     test_suite='lazr.restfulclient.tests',
+     )

Modified: packages/lazr.restfulclient/trunk/debian/patches/series
===================================================================
--- packages/lazr.restfulclient/trunk/debian/patches/series	2012-01-19 12:55:17 UTC (rev 20052)
+++ packages/lazr.restfulclient/trunk/debian/patches/series	2012-01-19 13:20:12 UTC (rev 20053)
@@ -1 +1,2 @@
+remove_test_requires
 no_package_data.patch

Deleted: packages/lazr.restfulclient/trunk/debian/pydist-overrides
===================================================================
--- packages/lazr.restfulclient/trunk/debian/pydist-overrides	2012-01-19 12:55:17 UTC (rev 20052)
+++ packages/lazr.restfulclient/trunk/debian/pydist-overrides	2012-01-19 13:20:12 UTC (rev 20053)
@@ -1,2 +0,0 @@
-lazr.authentication
-wsgi_intercept

Modified: packages/lazr.restfulclient/trunk/debian/rules
===================================================================
--- packages/lazr.restfulclient/trunk/debian/rules	2012-01-19 12:55:17 UTC (rev 20052)
+++ packages/lazr.restfulclient/trunk/debian/rules	2012-01-19 13:20:12 UTC (rev 20053)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2 --buildsystem=python_distutils
+	dh $@ --with python2
 
 override_dh_auto_install:
 	dh_auto_install




More information about the Python-modules-commits mailing list