From a8be0487a3016f766ae4ae6cbd5a3458d188d8ed Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 15 Jan 2016 22:33:08 +0000 Subject: reproducible: don't require debhelper in a patched version we don't need it anymore since the new patched dpkg --- bin/reproducible_setup_pbuilder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_setup_pbuilder.sh') diff --git a/bin/reproducible_setup_pbuilder.sh b/bin/reproducible_setup_pbuilder.sh index c7c0eade..2f0ecbe3 100755 --- a/bin/reproducible_setup_pbuilder.sh +++ b/bin/reproducible_setup_pbuilder.sh @@ -132,7 +132,7 @@ if [ -n "$OLDSTAMP" ] || [ ! -f $BASETGZ ] || [ ! -f $STAMP ] ; then else echo "$BASETGZ outdated, creating a new one..." fi - setup_pbuilder $SUITE $SUITE-reproducible-base dpkg dpkg-dev debhelper + setup_pbuilder $SUITE $SUITE-reproducible-base dpkg dpkg-dev else echo "$BASETGZ not old enough, doing nothing..." fi -- cgit v1.2.3-54-g00ecf