[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.11-100-g914cf96



The following commit has been merged in the master branch:
commit 1d8c0cc1dc9c2821e8ead57f6a1509db88bbe4d8
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Jan 26 15:41:49 2013 +0100

    coll/index: Remove redundant "sed" filter
    
    The particularly filter is only interesting if tar should start
    "lying" about what files are hardlink.  Particularly, L::Collect will
    on load mess with that data anyway to ensure stable ordering of
    hardlinks.
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/collection/index b/collection/index
index 6808ddc..304e82e 100755
--- a/collection/index
+++ b/collection/index
@@ -80,7 +80,6 @@ sub index_deb {
     spawn($job,
           ['dpkg-deb', '--fsys-tarfile', "$dir/deb" ],
           '|', ['tar', 'tfv', '-'],
-          '|', ['sed', '-e', 's/^h/-/'],
           '|', ['sort', '-k', '6'],
           '|', ['gzip', '--best', '-c'], '&');
 
@@ -93,7 +92,6 @@ sub index_deb {
     spawn($job,
           ['dpkg-deb', '--fsys-tarfile', "$dir/deb" ],
           '|', ['tar', '--numeric-owner', '-tvf', '-'],
-          '|', ['sed', '-e', 's/^h/-/'],
           '|', ['sort', '-k', '6'],
           '|', ['gzip', '--best', '-c'], '&');
 

-- 
Debian package checker


Reply to: