[Git][debian-gis-team/doris][master] 2 commits: Enable numpy3 dh helper.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Wed Dec 21 19:58:12 GMT 2022



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


Commits:
3122c2ca by Bas Couwenberg at 2022-12-21T20:46:48+01:00
Enable numpy3 dh helper.

- - - - -
ae93ae8f by Bas Couwenberg at 2022-12-21T20:57:20+01:00
Update lintian overrides.

- - - - -


3 changed files:

- debian/changelog
- debian/doris.lintian-overrides
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,11 @@
 doris (5.0.3~beta+dfsg-17) UNRELEASED; urgency=medium
 
-  [ Bas Couwenberg ]
   * Team upload.
+
+  [ Bas Couwenberg ]
   * Bump Standards-Version to 4.6.1, no changes.
+  * Enable numpy3 dh helper.
+  * Update lintian overrides.
 
   [ Antonio Valentino ]
   * Fix d/copyright formatting.


=====================================
debian/doris.lintian-overrides
=====================================
@@ -1,10 +1,15 @@
 # Upstream strongly relies on csh (no alternative available at the moment)
-csh-considered-harmful usr/share/doris/*
+csh-considered-harmful [usr/share/doris/*]
 
 # executables are in usr/lib/doris
-spare-manual-page usr/share/man/man1/*
-spare-manual-page usr/share/man/py/man1/*
-spare-manual-page usr/share/man/sh/man1/*
+spare-manual-page [usr/share/man/man1/*]
+spare-manual-page [usr/share/man/py/man1/*]
+spare-manual-page [usr/share/man/sh/man1/*]
 
 # executables are in usr/lib/doris
-executable-in-usr-lib usr/lib/doris/*
+executable-in-usr-lib [usr/lib/doris/*]
+
+# False positive, lat/lon
+spelling-error-in-binary lon long *
+typo-in-manual-page lon long *
+


=====================================
debian/rules
=====================================
@@ -29,7 +29,7 @@ EXTRA_FLAGS = -Wno-deprecated -D__USE_FFTW_LIBRARY__ -D__USE_LAPACK_LIBRARY__ -D
 
 
 %:
-	dh $@ --with python3
+	dh $@ --with python3,numpy3
 
 override_dh_auto_configure:
 	if [ ! -f doris_core/Makefile.bak ]; then \



View it on GitLab: https://salsa.debian.org/debian-gis-team/doris/-/compare/14d803bf2ba59008a8f6579e46454e33a0155a6b...ae93ae8f6a6ba365ab31ed96e06b645a15cfec87

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/doris/-/compare/14d803bf2ba59008a8f6579e46454e33a0155a6b...ae93ae8f6a6ba365ab31ed96e06b645a15cfec87
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/20221221/05543882/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list