From aae336bff9cd7ba1682d1176c582098e7851a420 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sat, 29 Aug 2015 12:36:07 +0000 Subject: buildpackage: Unset DISPLAY just before the build, othewise there is software that tries to connect to a X server LP: #816556 --- pbuilder-buildpackage | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pbuilder-buildpackage') diff --git a/pbuilder-buildpackage b/pbuilder-buildpackage index 75bfd40..ead9dc9 100755 --- a/pbuilder-buildpackage +++ b/pbuilder-buildpackage @@ -148,6 +148,9 @@ executehooks "A" DPKG_COMMANDLINE="env PATH=\"$PATH\" dpkg-buildpackage -us -uc $DEBBUILDOPTS" +# https://launchpad.net/bugs/816556 +unset DISPLAY + ( : Build process if [ -n "$TWICE" ]; then -- cgit v1.2.3