Package: pysendfile
Version: 2.0.0-2
Severity: serious

pysendfile breaks python-sendfile without actually declaring Breaks (or Conflicts). If you co-install those two packages, even uninstalling pysendfile won't help:

# apt-get install -qq python-sendfile
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package python-sendfile.
(Reading database ... 11542 files and directories currently installed.)
Unpacking python-sendfile (from .../python-sendfile_1.2.4-1+b2_amd64.deb) ...
Setting up python-sendfile (1.2.4-1+b2) ...
Processing triggers for python-support ...

# python -c 'import sendfile; print(sendfile)'
<module 'sendfile' from '/usr/lib/pymodules/python2.7/sendfile.so'>

# apt-get install -qq pysendfile && apt-get remove -qq pysendfile
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package pysendfile.
(Reading database ... 11557 files and directories currently installed.)
Unpacking pysendfile (from .../pysendfile_2.0.0-2_amd64.deb) ...
Replacing files in old package python-sendfile ...
Setting up pysendfile (2.0.0-2) ...
(Reading database ... 11577 files and directories currently installed.)
Removing pysendfile ...

# python -c 'import sendfile; print(sendfile)'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named sendfile

--
Jakub Wilk



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to