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
adce0d2bfd
commit
75b95fd0f4
3 changed files with 5 additions and 6 deletions
2
debian/compat
vendored
2
debian/compat
vendored
|
|
@ -1 +1 @@
|
||||||
9
|
12
|
||||||
|
|
|
||||||
4
debian/control
vendored
4
debian/control
vendored
|
|
@ -2,8 +2,8 @@ Source: spot
|
||||||
Section: science
|
Section: science
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
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
|
Build-Depends: debhelper (>= 12), python3-all-dev, ipython3-notebook | python3-ipykernel, ipython3-notebook | python3-nbconvert, libltdl-dev, dh-python
|
||||||
Standards-Version: 3.9.6
|
Standards-Version: 4.5.1
|
||||||
Homepage: http://spot.lrde.epita.fr/
|
Homepage: http://spot.lrde.epita.fr/
|
||||||
|
|
||||||
Package: spot
|
Package: spot
|
||||||
|
|
|
||||||
5
debian/rules
vendored
5
debian/rules
vendored
|
|
@ -16,10 +16,9 @@ include /usr/share/dpkg/default.mk
|
||||||
# package maintainers to append LDFLAGS
|
# package maintainers to append LDFLAGS
|
||||||
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||||
|
|
||||||
|
# main packaging script
|
||||||
# main packaging script based on dh7 syntax
|
|
||||||
%:
|
%:
|
||||||
dh $@ --parallel --with=python3
|
dh $@ --with=python3
|
||||||
|
|
||||||
# Find the LTO plugin, which we need to pass to ar, nm, and ranlib.
|
# Find the LTO plugin, which we need to pass to ar, nm, and ranlib.
|
||||||
LTOPLUG := $(shell gcc -v 2>&1 | \
|
LTOPLUG := $(shell gcc -v 2>&1 | \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue