[Git][debian-gis-team/python-pyproj][master] Annotate build dependencies with nocheck.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Mon Dec 15 20:57:29 GMT 2025
Bas Couwenberg pushed to branch master at Debian GIS Project / python-pyproj
Commits:
6495c0c9 by Bas Couwenberg at 2025-12-15T21:50:38+01:00
Annotate build dependencies with nocheck.
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+python-pyproj (3.7.2-3) UNRELEASED; urgency=medium
+
+ * Annotate build dependencies with nocheck.
+
+ -- Bas Couwenberg <sebastic at debian.org> Mon, 15 Dec 2025 21:50:32 +0100
+
python-pyproj (3.7.2-2) unstable; urgency=medium
* Update lintian overrides.
=====================================
debian/control
=====================================
@@ -15,12 +15,12 @@ Build-Depends: debhelper-compat (= 13),
python3-all-dev,
python3-certifi,
python3-setuptools,
- python3-numpy,
- python3-packaging,
- python3-pandas,
- python3-pytest,
- python3-pytest-cov,
- python3-shapely
+ python3-numpy <!nocheck>,
+ python3-packaging <!nocheck>,
+ python3-pandas <!nocheck>,
+ python3-pytest <!nocheck>,
+ python3-pytest-cov <!nocheck>,
+ python3-shapely <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-pyproj
Vcs-Git: https://salsa.debian.org/debian-gis-team/python-pyproj.git
=====================================
debian/rules
=====================================
@@ -21,10 +21,8 @@ include /usr/share/dpkg/architecture.mk
dh $@ --buildsystem=pybuild
override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
ifneq (,$(filter $(DEB_BUILD_ARCH),i386 hppa hurd-i386 powerpc))
dh_auto_test || echo "Ignoring test failures"
else
dh_auto_test
endif
-endif
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pyproj/-/commit/6495c0c95b3304f5b28a9e5780e9fff5ad0fc092
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pyproj/-/commit/6495c0c95b3304f5b28a9e5780e9fff5ad0fc092
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/20251215/f189eb73/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list