tag 525567 pending
thanks

Hello,

Bug #525567 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=4694cd6

---
commit 4694cd64089bc72975d8ba6fbe51339023eb2e8c
Author: Guillem Jover <[email protected]>
Date:   Wed May 19 12:41:28 2010 +0200

    dpkg: Add two new dpkg options --path-exclude and --path-include
    
    This provides support for filtering paths on package installation. This
    allows embedded systems to skip /usr/share/doc, manpages, etc.
    
    dpkg does not lose track of excluded paths during filtering, and they
    get checked for file conflicts as usual, so filters are not a way to
    avoid file conflict situations.
    
    Closes: #68788, #68861, #497304, #525567, #583902
    
    Based-on-patch-by: Tollef Fog Heen <[email protected]>
    Signed-off-by: Martin Pitt <[email protected]>
    Signed-off-by: Guillem Jover <[email protected]>

diff --git a/debian/changelog b/debian/changelog
index b716209..4829e30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -37,6 +37,10 @@ dpkg (1.15.8) UNRELEASED; urgency=low
   * Fix variable usage after delete in dselect.
   * Change default configure admindir to LOCALSTATEDIR/lib/dpkg from
     LOCALSTATEDIR/dpkg, so that we can use a correct --localstatedir=/var.
+  * Add two new dpkg options --path-exclude and --path-include for filtering
+    files on package installation. This allows embedded systems to skip
+    /usr/share/doc, manpages, etc. Based on work from Tollef Fog Heen and
+    Martin Pitt, thanks! Closes: #68788, #68861, #497304, #525567, #583902
 
   [ Updated programs translations ]
   * Russian (Yuri Kozlov). Closes: #579149




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

Reply via email to