tag 764929 pending
thanks

Hello,

Bug #764929 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=8f0122e

---
commit 8f0122e0c439de1ee4521a9009427aa3704de521
Author: Guillem Jover <[email protected]>
Date:   Sun Oct 12 15:16:41 2014 +0200

    dpkg-shlibdeps: Handle empty minimum versions when initializing them
    
    If the minimum version is empty (which means it was 0), we cannot use it
    to compare against the existing minimum version if that exists, and we
    should not be overwritting that, either.
    
    Regression introduced in commit 51c55641fb6c66e149ea93c344cb788c68978c75.
    
    Closes: #764929

diff --git a/debian/changelog b/debian/changelog
index 248adbe..05e9b7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,10 @@
 dpkg (1.17.18) UNRELEASED; urgency=low
 
+  [ Guillem Jover ]
+  * Handle empty minimum versions when initializing dependency versions,
+    as the code is mapping the minimum version 0 to '' to avoid outputting
+    useless versions. Regression introduced in dpkg 1.17.17. Closes: #764929
+
   [ Updated programs translations ]
   * Catalan (Guillem Jover).
 


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to