Colin Watson has proposed merging ~cjwatson/launchpad-buildd:drop-gzip-override into launchpad-buildd:master.
Commit message: Stop building with dpkg-deb -Zgzip Requested reviews: Launchpad code reviewers (launchpad-reviewers) For more details, see: https://code.launchpad.net/~cjwatson/launchpad-buildd/+git/launchpad-buildd/+merge/416131 We put this override in place in launchpad-buildd 126, in order that we could build a .deb on trusty that was still installable on lucid. This hasn't been relevant for years. -- Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad-buildd:drop-gzip-override into launchpad-buildd:master.
diff --git a/debian/changelog b/debian/changelog index 823ea6d..50c9cb0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +launchpad-buildd (210) UNRELEASED; urgency=medium + + * Stop building with dpkg-deb -Zgzip; we no longer need to install on + lucid. + + -- Colin Watson <[email protected]> Mon, 28 Feb 2022 11:27:20 +0000 + launchpad-buildd (209) bionic; urgency=medium * Upgrade charm to bionic and Python 3. diff --git a/debian/rules b/debian/rules index 77d4e89..ebf0618 100755 --- a/debian/rules +++ b/debian/rules @@ -16,6 +16,3 @@ override_dh_auto_build: python3 buildd-genconfig --template=template-buildd-slave.conf \ --arch=i386 --port=8221 --name=default --host=buildd.buildd \ > buildd-slave-example.conf - -override_dh_builddeb: - dh_builddeb -- -Zgzip
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp

