Skip to content

Commit 919b2e4

Browse files
committed
deb: update debhelper compat level to 13
Now that Ubuntu 20.04 and Debian 10 "buster" are removed, we no longer need to stay on level 12, and can remove the `override_dh_dwz` that was added in f9ac2f6 / 5c01d5b > This also removes the now-obsolete upstart script and updates the > "debhelper compat level" to 12 (which necessitates adding "override_dh_dwz" > -- safe to remove once we can update to debhelper-compat 13+). > > (See also https://lists.debian.org/debian-devel-announce/2020/02/msg00000.html) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 41246eb commit 919b2e4

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

deb/common/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Build-Depends: bash,
77
ca-certificates,
88
cmake,
99
dh-apparmor,
10-
debhelper-compat (= 12),
10+
debhelper-compat (= 13),
1111
gcc,
1212
git,
1313
libc-dev,

deb/common/rules

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,6 @@ override_dh_auto_test:
7070
override_dh_strip:
7171
# Go has lots of problems with stripping, so just don't
7272

73-
# http://manpages.debian.org/dh_dwz
74-
override_dh_dwz:
75-
# dh_dwz in debhelper versions less than 13 has issues with files that are missing debug symbols (once we update to debhelper-compat 13+ this can be removed)
76-
@# https://packages.debian.org/debhelper
77-
@# https://packages.ubuntu.com/debhelper
78-
7973
override_dh_auto_install:
8074
# docker-ce-cli install
8175
install -D -p -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker

0 commit comments

Comments
 (0)