[Piuparts-commits] [SCM] piuparts git repository branch, bikeshed, updated. 0.53-21-g4217d44

Andreas Beckmann anbe at debian.org
Sat Jul 13 11:55:16 UTC 2013


The following commit has been merged in the bikeshed branch:
commit 86a7e85c413d83fde5eee98bb7ce4ab23d5e440e
Author: Andreas Beckmann <anbe at debian.org>
Date:   Mon Jul 8 12:18:13 2013 +0200

    skip md5sums check if /usr/share/doc is pruned
    
    avoid noise and ressource violation on sid-nodoc
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>

diff --git a/custom-scripts/scripts/pre_remove_40_find_missing_md5sums b/custom-scripts/scripts/pre_remove_40_find_missing_md5sums
index a1b77fd..789e3d1 100755
--- a/custom-scripts/scripts/pre_remove_40_find_missing_md5sums
+++ b/custom-scripts/scripts/pre_remove_40_find_missing_md5sums
@@ -1,6 +1,9 @@
 #!/bin/sh
 set -e
 
+# skip the md5sum check if /usr/share/doc is pruned
+test ! -f /etc/dpkg/dpkg.cfg.d/piuparts-path-exclude || exit 0
+
 for pkg in ${PIUPARTS_OBJECTS%%=*}
 do
 	# skip check if the package is not installed

-- 
piuparts git repository



More information about the Piuparts-commits mailing list