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

[SCM] Debian package checker branch, master, updated. 2.5.12-76-gfdfff14



The following commit has been merged in the master branch:
commit fdfff1457fbd2c8b8317314dace898838eb9dd24
Author: Niels Thykier <niels@thykier.net>
Date:   Fri May 10 16:14:13 2013 +0200

    testset: Use a slightly larger size for "largefile"
    
    testset/binary seems to have suddenly stopped emitting
    arch-dep-package-has-big-usr-share.  Increasing the size of
    "largefile" restores the tag, so presumably the test was just a bit
    too close to the cut-off edge.
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/testset/binary/debian/rules b/testset/binary/debian/rules
index 08dd671..52e27cb 100755
--- a/testset/binary/debian/rules
+++ b/testset/binary/debian/rules
@@ -72,7 +72,7 @@ binary-arch: build
 	echo boe > $(tmp)/usr/bar2
 	ln $(tmp)/usr/bar2 $(tmp)/usr/share/baz 
 
-	dd if=/dev/zero of=$(tmp)/usr/share/binary/largefile bs=1024 count=3000
+	dd if=/dev/zero of=$(tmp)/usr/share/binary/largefile bs=1024 count=4000
 
 	install -d debian/binary-data/DEBIAN
 	install -d debian/binary-data/usr/share/doc

-- 
Debian package checker


Reply to: