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

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Sat Oct 17 11:24:29 UTC 2009


    Date: Saturday, October 17, 2009 @ 11:24:28
  Author: dktrkranz
Revision: 10077

[svn-inject] Applying Debian modifications to trunk

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


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

Added: packages/lazr.uri/trunk/debian/changelog
===================================================================
--- packages/lazr.uri/trunk/debian/changelog	                        (rev 0)
+++ packages/lazr.uri/trunk/debian/changelog	2009-10-17 11:24:28 UTC (rev 10077)
@@ -0,0 +1,17 @@
+lazr.uri (1.0.2-1) unstable; urgency=low
+
+  * Initial Debian release (Closes: #532703).
+  * 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>  Sat, 17 Oct 2009 11:37:52 +0200
+
+lazr.uri (1.0-0ubuntu1) karmic; urgency=low
+
+  * Initial release.
+  * Comment out "setup_requires" so that setuptools doesn't try to download
+    the packages there at build time.
+
+ -- James Westby <james.westby at ubuntu.com>  Wed, 10 Jun 2009 19:17:46 +0100

Added: packages/lazr.uri/trunk/debian/compat
===================================================================
--- packages/lazr.uri/trunk/debian/compat	                        (rev 0)
+++ packages/lazr.uri/trunk/debian/compat	2009-10-17 11:24:28 UTC (rev 10077)
@@ -0,0 +1 @@
+7

Added: packages/lazr.uri/trunk/debian/control
===================================================================
--- packages/lazr.uri/trunk/debian/control	                        (rev 0)
+++ packages/lazr.uri/trunk/debian/control	2009-10-17 11:24:28 UTC (rev 10077)
@@ -0,0 +1,22 @@
+Source: lazr.uri
+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-support, python (>= 2.4), python-setuptools
+Standards-Version: 3.8.3
+Homepage: https://launchpad.net/lazr.uri
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/lazr.uri/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/lazr.uri/trunk/
+XS-Python-Version: >= 2.4
+
+Package: python-lazr.uri
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-pkg-resources
+Conflicts: python-lazr-uri (<< 1.0.2-1)
+Replaces: python-lazr-uri (<< 1.0.2-1)
+Description: library for parsing, manipulating, and generating URIs
+ A self-contained, easily reusable, Python library for parsing,
+ manipulating and generating URIs. With it you can extract parts
+ of a URL, compare URIs to see if one contains another, search for
+ URIs in text, and many other things.

Added: packages/lazr.uri/trunk/debian/copyright
===================================================================
--- packages/lazr.uri/trunk/debian/copyright	                        (rev 0)
+++ packages/lazr.uri/trunk/debian/copyright	2009-10-17 11:24:28 UTC (rev 10077)
@@ -0,0 +1,32 @@
+This package was debianized by James Westby <james.westby at ubuntu.com> on
+Wed, 10 Jun 2009 19:17:46 +0100.
+
+It was downloaded from https://launchpad.net/lazr.uri
+
+Upstream Authors:
+
+    The lazr developers: https://launchpad.net/~lazr-developers
+
+Copyright:
+
+    2006-2009 Canonical Ltd
+
+License:
+
+    lazr.uri 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.uri 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.uri.  If not, see <http://www.gnu.org/licenses/>.
+
+On Debian-based systems the full text of the LGPL, version 3, can be found at
+/usr/share/common-licenses/LGPL-3.
+
+The Debian packaging is copyright 2009, James Westby <james.westby at ubuntu.com> and
+is licensed under the LGPL as above.

Added: packages/lazr.uri/trunk/debian/docs
===================================================================
--- packages/lazr.uri/trunk/debian/docs	                        (rev 0)
+++ packages/lazr.uri/trunk/debian/docs	2009-10-17 11:24:28 UTC (rev 10077)
@@ -0,0 +1,3 @@
+HACKING.txt
+src/lazr/uri/NEWS.txt
+src/lazr/uri/README.txt

Added: packages/lazr.uri/trunk/debian/rules
===================================================================
--- packages/lazr.uri/trunk/debian/rules	                        (rev 0)
+++ packages/lazr.uri/trunk/debian/rules	2009-10-17 11:24:28 UTC (rev 10077)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+clean:
+	find -name "*.pyc" -delete
+	dh $@
+


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

Added: packages/lazr.uri/trunk/debian/watch
===================================================================
--- packages/lazr.uri/trunk/debian/watch	                        (rev 0)
+++ packages/lazr.uri/trunk/debian/watch	2009-10-17 11:24:28 UTC (rev 10077)
@@ -0,0 +1,2 @@
+version=3
+https://launchpad.net/lazr.uri/+download http://launchpad.net/lazr.uri/.*/lazr.uri-(.+).tar.gz




More information about the Python-modules-commits mailing list