diff options
author | Daniel Hartwig <mandyke@gmail.com> | 2012-06-28 14:46:56 +0800 |
---|---|---|
committer | Daniel Hartwig <mandyke@gmail.com> | 2012-06-28 14:46:56 +0800 |
commit | d242cccba11468ceeed700f0a1e2ba3b48ba59e9 (patch) | |
tree | 042b0a7a30426bd9c2d0603d32f668e1de6757b6 | |
parent | 6273f167cb14e5334bba0cc3cc2657091bdae0c3 (diff) | |
download | aptitude-d242cccba11468ceeed700f0a1e2ba3b48ba59e9.tar.gz |
Indicate more closed bugs
Closes: #576212
LP: #919216
LP: #585408
Closes: #639789
LP: #734737
-rw-r--r-- | NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -75,15 +75,18 @@ behaviour is desirable for two reasons: non-zero exit status (100): - a package argument does not exactly name an available package; + (Closes: #576212) (LP: #919216) - a versioned argument requests a version which is not available for every package - it applies to (Closes: #590686); + it applies to; + (Closes: #590686) (LP: #585408) * [cmdline]: An install run will no longer proceed if any package was unavailable or failed to download correctly, instead an error will be shown and exit with non-zero status (100). - (Closes: #121313, #302784) + (Closes: #121313, #302784, #639789) + (LP: #734737) The old behaviour can be obtained with the new --fix-missing option or setting |