[Reproducible-commits] [misc] 01/01: prebuilder: do install recommends when installing diffoscope

Jérémy Bobbio lunar at moszumanska.debian.org
Thu Nov 26 16:47:12 UTC 2015


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

lunar pushed a commit to branch master
in repository misc.

commit bed3495132144390301f35d435e579e618588dcd
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Thu Nov 26 16:34:13 2015 +0100

    prebuilder: do install recommends when installing diffoscope
---
 prebuilder/pbuilderhooks/B92_diffoscope | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/prebuilder/pbuilderhooks/B92_diffoscope b/prebuilder/pbuilderhooks/B92_diffoscope
index a7beb8f..1e2bd3a 100755
--- a/prebuilder/pbuilderhooks/B92_diffoscope
+++ b/prebuilder/pbuilderhooks/B92_diffoscope
@@ -13,7 +13,7 @@ tar -C /tmp/initial_build -xf /tmp/buildd/initial_build.tar
 rm /tmp/buildd/initial_build.tar
 
 echo "I: installing diffoscope and running it on the package"
-apt-get install -y --force-yes sudo diffoscope 2>&1 > /dev/null
+apt-get install -y --install-recommends --force-yes sudo diffoscope 2>&1 > /dev/null
 touch /tmp/buildd/diffoscope.html
 chown nobody /tmp/buildd/diffoscope.html
 if sudo -u nobody diffoscope --html /tmp/buildd/diffoscope.html /tmp/initial_build/*.changes /tmp/buildd/*.changes; then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git



More information about the Reproducible-commits mailing list