Skip to content
Commits on Source (2)
pyepr (0.9.3-4) UNRELEASED; urgency=medium
pyepr (0.9.3-4) unstable; urgency=medium
* Change priority from extra to optional.
* Bump Standards-Version to 4.1.3, changes: priority.
......@@ -10,8 +10,9 @@ pyepr (0.9.3-4) UNRELEASED; urgency=medium
- fix python2-epr-dbg recommends to point to python3-numpy-dbg
* debian/rules
- fix doc installation
- remove unnecessary dh argument: --parallel
-- Antonio Valentino <antonio.valentino@tiscali.it> Sun, 24 Sep 2017 13:20:24 +0200
-- Antonio Valentino <antonio.valentino@tiscali.it> Sun, 25 Feb 2018 18:29:21 +0000
pyepr (0.9.3-3) unstable; urgency=medium
......
......@@ -24,7 +24,7 @@ endif
%:
dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild --parallel
dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
override_dh_gencontrol:
......