Merge ~cjwatson/launchpad-buildd:drop-gzip-override into launchpad-buildd:master

Proposed by Colin Watson
Status: Merged
Approved by: Colin Watson
Approved revision: ff3b96a0cfcbf8eda0f88494d1a22cf741096a48
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~cjwatson/launchpad-buildd:drop-gzip-override
Merge into: launchpad-buildd:master
Diff against target: 26 lines (+7/-3)
2 files modified
debian/changelog (+7/-0)
debian/rules (+0/-3)
Reviewer Review Type Date Requested Status
Ioana Lasc (community) Approve
Jürgen Gmach Approve
Review via email: mp+416131@code.launchpad.net

Commit message

Stop building with dpkg-deb -Zgzip

Description of the change

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.

To post a comment you must log in.
Revision history for this message
Jürgen Gmach (jugmac00) :
review: Approve
Revision history for this message
Ioana Lasc (ilasc) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index 823ea6d..50c9cb0 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,10 @@
6+launchpad-buildd (210) UNRELEASED; urgency=medium
7+
8+ * Stop building with dpkg-deb -Zgzip; we no longer need to install on
9+ lucid.
10+
11+ -- Colin Watson <cjwatson@ubuntu.com> Mon, 28 Feb 2022 11:27:20 +0000
12+
13 launchpad-buildd (209) bionic; urgency=medium
14
15 * Upgrade charm to bionic and Python 3.
16diff --git a/debian/rules b/debian/rules
17index 77d4e89..ebf0618 100755
18--- a/debian/rules
19+++ b/debian/rules
20@@ -16,6 +16,3 @@ override_dh_auto_build:
21 python3 buildd-genconfig --template=template-buildd-slave.conf \
22 --arch=i386 --port=8221 --name=default --host=buildd.buildd \
23 > buildd-slave-example.conf
24-
25-override_dh_builddeb:
26- dh_builddeb -- -Zgzip

Subscribers

People subscribed via source and target branches