Your message dated Tue, 02 Sep 2008 23:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#496611: fixed in python-pyrss2gen 1.0.0-6
has caused the Debian Bug report #496611,
regarding python-pyrss2gen: package contains nothing but documentation
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.)
--
496611: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=496611
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: python-pyrss2gen
Version: 1.0.0-5
Severity: grave
Tags: patch
Justification: renders package unusable
The cause of this appears to be that debian/rules looks for the python
binaries in the current directory instead of /usr/bin, and so setup.py
is never run, and the package is built without the actual python files.
The following patch fixes the problem:
--- debian/rules 2008-08-25 21:02:50.000000000 -0700
+++ debian/rules.new 2008-08-25 21:01:24.035186231 -0700
@@ -15,7 +15,7 @@
set -e; \
for python in $(PYVERS); do \
- [ -x "$$python" ] && $$python setup.py clean || true; \
+ [ -x "/usr/bin/$$python" ] && $$python setup.py clean || true; \
done
find . -name "*.py[co]" -exec rm -f {} \;
rm -rf build-stamp build
@@ -29,7 +29,7 @@
# Install python module.
for python in $(PYVERS); do \
- [ -x "$$python" ] && $$python setup.py install \
+ [ -x "/usr/bin/$$python" ] && $$python setup.py install \
--root `pwd`/debian/python-pyrss2gen || true; \
done
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.25-2-686 (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/bash
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: python-pyrss2gen
Source-Version: 1.0.0-6
We believe that the bug you reported is fixed in the latest version of
python-pyrss2gen, which is due to be installed in the Debian FTP archive:
python-pyrss2gen_1.0.0-6.diff.gz
to pool/main/p/python-pyrss2gen/python-pyrss2gen_1.0.0-6.diff.gz
python-pyrss2gen_1.0.0-6.dsc
to pool/main/p/python-pyrss2gen/python-pyrss2gen_1.0.0-6.dsc
python-pyrss2gen_1.0.0-6_all.deb
to pool/main/p/python-pyrss2gen/python-pyrss2gen_1.0.0-6_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.
Matthijs Mohlmann <[EMAIL PROTECTED]> (supplier of updated python-pyrss2gen
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, 02 Sep 2008 23:40:06 +0200
Source: python-pyrss2gen
Binary: python-pyrss2gen
Architecture: source all
Version: 1.0.0-6
Distribution: unstable
Urgency: high
Maintainer: [EMAIL PROTECTED]
Changed-By: Matthijs Mohlmann <[EMAIL PROTECTED]>
Description:
python-pyrss2gen - A Python interface for generating RSS 2.0 feeds
Closes: 496611
Changes:
python-pyrss2gen (1.0.0-6) unstable; urgency=high
.
* Add correct check for python versions. Fixes RC (Closes: #496611)
Checksums-Sha1:
51c258845f72e6d45d49273204aaefa0b76e36a8 1194 python-pyrss2gen_1.0.0-6.dsc
9cd2cdfbf29ba48cf11cb8cc097b2debe4f288b9 1932 python-pyrss2gen_1.0.0-6.diff.gz
cf9dad509f01e9415715804b3190b66dfe296077 9914 python-pyrss2gen_1.0.0-6_all.deb
Checksums-Sha256:
9e43d15e129b0c3db646c22d981689597b865e6ca460af096f1f0a4c541e1be7 1194
python-pyrss2gen_1.0.0-6.dsc
78cf275f33c706f1b311e52471407219ee0735c7e4d494eaf63535d794358753 1932
python-pyrss2gen_1.0.0-6.diff.gz
52dff171b94caac4647d90bcd5e02cc0d8da71072eac5d3e4b9232dec931b6b6 9914
python-pyrss2gen_1.0.0-6_all.deb
Files:
15378d835ac6087ac4a70e42bc83ac95 1194 python optional
python-pyrss2gen_1.0.0-6.dsc
2e9a99b01c09907d4d078b33db92f7dc 1932 python optional
python-pyrss2gen_1.0.0-6.diff.gz
91ba6bafb1dd03faa08f15945331fce7 9914 python optional
python-pyrss2gen_1.0.0-6_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAki9xiAACgkQ2n1ROIkXqbCm2QCfRZw0cewNPqFp1oDKOWSPDct9
JeYAnRGgvwjNeGVg+nGpPJzPZb/2toZw
=D+mv
-----END PGP SIGNATURE-----
--- End Message ---