[Python-modules-commits] r10103 - in packages/lazr.restfulclient/trunk (8 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Sun Oct 18 13:56:15 UTC 2009


    Date: Sunday, October 18, 2009 @ 13:56:14
  Author: dktrkranz
Revision: 10103

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/lazr.restfulclient/trunk/debian/
  packages/lazr.restfulclient/trunk/debian/changelog
  packages/lazr.restfulclient/trunk/debian/compat
  packages/lazr.restfulclient/trunk/debian/control
  packages/lazr.restfulclient/trunk/debian/copyright
  packages/lazr.restfulclient/trunk/debian/docs
  packages/lazr.restfulclient/trunk/debian/rules
  packages/lazr.restfulclient/trunk/debian/watch


Property changes on: packages/lazr.restfulclient/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/lazr.restfulclient/trunk/debian/changelog
===================================================================
--- packages/lazr.restfulclient/trunk/debian/changelog	                        (rev 0)
+++ packages/lazr.restfulclient/trunk/debian/changelog	2009-10-18 13:56:14 UTC (rev 10103)
@@ -0,0 +1,33 @@
+lazr.restfulclient (0.9.9-1) unstable; urgency=low
+
+  * Initial Debian release (Closes: #551275).
+  * Package taken from Ubuntu, major changes introduced are:
+    - Switch to debhelper 7.
+    - Switch to python-support.
+    - Binary package renamed to python-lazr.uri to match module name.
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Sun, 18 Oct 2009 14:57:38 +0200
+
+lazr.restfulclient (0.9.3-0ubuntu3) karmic; urgency=low
+
+  * The package name is now python-zope.interface, thank Eric Appleman.
+    (LP: #424751)
+
+ -- James Westby <james.westby at ubuntu.com>  Mon, 07 Sep 2009 10:51:19 +0100
+
+lazr.restfulclient (0.9.3-0ubuntu2) karmic; urgency=low
+
+  * Add python-pkg-resources to Depends, thanks Martin Pitt.
+
+ -- James Westby <james.westby at ubuntu.com>  Thu, 27 Aug 2009 11:54:36 +0100
+
+lazr.restfulclient (0.9.3-0ubuntu1) karmic; urgency=low
+
+  * Initial release.
+  * Comment out setup_requires in setup.py so that setuptools doesn't try and
+    download things at build time.
+  * Comment out dependencies in setup.py that are just needed for running the
+    tests. It sucks, but there are about 10 new packages needed just to allow
+    the test suite to run.
+
+ -- James Westby <james.westby at ubuntu.com>  Fri, 10 Jul 2009 16:43:44 +0100

Added: packages/lazr.restfulclient/trunk/debian/compat
===================================================================
--- packages/lazr.restfulclient/trunk/debian/compat	                        (rev 0)
+++ packages/lazr.restfulclient/trunk/debian/compat	2009-10-18 13:56:14 UTC (rev 10103)
@@ -0,0 +1 @@
+7

Added: packages/lazr.restfulclient/trunk/debian/control
===================================================================
--- packages/lazr.restfulclient/trunk/debian/control	                        (rev 0)
+++ packages/lazr.restfulclient/trunk/debian/control	2009-10-18 13:56:14 UTC (rev 10103)
@@ -0,0 +1,21 @@
+Source: lazr.restfulclient
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Luca Falavigna <dktrkranz at debian.org>
+Build-Depends: debhelper (>= 7), python (>= 2.4), python-support, python-setuptools
+Standards-Version: 3.8.3
+Homepage: https://launchpad.net/lazr.restfulclient
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/lazr.restfulclient/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/lazr.restfulclient/trunk/
+XS-Python-Version: >= 2.4
+
+Package: python-lazr.restfulclient
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-zope.interface | python-zopeinterface, python-wadllib (>= 1.1.4), python-pkg-resources
+Conflicts: python-lazr-restfulclient (<< 0.9.9-1)
+Replaces: python-lazr-restfulclient (<< 0.9.9-1)
+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
+ of wadllib.

Added: packages/lazr.restfulclient/trunk/debian/copyright
===================================================================
--- packages/lazr.restfulclient/trunk/debian/copyright	                        (rev 0)
+++ packages/lazr.restfulclient/trunk/debian/copyright	2009-10-18 13:56:14 UTC (rev 10103)
@@ -0,0 +1,49 @@
+This package was debianized by James Westby <james.westby at ubuntu.com> on
+Fri, 10 Jul 2009 16:43:44 +0100.
+
+It was downloaded from https://launchpad.net/lazr.restfulclient/
+
+Upstream Authors:
+
+    LAZR Developers <lazr-developers at lists.launchpad.net>
+
+Copyright:
+
+    Copyright 2008-2009 Canonical Ltd.
+
+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/authorize/* src/lazr/restfulclient/__init__.py
+src/lazr/restfulclient/_browser.py src/lazr/restfulclient/errors.py
+src/lazr/restfulclient/resource.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.

Added: packages/lazr.restfulclient/trunk/debian/docs
===================================================================
--- packages/lazr.restfulclient/trunk/debian/docs	                        (rev 0)
+++ packages/lazr.restfulclient/trunk/debian/docs	2009-10-18 13:56:14 UTC (rev 10103)
@@ -0,0 +1 @@
+HACKING.txt

Added: packages/lazr.restfulclient/trunk/debian/rules
===================================================================
--- packages/lazr.restfulclient/trunk/debian/rules	                        (rev 0)
+++ packages/lazr.restfulclient/trunk/debian/rules	2009-10-18 13:56:14 UTC (rev 10103)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+clean:
+	find -name "*.pyc" -delete
+	dh $@
+


Property changes on: packages/lazr.restfulclient/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/lazr.restfulclient/trunk/debian/watch
===================================================================
--- packages/lazr.restfulclient/trunk/debian/watch	                        (rev 0)
+++ packages/lazr.restfulclient/trunk/debian/watch	2009-10-18 13:56:14 UTC (rev 10103)
@@ -0,0 +1,2 @@
+version=3
+https://launchpad.net/lazr.restfulclient/+download http://launchpad.net/lazr.restfulclient/.*/lazr.restfulclient-(.+).tar.gz




More information about the Python-modules-commits mailing list