Skip to content

Commit ae71745

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 <[email protected]>
1 parent fc77027 commit ae71745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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,

0 commit comments

Comments
 (0)