Custom Query (894 matches)
Results (43 - 45 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#692 | dclark | solj | wontfix | APT client tool not purging packages properly |
Description |
I think this may be an issue with python-apt, but the Purging mechanism is not working properly. Configuration files are being left behind. |
|||
#857 | desai | Nicolas Dandrimont <[email protected]…> | fixed | APT plugin chokes on new debsums (>= 2.0.47) output. Patch attached |
Description |
Hi, It seems that the upstream maintainer for debsums changed the output to make it clearer (debian bug #524560). Therefore, the APT plugin cannot parse the output anymore. Please find the attached patch fixing the issue, while keeping the backwards-compatibility. Thanks, |
|||
#631 | desai | [email protected]… | fixed | APT version='any' verifies, but doesn't install |
Description |
Using the special version string 'any' with the APT client tool, packages are verified no matter what the version is, but it won't install new packages. This patch installs the same version that would be installed with version='auto' in the case that no previous version of the package was installed. |