Bump debhelper compatibility version to 12
This commit is contained in:
parent
3ecd26d7cc
commit
c1e987a09c
4 changed files with 8 additions and 13 deletions
10
debian/rules
vendored
10
debian/rules
vendored
|
@ -35,7 +35,7 @@ ifneq ($(shell which asciidoc),)
|
|||
endif
|
||||
|
||||
%:
|
||||
dh $@ --with python2 --with python3 --with autoreconf --with systemd
|
||||
dh $@ --no-parallel --with python2 --with python3
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_FLAGS)
|
||||
|
@ -43,9 +43,6 @@ override_dh_auto_configure:
|
|||
override_dh_autoreconf:
|
||||
dh_autoreconf --as-needed
|
||||
|
||||
override_dh_install:
|
||||
dh_install --list-missing
|
||||
|
||||
override_dh_auto_install-arch:
|
||||
dh_auto_install -a
|
||||
|
||||
|
@ -131,10 +128,7 @@ override_dh_auto_install-indep:
|
|||
done
|
||||
|
||||
override_dh_installinit:
|
||||
dh_installinit --restart-after-upgrade --error-handler=handle_start_failure
|
||||
|
||||
override_dh_systemd_start:
|
||||
dh_systemd_start --restart-after-upgrade
|
||||
dh_installinit --error-handler=handle_start_failure
|
||||
|
||||
override_dh_compress:
|
||||
dh_compress -X.pdf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue