[pkg-perl-tools] 02/04: examples/check-build: add --warn-on-debsums-errors to piuparts call.

gregor herrmann gregoa at debian.org
Fri May 20 12:27:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository pkg-perl-tools.

commit ccff124083d4dd502c4b7739843f558943d4444f
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 20 14:24:57 2016 +0200

    examples/check-build: add --warn-on-debsums-errors to piuparts call.
---
 examples/check-build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/check-build b/examples/check-build
index 0e688e6..7648df2 100755
--- a/examples/check-build
+++ b/examples/check-build
@@ -77,7 +77,7 @@ if [ "$PIU" = "y" ]; then
 	[ -d /var/cache/pbuilder/base.cow ] && CHROOT="--existing-chroot /var/cache/pbuilder/base.cow"
 	sudo /usr/sbin/piuparts \
 		$CHROOT -t ${TMPDIR:-/tmp} \
-		--warn-on-others --skip-logrotatefiles-test --minimize \
+		--warn-on-others --skip-logrotatefiles-test --minimize --warn-on-debsums-errors \
 		--log-file="${CHANGES%.changes}_piuparts.log" \
 		"$CHANGES"
 fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pkg-perl-tools.git



More information about the Pkg-perl-cvs-commits mailing list