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


Commits:
2fbc019a by Bas Couwenberg at 2022-09-01T18:26:04+02:00
Unconditionally use PROJ_DATA.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+python-pyproj (3.3.1-3) UNRELEASED; urgency=medium
+
+  * Unconditionally use PROJ_DATA.
+
+ -- Bas Couwenberg <[email protected]>  Thu, 01 Sep 2022 18:24:14 +0200
+
 python-pyproj (3.3.1-2) unstable; urgency=medium
 
   * Bump Standards-Version to 4.6.1, no changes.


=====================================
debian/rules
=====================================
@@ -11,16 +11,9 @@ export PYBUILD_NAME=pyproj
 export PYBUILD_TEST_PYTEST=1
 export PYBUILD_TEST_ARGS=-v -m "not network and not cli and not grid"
 
-PROJ_VERSION=$(shell dpkg-query --showformat='$${Version}' --show libproj-dev)
-USE_PROJ_DATA=$(shell dpkg --compare-versions $(PROJ_VERSION) ge 9.1.0~ && 
echo 1)
-
 # Path to system installed PROJ data.
 export PROJ_DIR=/usr
-ifeq (1,$(USE_PROJ_DATA))
 export PROJ_DATA=/usr/share/proj
-else
-export PROJ_LIB=/usr/share/proj
-endif
 
 include /usr/share/dpkg/architecture.mk
 



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/python-pyproj/-/commit/2fbc019a0aee93de33c235c5f82802e430108c50

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/python-pyproj/-/commit/2fbc019a0aee93de33c235c5f82802e430108c50
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to