mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
debian: Bump debhelper compat version to 11
Rely on dh_installsystemd instead of systemd-sequence. Signed-off-by: James Valleroy <jvalleroy@mailbox.org> Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
parent
89bf39f756
commit
094b586834
2
debian/compat
vendored
2
debian/compat
vendored
@ -1 +1 @@
|
||||
9
|
||||
11
|
||||
|
||||
2
debian/control
vendored
2
debian/control
vendored
@ -11,7 +11,7 @@ Uploaders:
|
||||
, Nick Daly <Nick.M.Daly@gmail.com>
|
||||
, Federico Ceratto <federico@debian.org>
|
||||
, James Valleroy <jvalleroy@mailbox.org>
|
||||
Build-Depends: debhelper (>= 10~)
|
||||
Build-Depends: debhelper (>= 11~)
|
||||
, dblatex
|
||||
, dh-python
|
||||
, docbook-utils
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@ -4,7 +4,7 @@ export DH_VERBOSE=1
|
||||
export PYBUILD_NAME=plinth
|
||||
|
||||
%:
|
||||
dh $@ --with python3 --with systemd --buildsystem=pybuild
|
||||
dh $@ --with python3 --buildsystem=pybuild
|
||||
|
||||
override_dh_auto_install-indep:
|
||||
dh_auto_install
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user