[Git][debian-gis-team/grass][master] Enable numpy3 dh helper.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Thu Dec 22 06:38:02 GMT 2022



Bas Couwenberg pushed to branch master at Debian GIS Project / grass


Commits:
67fbafae by Bas Couwenberg at 2022-12-22T07:09:10+01:00
Enable numpy3 dh helper.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+grass (8.2.0-4) UNRELEASED; urgency=medium
+
+  * Enable numpy3 dh helper.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Thu, 22 Dec 2022 07:09:07 +0100
+
 grass (8.2.0-3) unstable; urgency=medium
 
   * Add patch to use GRASS version for non-git builds.


=====================================
debian/rules
=====================================
@@ -36,7 +36,7 @@ templates:
 	done
 
 %:
-	dh $@ --with python3
+	dh $@ --with python3,numpy3
 
 override_dh_clean:
 	dh_clean debian/grass-gui.image-file-in-usr-lib.list
@@ -227,6 +227,8 @@ override_dh_python3:
 	dh_python3 -pgrass-core /usr/lib/$(BASE_NAME)/scripts/
 	dh_python3 -pgrass-gui /usr/lib/$(BASE_NAME)/gui/
 	dh_python3 -pgrass-dev /usr/lib/$(BASE_NAME)/utils/
+
+override_dh_numpy3:
 	dh_numpy3 -pgrass-core -pgrass-gui
 
 override_dh_shlibdeps:



View it on GitLab: https://salsa.debian.org/debian-gis-team/grass/-/commit/67fbafae2e66251d305c43411e03ecbe75453388

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/grass/-/commit/67fbafae2e66251d305c43411e03ecbe75453388
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/20221222/eb6b1c31/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list