Your message dated Thu, 23 Feb 2012 13:32:11 +0000
with message-id <[email protected]>
and subject line Bug#658051: fixed in python-wadllib 1.3.0-1
has caused the Debian Bug report #658051,
regarding python-wadllib: Update to the lastest version, add Python 3 support,
enable the tests, and switch to dh_python*
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
658051: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658051
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-wadllib
Version: 1.2.0+ds-2
Severity: normal
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Dear Maintainer,
This patch updates the python-wadllib package in several ways:
* Updates to 1.3.0, the latest available upstream.
* Adds packaging support for Python 3 since upstream now supports it
* Enable the test suite during build.
* Switch to dh_python2 and dh_python3.
* Simplify debian/rules
This is the version I am uploading to Ubuntu, so you'll have to season
the changelog to taste. :)
- -- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 3.1.0-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages python-wadllib depends on:
ii python 2.7.2-9
ii python-lazr.uri 1.0.2-5
ii python-pkg-resources 0.6.24-1
ii python-simplejson 2.3.2-1
ii python2.6 2.6.7-4
ii python2.7 2.7.2-8
python-wadllib recommends no packages.
python-wadllib suggests no packages.
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCAAGBQJPJyicAAoJEBJutWOnSwa/BA0P/iMATr9epAeHkeBNPXi6XTo1
1vVHOJPkKpVq095gnS8icD6woDXKB/o+7Fnd3ccvvPiZEBgDyidvNcs50eQ2pYgc
9Nt48tgCOhD+juzFCjZh9U3fLNWzqe2pn3ifvOjGdm+Y4GUKkswrApbLaWSRTdtO
Ezkwp6wgNX6q1x/EwZ/1T+t5vhcsDDK5L3+lx1DVBdin11m9ndAs5c205LVo5n7A
h/n2pMpmIkkMAErjOOJ+kWfVIPrYbN51c09bBAK+vVplnEr/bc4EwtF1yF8w05KC
FMwMu04MrAGqyq5xg+2atVrgcQ7uFPCtT0zkWUeR/sNIbWPxPedf1k2QfDi5ARA8
Gz82f7xMtwCkZ4JyFzA4duTVcL7GTAkk3OZ4P5Q3B7ExTUWv367OtCuBxphua2TI
DGp/DStzXK+w/SEdMCCb8a3hZ0DQPVdndbZ0YshbibYmpOWSnN3MmRw9WBQNoe7Y
TfZkz3ToDVU3z1oTQzeZXUCUSSeSqTJSrlVw0nnUOgKDdMl6gwPtShUhUSCwMCh5
67IV9BwR1bxIgnptT3HmDRHsG/NAs5nfiKuir9BHr4K+/MAdIgGzi04J2keBf0PY
ay6M21hpl0Rv63a5iJ6J4VBs7SkXLy1YDqJERXgcGWSGX+/m8lefeag9xLZ2zSR9
8ksN46cV3dqNUZ5vRvcD
=I6L+
-----END PGP SIGNATURE-----
diff -Nru python-wadllib-1.2.0+ds/debian/changelog python-wadllib-1.3.0/debian/changelog
--- python-wadllib-1.2.0+ds/debian/changelog 2012-01-30 15:35:34.000000000 -0500
+++ python-wadllib-1.3.0/debian/changelog 2012-01-30 18:17:33.000000000 -0500
@@ -1,3 +1,17 @@
+python-wadllib (1.3.0-0ubuntu1) precise; urgency=low
+
+ * New upstream release.
+ * Add python3-wadllib binary package.
+ * Enable tests for all supported Python versions.
+
+ -- Barry Warsaw <[email protected]> Mon, 30 Jan 2012 15:36:50 -0500
+
+python-wadllib (1.2.0+ds-2build1) precise; urgency=low
+
+ * Rebuild to drop python2.6 dependencies.
+
+ -- Matthias Klose <[email protected]> Sat, 31 Dec 2011 02:12:57 +0000
+
python-wadllib (1.2.0+ds-2) unstable; urgency=low
* Python transition:
diff -Nru python-wadllib-1.2.0+ds/debian/control python-wadllib-1.3.0/debian/control
--- python-wadllib-1.2.0+ds/debian/control 2012-01-30 15:35:34.000000000 -0500
+++ python-wadllib-1.3.0/debian/control 2012-01-30 17:08:41.000000000 -0500
@@ -3,18 +3,28 @@
Priority: optional
Maintainer: Luca Falavigna <[email protected]>
Uploaders: Debian Python Modules Team <[email protected]>, James Westby <[email protected]>
-Build-Depends: debhelper (>= 7.3.0), python (>= 2.6.6-3~), python-setuptools
+Build-Depends: debhelper (>= 7.3.0), python (>= 2.6.6-3~), python-setuptools, python3, python3-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
+X-Python3-Version: >= 3.2
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
+Description: Python library for navigating WADL files (Python 2)
+ 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.
+
+Package: python3-wadllib
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python3-lazr.uri
+Breaks: ${python:Breaks}
+Description: Python library for navigating WADL files (Python 3)
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.
diff -Nru python-wadllib-1.2.0+ds/debian/python3-wadllib.install python-wadllib-1.3.0/debian/python3-wadllib.install
--- python-wadllib-1.2.0+ds/debian/python3-wadllib.install 1969-12-31 19:00:00.000000000 -0500
+++ python-wadllib-1.3.0/debian/python3-wadllib.install 2012-01-26 16:19:18.000000000 -0500
@@ -0,0 +1 @@
+usr/lib/python3
diff -Nru python-wadllib-1.2.0+ds/debian/python-wadllib.install python-wadllib-1.3.0/debian/python-wadllib.install
--- python-wadllib-1.2.0+ds/debian/python-wadllib.install 1969-12-31 19:00:00.000000000 -0500
+++ python-wadllib-1.3.0/debian/python-wadllib.install 2012-01-26 16:19:18.000000000 -0500
@@ -0,0 +1 @@
+usr/lib/python2*
diff -Nru python-wadllib-1.2.0+ds/debian/rules python-wadllib-1.3.0/debian/rules
--- python-wadllib-1.2.0+ds/debian/rules 2012-01-30 15:35:34.000000000 -0500
+++ python-wadllib-1.3.0/debian/rules 2012-01-30 18:05:09.000000000 -0500
@@ -1,12 +1,37 @@
#!/usr/bin/make -f
+PYTHON2=$(shell pyversions -vr)
+PYTHON3=$(shell py3versions -vr)
+
%:
- dh $@ --with python2 --buildsystem=python_distutils
+ dh $@ --with python2,python3
+
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+test-python%:
+ python$* setup.py test -vv
+
+override_dh_auto_test: $(PYTHON2:%=test-python%) $(PYTHON3:%=test-python%)
+endif
+
+override_dh_auto_build:
+ dh_auto_build
+ set -ex; for py in $(PYTHON3) ; do \
+ python$$py setup.py build; \
+ done;
override_dh_auto_install:
dh_auto_install
- find $(CURDIR)/debian/python-wadllib -wholename "*python2.*/wadllib" \
+ set -ex; for py in $(PYTHON3) ; do \
+ python$$py setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb; \
+ done;
+ # Debian bug #618367
+ rm -rf debian/*/usr/lib/python*/*-packages/wadllib.egg-info
+ find $(CURDIR)/debian/tmp -wholename "*python*/wadllib" \
-exec install -m 0644 $(CURDIR)/src/wadllib/version.txt {} \;
override_dh_installchangelogs:
- dh_installchangelogs src/wadllib/NEWS.txt
+ dh_installchangelogs -k src/wadllib/NEWS.txt
+
+override_dh_auto_clean:
+ dh_auto_clean
+ rm -rf *.egg-info
--- End Message ---
--- Begin Message ---
Source: python-wadllib
Source-Version: 1.3.0-1
We believe that the bug you reported is fixed in the latest version of
python-wadllib, which is due to be installed in the Debian FTP archive:
python-wadllib_1.3.0-1.debian.tar.gz
to main/p/python-wadllib/python-wadllib_1.3.0-1.debian.tar.gz
python-wadllib_1.3.0-1.dsc
to main/p/python-wadllib/python-wadllib_1.3.0-1.dsc
python-wadllib_1.3.0-1_all.deb
to main/p/python-wadllib/python-wadllib_1.3.0-1_all.deb
python-wadllib_1.3.0.orig.tar.gz
to main/p/python-wadllib/python-wadllib_1.3.0.orig.tar.gz
python3-wadllib_1.3.0-1_all.deb
to main/p/python-wadllib/python3-wadllib_1.3.0-1_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Stefano Rivera <[email protected]> (supplier of updated python-wadllib
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 23 Feb 2012 00:39:57 +0200
Source: python-wadllib
Binary: python-wadllib python3-wadllib
Architecture: source all
Version: 1.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Stefano Rivera <[email protected]>
Changed-By: Stefano Rivera <[email protected]>
Description:
python-wadllib - Python library for navigating WADL files
python3-wadllib - Python 3 library for navigating WADL files
Closes: 658051
Changes:
python-wadllib (1.3.0-1) unstable; urgency=low
.
* New upstream release. (Closes: #658051)
- With Python 3 support. Thanks Barry Warsaw.
* New maintainer.
* Wrap long dependency lists.
* Run test suite.
- B-D on python-all and python3-all for test suite.
* Dropped usage of ${python:Breaks}, no longer used by dh_python2.
* Drop pydist-overrides, no longer necessary.
* Updated watch file.
* Clean src/egg-info.
* Removed changelog duplicate, NEWS.txt.
* debian/copyright: Converted to DEP5 machine-readable format.
* Install version.txt via package_data.
Checksums-Sha1:
70685e8092fb38f0871df4b1b7dd72d8cb3f9642 2188 python-wadllib_1.3.0-1.dsc
825e13adf537bd9364256aed3b66dabca54b15fb 59465 python-wadllib_1.3.0.orig.tar.gz
d01bb52faba77345e6f727803dadb178a9f92978 3948
python-wadllib_1.3.0-1.debian.tar.gz
4bb28c0854c5af9b13acba557d8ae7f105b2bf3a 41820 python-wadllib_1.3.0-1_all.deb
5997d19467b50452be26d4cfec881f16ed7d64bb 33086 python3-wadllib_1.3.0-1_all.deb
Checksums-Sha256:
f410028eee6febfef86302b3607cbb479b7f005dd8a167afff4ce7e2c986c172 2188
python-wadllib_1.3.0-1.dsc
5ba798adad0ca74d109ae89cdcf9f3e6b2851416e4a93f924640f49bbb572ab8 59465
python-wadllib_1.3.0.orig.tar.gz
cb1fd43b48e56f32778753a0faf5cb3e85007f34b829a85e74e93bddcd3c7372 3948
python-wadllib_1.3.0-1.debian.tar.gz
51ff13fb252e5c80883716fe9d02c71660f1b8ae7b03e3bdd211891734e34dca 41820
python-wadllib_1.3.0-1_all.deb
ce436ad3f16d64f4d42c209b718306f07b12fb0e708a1436b827178ead514924 33086
python3-wadllib_1.3.0-1_all.deb
Files:
c018972548386c7645be025524ff88ec 2188 python optional
python-wadllib_1.3.0-1.dsc
e6e8ebae7e5f291fb4abd7c0006247d2 59465 python optional
python-wadllib_1.3.0.orig.tar.gz
ea6021e9b6a7c596d74c9f52affc90d4 3948 python optional
python-wadllib_1.3.0-1.debian.tar.gz
dabdf212018aafa6dab90d8b60f65d3a 41820 python optional
python-wadllib_1.3.0-1_all.deb
0ffb0eb7927d7979acd361191558c13a 33086 python optional
python3-wadllib_1.3.0-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBAgAGBQJPRXCrAAoJEACQ/CG1zRrMUN4P/1PeOYrV370IFd/TmJVjMvrq
DwnvPIHanAT7u71ucsC9gG0rsOA3q5v6+wh34KaeqRUPOoqUKgLcSINwGQjT8mtc
ihZsT8ThWsUzo+Rs6bkJ95O4cd5yF6n76aMonFhUlYq6PfuYyerEDVG9Y39T4hj7
F1XZwwTiYSwfuF+spXS3o4yrKf02PCE+m7rGF/LpB0y3QZT7cyZ/ylk2pRN6yMM6
EiR5TlWmajacDicr4R2LsKs4jpLevqOZpxi+htCrwOuq+mWLt7x7zPU3DnzG3N08
qK67CXUq61TIvOGpFBPIrLy4yB803E7D7u9gg3FLUhNO07PFH4wz8e00f4f9RbJ/
gcMUUgtP8CUnYAwIiEIEZY35gv9NujR1Cq05J48VvILsFW1RfJmcC+z1JL8w8KCS
41R5hWbU+Zunbfxjfw6dqvAvvk/FxDGJvj+QqseuzyA8Y5yYmarBYTMdz4NeFuHP
qbDWuTXhAq8lkHantMLlrH/wv4l2Pgt6WlfFhTi6jazPDptz37CcSap48SaMVfP5
6z1MMOC8gd3nAgmp97w+UHDYDa/9JgPUS7dLjhqkijAPH6gz4CwTVASNN0QmocfH
nK007hVO7lo5laLgKrXNO/eeGd8NXUuaDY4QposSyGtBqg368Gsd/Y6HBmVQ76eR
IF511b2p8Rk4L9hSLeuy
=XLSj
-----END PGP SIGNATURE-----
--- End Message ---