mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +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>
|
, Nick Daly <Nick.M.Daly@gmail.com>
|
||||||
, Federico Ceratto <federico@debian.org>
|
, Federico Ceratto <federico@debian.org>
|
||||||
, James Valleroy <jvalleroy@mailbox.org>
|
, James Valleroy <jvalleroy@mailbox.org>
|
||||||
Build-Depends: debhelper (>= 10~)
|
Build-Depends: debhelper (>= 11~)
|
||||||
, dblatex
|
, dblatex
|
||||||
, dh-python
|
, dh-python
|
||||||
, docbook-utils
|
, docbook-utils
|
||||||
|
|||||||
2
debian/rules
vendored
2
debian/rules
vendored
@ -4,7 +4,7 @@ export DH_VERBOSE=1
|
|||||||
export PYBUILD_NAME=plinth
|
export PYBUILD_NAME=plinth
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with python3 --with systemd --buildsystem=pybuild
|
dh $@ --with python3 --buildsystem=pybuild
|
||||||
|
|
||||||
override_dh_auto_install-indep:
|
override_dh_auto_install-indep:
|
||||||
dh_auto_install
|
dh_auto_install
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user