Bug#942786: py.test fails to run

2019-10-21 Thread Anders Hammarquist
Package: python-pytest Version: 4.6.6-1 Severity: grave Attempting to run py.test fails with the following traceback: Traceback (most recent call last): File "/usr/bin/py.test", line 6, in from pkg_resources import load_entry_point File "/home/iko/.local/lib/python2.7/site-packages/pkg_r

Bug#555469: libc6 postinst calls invoke-rc.d with bogus "-query" argument

2009-11-09 Thread Anders Hammarquist
Package: libc6 Version: 2.10.1-6 Severity: grave Tags: patch The libc6 postinst calls invoke-rc.d with the argument "-query" which, given the code around it was probably intended to be "--query". However, that will cause the postinst to abort since -e is in effect on the shell. The following patc