debian: upgrade dh-compat and standards versions
* debian/compat, debian/control: Upgrade dh compat from 9 to 12. * debian/rules: Upgrade standards from 3.9.6 to to 4.5.1.
This commit is contained in:
parent
b2d88d7153
commit
8d2155d632
3 changed files with 5 additions and 6 deletions
5
debian/rules
vendored
5
debian/rules
vendored
|
|
@ -16,10 +16,9 @@ include /usr/share/dpkg/default.mk
|
|||
# package maintainers to append LDFLAGS
|
||||
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||
|
||||
|
||||
# main packaging script based on dh7 syntax
|
||||
# main packaging script
|
||||
%:
|
||||
dh $@ --parallel --with=python3
|
||||
dh $@ --with=python3
|
||||
|
||||
# Find the LTO plugin, which we need to pass to ar, nm, and ranlib.
|
||||
LTOPLUG := $(shell gcc -v 2>&1 | \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue