[Python-modules-commits] r10082 - in packages/python-wadllib/trunk (9 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Sat Oct 17 12:50:35 UTC 2009


    Date: Saturday, October 17, 2009 @ 12:50:34
  Author: dktrkranz
Revision: 10082

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/python-wadllib/trunk/debian/
  packages/python-wadllib/trunk/debian/changelog
  packages/python-wadllib/trunk/debian/compat
  packages/python-wadllib/trunk/debian/control
  packages/python-wadllib/trunk/debian/copyright
  packages/python-wadllib/trunk/debian/docs
  packages/python-wadllib/trunk/debian/preinst
  packages/python-wadllib/trunk/debian/rules
  packages/python-wadllib/trunk/debian/watch


Property changes on: packages/python-wadllib/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-wadllib/trunk/debian/changelog
===================================================================
--- packages/python-wadllib/trunk/debian/changelog	                        (rev 0)
+++ packages/python-wadllib/trunk/debian/changelog	2009-10-17 12:50:34 UTC (rev 10082)
@@ -0,0 +1,57 @@
+python-wadllib (1.1.4-1) unstable; urgency=low
+
+  * Initial Debian release (Closes: #551274).
+  * Package taken from Ubuntu, major changes introduced are:
+    - Switch to debhelper 7.
+    - Switch to python-support, also providing preinst script to handle
+      removal of stale .pyc files to ease transition.
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Sat, 17 Oct 2009 13:40:56 +0200
+
+python-wadllib (1.1.2-0ubuntu1) karmic; urgency=low
+
+  * New upstream release.
+  * Add python2.6 as an alternative to celementree. Add python2.5 and
+    python2.6 as alternative Build-Depends. (LP: #374893)
+
+ -- James Westby <james.westby at ubuntu.com>  Fri, 14 Aug 2009 16:31:45 +0100
+
+python-wadllib (0.1~bzr7-0ubuntu1) jaunty; urgency=low
+
+  * New upstream snapshot.
+    - Expose dates and times as python datetime objects. This may break code
+      that tries to parse these values.
+  * Add back VCS-Bzr pointing to the correct location.
+  * Turn on the missing doctests extensions that are needed for the tests to pass.
+
+ -- James Westby <james.westby at ubuntu.com>  Mon, 09 Feb 2009 12:33:04 +0100
+
+python-wadllib (0.1~bzr6-0ubuntu3) jaunty; urgency=low
+
+  * Add python2.5 to python-celementtree | python-elementtree so they do not
+    get automatically installed on a python2.5 system
+  * Remove vcs references in debian/control to non-existant vcs repo
+  * Comment ezsetup out of setup.py to tame ezsetup and use installed packages
+
+ -- Scott Kitterman <scott at kitterman.com>  Sat, 07 Feb 2009 20:42:47 -0500
+
+python-wadllib (0.1~bzr6-0ubuntu2) intrepid; urgency=low
+
+  * Add "python-celementtree | python-elementtree" to Depends and
+    Build-Depends-Indep, for python2.4. The code will optimistically import
+    the former, but fall back to the latter. They aren't needed on python2.5,
+    as it first tries to import the module built in to that version, so these
+    can be dropped again when python2.4 is removed from the archive. Thanks
+    to Colin Watson.
+
+ -- James Westby <james.westby at canonical.com>  Thu, 16 Oct 2008 12:13:23 +0100
+
+python-wadllib (0.1~bzr6-0ubuntu1) intrepid; urgency=low
+
+  * Initial release (LP: #254613)
+  * Disable setuptools_bzr in setup.py, as we are building from a tarball,
+    and so the detection of version controlled data files fails, meaning
+    that important files are not included in the package.
+
+ -- James Westby <james.westby at canonical.com>  Mon, 04 Aug 2008 12:37:47 +0100
+

Added: packages/python-wadllib/trunk/debian/compat
===================================================================
--- packages/python-wadllib/trunk/debian/compat	                        (rev 0)
+++ packages/python-wadllib/trunk/debian/compat	2009-10-17 12:50:34 UTC (rev 10082)
@@ -0,0 +1 @@
+7

Added: packages/python-wadllib/trunk/debian/control
===================================================================
--- packages/python-wadllib/trunk/debian/control	                        (rev 0)
+++ packages/python-wadllib/trunk/debian/control	2009-10-17 12:50:34 UTC (rev 10082)
@@ -0,0 +1,19 @@
+Source: python-wadllib
+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-setuptools, python-support
+Standards-Version: 3.8.3
+Homepage: https://launchpad.net/wadllib
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-wadllib/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-wadllib/trunk/
+XS-Python-Version: >= 2.4
+
+Package: python-wadllib
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-simplejson | python2.6, python2.5 | python2.6 | python-celementtree | python-elementtree, python-lazr.uri
+Description: Python library for navigating WADL files
+ The Web Application Description Language (WADL) is an XML vocabulary for
+ describing the capabilities of HTTP resources. wadllib can be used in
+ conjunction with an HTTP library to navigate and manipulate those resources.

Added: packages/python-wadllib/trunk/debian/copyright
===================================================================
--- packages/python-wadllib/trunk/debian/copyright	                        (rev 0)
+++ packages/python-wadllib/trunk/debian/copyright	2009-10-17 12:50:34 UTC (rev 10082)
@@ -0,0 +1,32 @@
+This package was debianized by James Westby <james.westby at canonical.com> on
+Mon, 04 Aug 2008 12:37:47 +0100.
+
+It was downloaded from https://launchpad.net/wadllib
+
+Upstream Authors:
+
+    Launchpad developers <launchpadlib at lists.launchpad.net>
+
+Copyright:
+
+    Copyright 2008-2009 Canonical Ltd.
+
+License:
+
+    wadllib 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.
+
+    wadllib 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 wadllib. 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 2008-2009, James Westby <james.westby at ubuntu.com>
+and is licensed under the LGPL as above.

Added: packages/python-wadllib/trunk/debian/docs
===================================================================
--- packages/python-wadllib/trunk/debian/docs	                        (rev 0)
+++ packages/python-wadllib/trunk/debian/docs	2009-10-17 12:50:34 UTC (rev 10082)
@@ -0,0 +1 @@
+src/wadllib/README.txt

Added: packages/python-wadllib/trunk/debian/preinst
===================================================================
--- packages/python-wadllib/trunk/debian/preinst	                        (rev 0)
+++ packages/python-wadllib/trunk/debian/preinst	2009-10-17 12:50:34 UTC (rev 10082)
@@ -0,0 +1,15 @@
+#! /bin/sh
+
+set -e
+
+# Handle removal of stale .pyc files to ease transition to
+# python-support in Ubuntu, this can be dropped in Lucid + 1.
+
+if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 1.1.4-1; then
+	pycentral pkgremove python-wadllib
+fi
+
+#DEBHELPER# 
+
+exit 0
+

Added: packages/python-wadllib/trunk/debian/rules
===================================================================
--- packages/python-wadllib/trunk/debian/rules	                        (rev 0)
+++ packages/python-wadllib/trunk/debian/rules	2009-10-17 12:50:34 UTC (rev 10082)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+clean:
+	find -name "*.pyc" -delete
+	dh $@
+


Property changes on: packages/python-wadllib/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-wadllib/trunk/debian/watch
===================================================================
--- packages/python-wadllib/trunk/debian/watch	                        (rev 0)
+++ packages/python-wadllib/trunk/debian/watch	2009-10-17 12:50:34 UTC (rev 10082)
@@ -0,0 +1,2 @@
+version=3
+https://launchpad.net/wadllib/+download http://launchpad.net/wadllib/.*/wadllib-(.+).tar.gz




More information about the Python-modules-commits mailing list