From 41a084b412bdfd571a9d48d8e15604dbb72e6470 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 1 Jul 2016 22:28:29 +0100 Subject: [PATCH] sbuild; Do not pass -A Incompatible change: * dgit sbuild does not pass -A to sbuild. Consequently the default build is now simply sbuild's default. With older sbuilds it was possible to override dgit's -A by passing another option. But this has been changed recently and now this default setting is very awkward to change for the dgit user. --- debian/changelog | 11 +++++++++++ dgit | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a52b7123..a1b56a81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +dgit (1.5~~) unstable; urgency=medium + + Incompatible change: + * dgit sbuild does not pass -A to sbuild. Consequently the default + build is now simply sbuild's default. With older sbuilds it was + possible to override dgit's -A by passing another option. But this + has been changed recently and now this default setting is very awkward + to change for the dgit user. + + -- + dgit (1.4) unstable; urgency=high Bugfixes: diff --git a/dgit b/dgit index e02a6bd2..9edc6577 100755 --- a/dgit +++ b/dgit @@ -75,7 +75,7 @@ our (@curl) = qw(curl -f); our (@dput) = qw(dput); our (@debsign) = qw(debsign); our (@gpg) = qw(gpg); -our (@sbuild) = qw(sbuild -A); +our (@sbuild) = qw(sbuild); our (@ssh) = 'ssh'; our (@dgit) = qw(dgit); our (@dpkgbuildpackage) = qw(dpkg-buildpackage -i\.git/ -I.git); -- 2.30.2