[Git][debian-gis-team/pyepr][master] 2 commits: Better handling of dh_numpy* calls
Antonio Valentino
gitlab at salsa.debian.org
Tue Dec 25 10:13:48 GMT 2018
Antonio Valentino pushed to branch master at Debian GIS Project / pyepr
Commits:
2e930c40 by Antonio Valentino at 2018-12-25T10:10:26Z
Better handling of dh_numpy* calls
- - - - -
7957bbed by Antonio Valentino at 2018-12-25T10:13:35Z
Standard version bump
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,10 @@
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 at tiscali.it> Tue, 28 Aug 2018 15:16:41 +0200
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Tue, 25 Dec 2018 11:05:36 +0100
pyepr (0.9.5-1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -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
=====================================
@@ -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:
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyepr/compare/960e0aa8bf72127df68e3e0ea73b32cce100b087...7957bbed5828e2cf0cf7d9691a54544e35c1356e
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyepr/compare/960e0aa8bf72127df68e3e0ea73b32cce100b087...7957bbed5828e2cf0cf7d9691a54544e35c1356e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20181225/6e967ef2/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list