[Python-modules-commits] r16633 - in packages/python-wadllib/tags (5 files)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Mon Apr 18 20:43:51 UTC 2011
Date: Monday, April 18, 2011 @ 20:43:45
Author: dktrkranz
Revision: 16633
[svn-buildpackage] Tagging python-wadllib 1.2.0+ds-2
Added:
packages/python-wadllib/tags/1.2.0+ds-2/
packages/python-wadllib/tags/1.2.0+ds-2/debian/changelog
(from rev 16632, packages/python-wadllib/trunk/debian/changelog)
packages/python-wadllib/tags/1.2.0+ds-2/debian/control
(from rev 16631, packages/python-wadllib/trunk/debian/control)
Deleted:
packages/python-wadllib/tags/1.2.0+ds-2/debian/changelog
packages/python-wadllib/tags/1.2.0+ds-2/debian/control
Deleted: packages/python-wadllib/tags/1.2.0+ds-2/debian/changelog
===================================================================
--- packages/python-wadllib/trunk/debian/changelog 2011-04-18 20:38:40 UTC (rev 16629)
+++ packages/python-wadllib/tags/1.2.0+ds-2/debian/changelog 2011-04-18 20:43:45 UTC (rev 16633)
@@ -1,98 +0,0 @@
-python-wadllib (1.2.0+ds-1) unstable; urgency=low
-
- * New upstream release.
- * Upload to unstable
-
- -- Luca Falavigna <dktrkranz at debian.org> Mon, 14 Feb 2011 21:52:29 +0100
-
-python-wadllib (1.1.8+ds-1) experimental; urgency=low
-
- * New upstream release.
- * Repack upstream tarball to include COPYING.txt and HACKING.txt files,
- they were removed from release tarball by mistake.
- * Switch to dh_python2.
- * debian/patches/no_package_data.patch:
- - Do not install documentation files in Python module directory.
- * debian/control:
- - Bump Standards-Version to 3.9.1, no changes required.
- * debian/docs:
- - Install documentation files under /usr/share/doc.
- * debian/pydist-overrides:
- - Do not require elementtree as dependency.
-
- -- Luca Falavigna <dktrkranz at debian.org> Sat, 04 Dec 2010 12:56:24 +0100
-
-python-wadllib (1.1.4-2) unstable; urgency=low
-
- * Switch to format 3.0 (quilt).
- * debian/control:
- - Move myself as Maintainer, DPMT as Uploaders.
- - Always depend on python-simplejson, drop the alternative python2.6
- dependency, as wadllib explicitly needs simplejson, not json
- provided by python2.6.
- - Remove references on python-elementtree and python-celementtree.
- - Bump Standards-Version to 3.8.4, no changes required.
- * debian/preinst:
- - Remove it, useful for Ubuntu Lucid only.
- * debian/rules:
- - Install upstream changelog.
-
- -- Luca Falavigna <dktrkranz at debian.org> Thu, 29 Apr 2010 21:52:07 +0200
-
-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
-
Copied: packages/python-wadllib/tags/1.2.0+ds-2/debian/changelog (from rev 16632, packages/python-wadllib/trunk/debian/changelog)
===================================================================
--- packages/python-wadllib/tags/1.2.0+ds-2/debian/changelog (rev 0)
+++ packages/python-wadllib/tags/1.2.0+ds-2/debian/changelog 2011-04-18 20:43:45 UTC (rev 16633)
@@ -0,0 +1,108 @@
+python-wadllib (1.2.0+ds-2) unstable; urgency=low
+
+ * Python transition:
+ - Add support for python2.7
+ - Drop support for python2.5
+ * debian/control:
+ - Bump Standards-Version to 3.9.2, no changes required.
+
+ -- Luca Falavigna <dktrkranz at debian.org> Mon, 18 Apr 2011 22:41:01 +0200
+
+python-wadllib (1.2.0+ds-1) unstable; urgency=low
+
+ * New upstream release.
+ * Upload to unstable
+
+ -- Luca Falavigna <dktrkranz at debian.org> Mon, 14 Feb 2011 21:52:29 +0100
+
+python-wadllib (1.1.8+ds-1) experimental; urgency=low
+
+ * New upstream release.
+ * Repack upstream tarball to include COPYING.txt and HACKING.txt files,
+ they were removed from release tarball by mistake.
+ * Switch to dh_python2.
+ * debian/patches/no_package_data.patch:
+ - Do not install documentation files in Python module directory.
+ * debian/control:
+ - Bump Standards-Version to 3.9.1, no changes required.
+ * debian/docs:
+ - Install documentation files under /usr/share/doc.
+ * debian/pydist-overrides:
+ - Do not require elementtree as dependency.
+
+ -- Luca Falavigna <dktrkranz at debian.org> Sat, 04 Dec 2010 12:56:24 +0100
+
+python-wadllib (1.1.4-2) unstable; urgency=low
+
+ * Switch to format 3.0 (quilt).
+ * debian/control:
+ - Move myself as Maintainer, DPMT as Uploaders.
+ - Always depend on python-simplejson, drop the alternative python2.6
+ dependency, as wadllib explicitly needs simplejson, not json
+ provided by python2.6.
+ - Remove references on python-elementtree and python-celementtree.
+ - Bump Standards-Version to 3.8.4, no changes required.
+ * debian/preinst:
+ - Remove it, useful for Ubuntu Lucid only.
+ * debian/rules:
+ - Install upstream changelog.
+
+ -- Luca Falavigna <dktrkranz at debian.org> Thu, 29 Apr 2010 21:52:07 +0200
+
+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
+
Deleted: packages/python-wadllib/tags/1.2.0+ds-2/debian/control
===================================================================
--- packages/python-wadllib/trunk/debian/control 2011-04-18 20:38:40 UTC (rev 16629)
+++ packages/python-wadllib/tags/1.2.0+ds-2/debian/control 2011-04-18 20:43:45 UTC (rev 16633)
@@ -1,20 +0,0 @@
-Source: python-wadllib
-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>
-Build-Depends: debhelper (>= 7.3.0), python (>= 2.6.6-3~), python-setuptools
-Standards-Version: 3.9.1
-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/
-X-Python-Version: >= 2.4
-
-Package: python-wadllib
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-simplejson, python-lazr.uri
-Breaks: ${python:Breaks}
-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.
Copied: packages/python-wadllib/tags/1.2.0+ds-2/debian/control (from rev 16631, packages/python-wadllib/trunk/debian/control)
===================================================================
--- packages/python-wadllib/tags/1.2.0+ds-2/debian/control (rev 0)
+++ packages/python-wadllib/tags/1.2.0+ds-2/debian/control 2011-04-18 20:43:45 UTC (rev 16633)
@@ -0,0 +1,20 @@
+Source: python-wadllib
+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>
+Build-Depends: debhelper (>= 7.3.0), python (>= 2.6.6-3~), python-setuptools
+Standards-Version: 3.9.2
+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/
+X-Python-Version: >= 2.4
+
+Package: python-wadllib
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-simplejson, python-lazr.uri
+Breaks: ${python:Breaks}
+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.
More information about the Python-modules-commits
mailing list