Your message dated Sat, 30 Jun 2012 18:54:19 +0000
with message-id <e1sl2of-0007lt...@franck.debian.org>
and subject line Bug#653740: fixed in python-defaults 2.7.3-1
has caused the Debian Bug report #653740,
regarding dh_python2: version numbers not included when generating dependencies
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 ow...@bugs.debian.org
immediately.)
--
653740: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653740
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python
Version: 2.7.2-9
Severity: normal
File: /usr/bin/dh_python2
But:
$ cat debian/s3ql/usr/lib/s3ql/s3ql-1.8.1.egg-info/requires.txt
apsw >= 3.7.0
pycryptopp
llfuse >= 0.37
argparse >= 1.1
pyliblzma >= 0.5.3
$ cat debian/s3ql.substvars | grep python:Depends
python:Depends=python, python (>= 2.6.6-7~), python (>= 2.6), python-apsw,
python-pycryptopp, python-llfuse, python-argparse, python-lzma, python2.7
Somehow the version numbers don't seem to make it into the debian
dependencies. I do not use a .pydist file.
dh_python2(1) says something about using a .pydist file to "generate
more strict dependencies", but it's not clear to me if that means
"including version numbers" or something else. Looking at README.PyDist,
all the examples seem to be for more complicated situations.
-- 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/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages python depends on:
ii python-minimal 2.7.2-9
ii python2.7 2.7.2-8
python recommends no packages.
Versions of packages python suggests:
ii python-doc 2.7.2-9
ii python-tk 2.7.1-3
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: python-defaults
Source-Version: 2.7.3-1
We believe that the bug you reported is fixed in the latest version of
python-defaults, which is due to be installed in the Debian FTP archive:
idle_2.7.3-1_all.deb
to main/p/python-defaults/idle_2.7.3-1_all.deb
python-all-dbg_2.7.3-1_all.deb
to main/p/python-defaults/python-all-dbg_2.7.3-1_all.deb
python-all-dev_2.7.3-1_all.deb
to main/p/python-defaults/python-all-dev_2.7.3-1_all.deb
python-all_2.7.3-1_all.deb
to main/p/python-defaults/python-all_2.7.3-1_all.deb
python-dbg_2.7.3-1_all.deb
to main/p/python-defaults/python-dbg_2.7.3-1_all.deb
python-defaults_2.7.3-1.dsc
to main/p/python-defaults/python-defaults_2.7.3-1.dsc
python-defaults_2.7.3-1.tar.gz
to main/p/python-defaults/python-defaults_2.7.3-1.tar.gz
python-dev_2.7.3-1_all.deb
to main/p/python-defaults/python-dev_2.7.3-1_all.deb
python-doc_2.7.3-1_all.deb
to main/p/python-defaults/python-doc_2.7.3-1_all.deb
python-examples_2.7.3-1_all.deb
to main/p/python-defaults/python-examples_2.7.3-1_all.deb
python-minimal_2.7.3-1_all.deb
to main/p/python-defaults/python-minimal_2.7.3-1_all.deb
python_2.7.3-1_all.deb
to main/p/python-defaults/python_2.7.3-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 653...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Piotr Ożarowski <pi...@debian.org> (supplier of updated python-defaults 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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 30 Jun 2012 20:23:59 +0200
Source: python-defaults
Binary: python python-minimal python-examples python-dev idle python-doc
python-dbg python-all python-all-dev python-all-dbg
Architecture: source all
Version: 2.7.3-1
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose <d...@debian.org>
Changed-By: Piotr Ożarowski <pi...@debian.org>
Description:
idle - IDE for Python using Tkinter (default version)
python - interactive high-level object-oriented language (default version)
python-all - package depending on all supported Python runtime versions
python-all-dbg - package depending on all supported Python debugging packages
python-all-dev - package depending on all supported Python development packages
python-dbg - debug build of the Python Interpreter (version 2.7)
python-dev - header files and a static library for Python (default)
python-doc - documentation for the high-level object-oriented language Python
python-examples - examples for the Python language (default version)
python-minimal - minimal subset of the Python language (default version)
Closes: 625740 653740 653741 670418
Changes:
python-defaults (2.7.3-1) unstable; urgency=low
.
[ Piotr Ożarowski ]
* dh_python2:
- remove even more \.so.* dangling symlinks, thanks to Stefano
Rivera for providing a test case
- rewrite shebangs by default (disable via --no-shebang-rewrite),
examples:
+ "/usr/bin/env python*" → "/usr/bin/python*"
+ "/usr/local/bin/python foo" → "/usr/bin/python foo"
+ "/usr/bin/python2" → "/usr/bin/python"
- new --shebang option to replace all shebangs in bin dirs
(example: --shebang /usr/bin/python2.6)
- no longer generates python2.X | python2.Y depenendies for public modules
(Closes: 625740)
- translate Python version numbers into Debian ones for those
require.txt items that have a pydist file with (uscan like) rules
or PEP386 flag (Closes: #653740)
* Improve dh_python2 manpage a bit, add information about cleaning debug
packages (Closes: #653741)
* pyversions, dh_python2, pycompile: allow to override system's list of
supported Python versions via DEBPYTHON_SUPPORTED and default Python
version via DEBPYTHON_DEFAULT env. variables
* Debhelper's python2 sequence now inserts dh_python2 before dh_installinit
(closes: 670418)
.
[ Scott Kitterman ]
* Bump upstream version to match current unstable/wheezy python2.7 version
Checksums-Sha1:
91d095d642f1fcfcbbf53707b1362cbf32337d1c 2200 python-defaults_2.7.3-1.dsc
cb48b184026df383330b9162a101338b6e73dda2 162319 python-defaults_2.7.3-1.tar.gz
01c7cd3253714226eecb14725fa7198692810576 178982 python_2.7.3-1_all.deb
447e6246408fb0edfe629434b7438c6431a4ae4e 42110 python-minimal_2.7.3-1_all.deb
9ac33b4cba25a3b8ffd09b551113e19c076ffa09 854 python-examples_2.7.3-1_all.deb
192151290fa6a53b6e914eeae7397473c50ba242 912 python-dev_2.7.3-1_all.deb
dce90da98c3a3d53a15f93e5a4c47e62b362101f 3048 idle_2.7.3-1_all.deb
666f9cf2b901f68a7f6bb3833b6af0d9e98bd602 22450 python-doc_2.7.3-1_all.deb
373b250d462e5065d72832e353db5d0daf37b15d 1012 python-dbg_2.7.3-1_all.deb
cf30551139b05699e1915b4004e17dbea7848f0a 880 python-all_2.7.3-1_all.deb
8acfae7d4abc69176851d29bdc51690b26f1635d 894 python-all-dev_2.7.3-1_all.deb
b5a371d18a8d35d599bde5d7eb0e7264ad382c81 900 python-all-dbg_2.7.3-1_all.deb
Checksums-Sha256:
844390d5f465ebde52a955fab5646699b5b9255d1e436a490f7428775833a434 2200
python-defaults_2.7.3-1.dsc
658c2001e3b56830c69cce2dcb4724bc1de914585bf34802ca0f60df403a2815 162319
python-defaults_2.7.3-1.tar.gz
87d90eb9ebbace2016cd3b131c18eda155116be2d4de5a65ef7404df1476483f 178982
python_2.7.3-1_all.deb
920ec08905309bc3bc2cce75d4e82c02ee7bb90caac50461f8613b6b2622942d 42110
python-minimal_2.7.3-1_all.deb
4b8f87d46a485d970f3fbed3f98a7a857100df5fd1d50f8e25d51b5bc9333404 854
python-examples_2.7.3-1_all.deb
7a153624ffb76255977a648fa97ad1ba9b4645953253a6f201fd0b3dc86726c6 912
python-dev_2.7.3-1_all.deb
e3ef4dbc790186c87a47a13416968dbf445723afe59a8b47c9f8ccf5bde51165 3048
idle_2.7.3-1_all.deb
ece4f85b3e297e37ffa01ac353467a76c514ac471be4a05c18c37b9c698471f7 22450
python-doc_2.7.3-1_all.deb
4d759ea14dd7ed3231e186c8020f7d6ce5533f25ea07765d07fbcf9c71377332 1012
python-dbg_2.7.3-1_all.deb
e75a9537fb46d0dcb99b118bf13dfc4c5d5ea8139031d8a00c973b07444bea01 880
python-all_2.7.3-1_all.deb
2a26cc0eef4d3e5d761b89d5b03b6fc585607fec31a4cb3e66b1074b755287b2 894
python-all-dev_2.7.3-1_all.deb
63559c31695bf2baa2f6328d9637ffb7a338bdee0a66f1934df2dd160f336326 900
python-all-dbg_2.7.3-1_all.deb
Files:
6d425b44e6b57a6c4639377f2dc97a54 2200 python optional
python-defaults_2.7.3-1.dsc
559901563cddd32f03dacee113d43395 162319 python optional
python-defaults_2.7.3-1.tar.gz
0c8870ccedc39417e0936ae25ae13d3e 178982 python standard python_2.7.3-1_all.deb
8519debe156cef8420ec094484d5484c 42110 python standard
python-minimal_2.7.3-1_all.deb
5519fc761e52223ffd2904600a6b1194 854 python optional
python-examples_2.7.3-1_all.deb
67ef68d75b31f534defef9cd173a33f1 912 python optional python-dev_2.7.3-1_all.deb
c5d9f71c9fa01935ae2e194393ca8f56 3048 python optional idle_2.7.3-1_all.deb
31794c3f6b0421492c2d49f0c1b197a8 22450 doc optional python-doc_2.7.3-1_all.deb
8e0a81b6c44f922abc9bd46560cf5395 1012 debug extra python-dbg_2.7.3-1_all.deb
7baa82c09c4c22d1fdbefe87a9b7bf32 880 python optional python-all_2.7.3-1_all.deb
534a7ed62611c91aa7e0a5a499187038 894 python optional
python-all-dev_2.7.3-1_all.deb
8df2b38250b7f62bbf242a23d5fa5a92 900 debug extra python-all-dbg_2.7.3-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCgAGBQJP70jEAAoJEK728aKnRXZFlWUP/1CdMUs71ViNnAQNZ0MgZjob
0jKQWnGtvW5ZWj2ceYgjU5gXD24ko1bLkhGqpVSLJR7Y1CHaBMb6SfdhCPcSGxEX
AuLSETO/wG+RI7MnTya+NwaDCguvL8U1XrHXq0MssiWky6hFxcKUkFGyewc7gucT
fTcgRZFzbc09ZcEWuE0Ht/QxC7DDzLQdEIWP6sfBe8LknDn+YALmRrJZzk4d8Vrh
fd5E6zU8VvYd3lfGbDDMHlO+6FaCv2pYAgNwUuCdZFEnsdK0mTeTmT2d/HKaC/BM
SO9BCaEd4aXuwYwUlpbW7Sk5JB/GfC1yOu3LCm8SFGlD/VBLV1wnxn3p1DAax930
t44gSt8WNW2n3/FFLnlfuC9c3snW9GfM2AVdqC6m4wVH909ykYlqobvA3GAYmXgc
0mIKAB6ikpcYtweKmZ8SImhPXE26vALLtQHjmeUlgZvNz+ha6KvpcahK+O+VGxJ5
FXTn05hOogm73s39ChDDMKYdOq1VIE5pONpdMYDiLE+YnEqLqComTimf2rCiaNqd
UB62C2Xz+Wr4sH0F+NCkkSGh7z4/R+qDBkAOhHD5kdP7+z4zFu8yw/yAYuopeYkZ
EU9QBFHXq/L1kWJogL3A7j4y2owsnG+tdHuYLqe5vGJA+EB7s53GfTs6WZYSZJ1h
nlArJK85SkmzjWNTJggz
=4ZDz
-----END PGP SIGNATURE-----
--- End Message ---