[Git][debian-gis-team/python-pyproj][master] 2 commits: Bump Standards-Version to 4.1.3, no changes.

Sebastiaan Couwenberg gitlab at salsa.debian.org
Thu Feb 8 21:13:21 UTC 2018


Sebastiaan Couwenberg pushed to branch master at Debian GIS Project / python-pyproj


Commits:
1804bfb8 by Bas Couwenberg at 2018-02-08T22:08:10+01:00
Bump Standards-Version to 4.1.3, no changes.

- - - - -
84cb7f5f by Bas Couwenberg at 2018-02-08T22:12:45+01:00
Check DEB_BUILD_PROFILES for nocheck in dh_auto_test override.

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 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 at debian.org>  Sun, 21 Jan 2018 10:39:51 +0100
 


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -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
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -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



View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pyproj/compare/cd5fccb913a66fe2ade302a628fdcfde670721cc...84cb7f5f4877952eba8b4ce4ed0b98b2aab810f2

---
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pyproj/compare/cd5fccb913a66fe2ade302a628fdcfde670721cc...84cb7f5f4877952eba8b4ce4ed0b98b2aab810f2
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-grass-devel/attachments/20180208/bb9b78ca/attachment-0001.html>


More information about the Pkg-grass-devel mailing list