Skip to content
Commits on Source (3)
pyepr (0.9.5-2) UNRELEASED; urgency=medium
pyepr (0.9.5-2) unstable; urgency=medium
* Bump Standards-Version to 4.3.0, no changes.
* debian/rules
- improve handling of dh_numpy* calls
* Add autopkgtest-pkg-python: debian/control and
debian/rules updated, debian/source/lintian-overrides
removed.
* Add lintian overrides for misdetected spelling errors.
-- Antonio Valentino <antonio.valentino@tiscali.it> Tue, 25 Dec 2018 11:05:36 +0100
-- Antonio Valentino <antonio.valentino@tiscali.it> Sat, 23 Feb 2019 10:52:42 +0000
pyepr (0.9.5-1) unstable; urgency=medium
......
......@@ -3,6 +3,7 @@ Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Section: python
Priority: optional
Testsuite: autopkgtest-pkg-python
Build-Depends: debhelper (>= 11),
dh-python,
python-all-dev,
......
# Spelling error false alarm
python-epr-dbg: spelling-error-in-binary
# Spelling error false alarm
python3-epr-dbg: spelling-error-in-binary
......@@ -4,6 +4,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export PYBUILD_NAME=epr
export PYBUILD_DISABLE=test
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
......@@ -45,20 +46,6 @@ override_dh_auto_clean:
$(RM) -r *.egg-info
# suppress dh_auto_test since it requires a large download
override_dh_auto_test:
#ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
# set -e -x;\
# for py in $(PY2VERS); do \
# PYTHONPATH=$(CURDIR)/build/lib.*-$$py python$$py test/test_all.py ;\
# PYTHONPATH=$(CURDIR)/build/lib.*-$$py-pydebug python$$py-dbg test/test_all.py ;\
# for py in $(PY3VERS); do \
# PYTHONPATH=$(CURDIR)/build/lib.*-$$py python$$py test/test_all.py ;\
# PYTHONPATH=$(CURDIR)/build/lib.*-$$py-pydebug python$$py-dbg test/test_all.py ;\
# done
#endif
override_dh_strip:
dh_strip -ppython-epr --dbg-package=python-epr-dbg
dh_strip -ppython3-epr --dbg-package=python3-epr-dbg
......@@ -86,8 +73,3 @@ else
mkdir -p doc/html
endif
dh_installdocs
.PHONY: override_dh_gencontrol override_dh_auto_clean override_dh_auto_test \
override_dh_strip override_dh_installchangelogs override_dh_compress \
override_dh_sphinxdoc override_dh_installdocs
# Not worth the effort
testsuite-autopkgtest-missing