tag 31141 pending
thanks
Hello,
Bug #31141 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:
http://git.debian.org/?p=dpkg/dpkg.git;a=commitdiff;h=2561f28
---
commit 2561f28501fe5a497e05784c0237e797cd74666e
Author: Guillem Jover <[email protected]>
Date: Thu Aug 12 04:31:31 2010 +0200
dpkg: Fix -GEO options on multiple versions of the same package
The options were not taking effect as they were only being applied to
installed packages, while the first stage usually implies unpacking
and then configuring in a later stage. Which implies having those
packages going from installed to unpacked, and then skipping any of
the checks requested by the user on subsequently processed packages.
Closes: #31141
diff --git a/debian/changelog b/debian/changelog
index 142c77b..59ed146 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,8 @@ dpkg (1.16.0) UNRELEASED; urgency=low
* Prefix all fatal error messages with “error: ”.
* Do not check presence of update-rc.d in the PATH in dpkg, as it's not
a program needed for dpkg correct operation.
+ * Fix dpkg -GEO options on multiple versions of the same packages.
+ Closes: #31141
[ Raphaël Hertzog ]
* Fail properly when debian/source/format is empty. Closes: #600854
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]