summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_setup_pbuilder.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2016-01-15 22:33:08 +0000
committerHolger Levsen <holger@layer-acht.org>2016-01-16 11:43:56 +0100
commita8be0487a3016f766ae4ae6cbd5a3458d188d8ed (patch)
tree2513e63b33bf1a4ec77ca58f5a44c67cd2d75e72 /bin/reproducible_setup_pbuilder.sh
parent4368a6873a1e6ae09af5483bbd38aa496ec60865 (diff)
downloadjenkins.debian.net-a8be0487a3016f766ae4ae6cbd5a3458d188d8ed.tar.xz
reproducible: don't require debhelper in a patched version we don't need it anymore since the new patched dpkg
Diffstat (limited to 'bin/reproducible_setup_pbuilder.sh')
-rwxr-xr-xbin/reproducible_setup_pbuilder.sh2
1 files changed, 1 insertions, 1 deletions
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