Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Bump Standards-Version to 4.1.3, no changes.
· 1804bfb8
Bas Couwenberg
authored
Feb 08, 2018
1804bfb8
Check DEB_BUILD_PROFILES for nocheck in dh_auto_test override.
· 84cb7f5f
Bas Couwenberg
authored
Feb 08, 2018
84cb7f5f
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
84cb7f5f
python-pyproj (1.9.5.1-4) UNRELEASED; urgency=medium
* Update copyright-format URL to use HTTPS.
* Bump Standards-Version to 4.1.3, no changes.
* Check DEB_BUILD_PROFILES for nocheck in dh_auto_test override.
-- Bas Couwenberg <sebastic@debian.org> Sun, 21 Jan 2018 10:39:51 +0100
...
...
debian/control
View file @
84cb7f5f
...
...
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9),
python3-setuptools,
python3-numpy,
libproj-dev (>= 4.9.0~)
Standards-Version: 4.
0.0
Standards-Version: 4.
1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/python-pyproj.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/python-pyproj.git
Homepage: https://github.com/jswhit/pyproj
...
...
debian/rules
View file @
84cb7f5f
...
...
@@ -30,8 +30,10 @@ override_dh_clean:
src/pj_malloc.o
override_dh_auto_test
:
ifeq
(,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
PYBUILD_SYSTEM
=
custom
\
PYBUILD_TEST_ARGS
=
"PYTHONPATH={build_dir} {interpreter} unittest/test.py -v"
dh_auto_test
||
echo
"Ignoring test failures"
endif
override_dh_install
:
dh_install
--list-missing
...
...