Skip to content

Commit

Permalink
packaging: update to compat level 13
Browse files Browse the repository at this point in the history
Update for compatibility level 9 to 13 [1].

- remove --fail-missing from dh
- remove --with=systemd from dh
- drop autoreconf dependencies (obsolete since level 10)

[1] https://manpages.debian.org/testing/debhelper/debhelper-compat-upgrade-checklist.7.en.html#v13

Signed-off-by: Zygmunt Krynicki <[email protected]>
  • Loading branch information
zyga committed Sep 20, 2024
1 parent ea13a4f commit 9a8c0b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packaging/debian-sid/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9
13
4 changes: 1 addition & 3 deletions packaging/debian-sid/control
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ Uploaders: Steve Langasek <[email protected]>,
Build-Depends: autoconf,
autoconf-archive,
automake,
autotools-dev,
bash-completion,
ca-certificates,
dbus,
debhelper (>= 9.20160709),
debhelper (>= 13),
dh-apparmor,
dh-autoreconf,
dh-golang (>=1.7),
fakeroot,
gcc-multilib [amd64],
Expand Down
2 changes: 1 addition & 1 deletion packaging/debian-sid/rules
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ endif
BUILT_USING=$(shell dpkg-query -f '$${source:Package} (= $${source:Version}), ' -W $(BUILT_USING_PACKAGES))

%:
dh $@ --buildsystem=golang --with=golang --fail-missing --with systemd --builddirectory=_build
dh $@ --buildsystem=golang --with=golang --builddirectory=_build

override_dh_fixperms:
dh_fixperms -Xusr/lib/snapd/snap-confine
Expand Down

0 comments on commit 9a8c0b6

Please sign in to comment.