Skip to content
Commits on Source (2)
pyepr (0.9.5-2) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.2.1, no changes.
* Bump Standards-Version to 4.3.0, no changes.
* debian/rules
- improve handling of dh_numpy* calls
-- Antonio Valentino <antonio.valentino@tiscali.it> Tue, 28 Aug 2018 15:16:41 +0200
-- Antonio Valentino <antonio.valentino@tiscali.it> Tue, 25 Dec 2018 11:05:36 +0100
pyepr (0.9.5-1) unstable; urgency=medium
......
......@@ -23,7 +23,7 @@ Build-Depends: debhelper (>= 11),
texlive-latex-extra,
python3-doc,
python-numpy-doc
Standards-Version: 4.2.1
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/pyepr
Vcs-Git: https://salsa.debian.org/debian-gis-team/pyepr.git
Homepage: https://avalentino.github.com/pyepr
......
......@@ -27,10 +27,14 @@ endif
dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
override_dh_gencontrol:
override_dh_python2:
dh_python2
dh_numpy
override_dh_python3:
dh_python3
dh_numpy3
dh_gencontrol
override_dh_auto_clean:
......