tags 603453 + pending thanks Hi,
I've just commited this to trunk:
- do not call apt-get with --no-remove when installing packages.
(Closes: #603453)
--- piuparts.py (Revision 807)
+++ piuparts.py (Arbeitskopie)
@@ -799,12 +799,12 @@
- self.run(["apt-get", "-yf", "--no-remove", "install"])
+ self.run(["apt-get", "-yf", "install"])
and
- self.run(["apt-get", "-yf", "--no-remove", "install"])
+ self.run(["apt-get", "-yf", "install"])
And rescheduled the failed packages from
http://piuparts.debian.org/$distro/needs_remove_but_remove_is_disabled_error.html
for testing.
cheers,
Holger
signature.asc
Description: This is a digitally signed message part.

