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:
Alexandre Duret-Lutz 2020-11-25 13:25:13 +01:00
parent b2d88d7153
commit 8d2155d632
3 changed files with 5 additions and 6 deletions

2
debian/compat vendored
View file

@ -1 +1 @@
9
12

4
debian/control vendored
View file

@ -2,8 +2,8 @@ Source: spot
Section: science
Priority: optional
Maintainer: Alexandre Duret-Lutz <adl@lrde.epita.fr>
Build-Depends: debhelper (>= 9), python3-all-dev, ipython3-notebook | python3-ipykernel, ipython3-notebook | python3-nbconvert, libltdl-dev, dh-python
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 12), python3-all-dev, ipython3-notebook | python3-ipykernel, ipython3-notebook | python3-nbconvert, libltdl-dev, dh-python
Standards-Version: 4.5.1
Homepage: http://spot.lrde.epita.fr/
Package: spot

5
debian/rules vendored
View file

@ -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 | \