Your message dated Tue, 16 Oct 2012 11:17:28 +0000
with message-id <[email protected]>
and subject line Bug#690079: fixed in gunicorn 0.14.5-4
has caused the Debian Bug report #690079,
regarding gunicorn: broken pysupport->dh_python2 conversion
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.)
--
690079: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690079
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gunicorn
Version: 0.14.5-3
Severity: important
Tags: patch
This version of gunicorn contains some changes to debian/control and
debian/rules which were supposed to make a switch from python-support to
dh_python2. Unfortunately, this change is broken: the binary package
still uses python-support; if you built the package in a minimal
environment, it wouldn't use any helper at all.
DEB_PYTHON2_MODULE_PACKAGES is a CDBS variable, so it doesn't affect dh
in any way. Instead, you should use the python2 add-on.
--
Jakub Wilk
diff -Nru gunicorn-0.14.5/debian/rules gunicorn-0.14.5/debian/rules
--- gunicorn-0.14.5/debian/rules 2012-10-04 21:22:11.000000000 +0200
+++ gunicorn-0.14.5/debian/rules 2012-10-09 20:28:37.000000000 +0200
@@ -2,10 +2,9 @@
POD_MANPAGES=$(wildcard debian/manpages/*.pod)
MANPAGES=$(patsubst %.pod,%.1, $(POD_MANPAGES))
-DEB_PYTHON2_MODULE_PACKAGES=gunicorn
%:
- dh $@
+ dh $@ --with=python2
%.1: %.pod
pod2man $< $@
--- End Message ---
--- Begin Message ---
Source: gunicorn
Source-Version: 0.14.5-4
We believe that the bug you reported is fixed in the latest version of
gunicorn, which is due to be installed in the Debian FTP archive.
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.
Chris Lamb <[email protected]> (supplier of updated gunicorn 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: Tue, 16 Oct 2012 12:06:11 +0100
Source: gunicorn
Binary: gunicorn
Architecture: source all
Version: 0.14.5-4
Distribution: unstable
Urgency: low
Maintainer: Chris Lamb <[email protected]>
Changed-By: Chris Lamb <[email protected]>
Description:
gunicorn - Event-based HTTP/WSGI server
Closes: 690079 690500
Changes:
gunicorn (0.14.5-4) unstable; urgency=low
.
* Update setgroups patch so that permission errors are non-fatal, allowing
gunicorn to be started by a non-root user. Thanks to Matthew Draper
<[email protected]> (Closes: #690500)
* Fix broken pysupport -> dh_python2 conversion. Thanks to Jakub Wilk
(jwilk). (Closes: #690079)
Checksums-Sha1:
22d57720a98b7f5e725795fc333a589431529266 1177 gunicorn_0.14.5-4.dsc
ade58037faf66ee046bf38d90e590a8f5d64b676 9726 gunicorn_0.14.5-4.debian.tar.gz
8b1adf0a1a8ccd2b70214d97444ada5e58f5c0b7 114080 gunicorn_0.14.5-4_all.deb
Checksums-Sha256:
91ff94b1665be5a03154edab6cf658a77eeaa9f32d0473adc81cf24f84e072b8 1177
gunicorn_0.14.5-4.dsc
86a6009613aa67efef448fb942f665d3a91a4bc11f77a20ee71e2daac7c65cd7 9726
gunicorn_0.14.5-4.debian.tar.gz
8f606768efd5425e1dcdacd88c78946256214663cf037c2ed582288c1d8d6661 114080
gunicorn_0.14.5-4_all.deb
Files:
d5505cf71d328ddeed8616145f92c18f 1177 python optional gunicorn_0.14.5-4.dsc
e8bd9c388a2fa90add6c4a33899f1502 9726 python optional
gunicorn_0.14.5-4.debian.tar.gz
27a6eba26c80543bdf2dd44eb13ed367 114080 python optional
gunicorn_0.14.5-4_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAlB9P7cACgkQ5/8uW2NPmiC8XwCgkdFKvws3G2E/Gz4sLnN2vxbk
cigAnA/gi6CqFcNIeTdmxCfbLmiqTMBW
=XWwd
-----END PGP SIGNATURE-----
--- End Message ---