Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Better handling of dh_numpy* calls
· 2e930c40
Antonio Valentino
authored
Dec 25, 2018
2e930c40
Standard version bump
· 7957bbed
Antonio Valentino
authored
Dec 25, 2018
7957bbed
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
7957bbed
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, 2
8 Aug
2018 1
5:16:41
+0
2
00
-- Antonio Valentino <antonio.valentino@tiscali.it> Tue, 2
5 Dec
2018 1
1:05:36
+0
1
00
pyepr (0.9.5-1) unstable; urgency=medium
...
...
debian/control
View file @
7957bbed
...
...
@@ -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
...
...
debian/rules
View file @
7957bbed
...
...
@@ -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
:
...
...