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

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Thu Dec 22 08:22:15 GMT 2022



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


Commits:
db7d891c by Bas Couwenberg at 2022-12-22T09:15:58+01:00
Enable numpy3 dh helper.

- - - - -
4de881d2 by Bas Couwenberg at 2022-12-22T09:22:06+01:00
Drop undefined substitution variables.

- - - - -


3 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,11 @@
 pydecorate (0.3.3-2) UNRELEASED; urgency=medium
 
-  [ Bas Couwenberg ]
   * Team upload.
+
+  [ Bas Couwenberg ]
   * Bump Standards-Version to 4.6.1, no changes.
+  * Enable numpy3 dh helper.
+  * Drop undefined substitution variables.
 
   [ Antonio Valentino ]
   * Fix d/copyright formatting.


=====================================
debian/control
=====================================
@@ -25,14 +25,11 @@ Package: python3-pydecorate
 Architecture: all
 Depends: fonts-dejavu-core,
          python3-aggdraw,
-         python3-numpy,
          python3-pil,
          python3-pkg-resources,
          python3-trollimage,
          ${python3:Depends},
          ${misc:Depends}
-Recommends: ${python3:Recommends}
-Suggests: ${python3:Suggests}
 Description: Decorating PIL images with logos, texts, pallettes
  Pydecorate is a package for decorating PIL images with logos, texts,
  and color scales.


=====================================
debian/rules
=====================================
@@ -12,7 +12,7 @@ export PYBUILD_BEFORE_TEST=cp {dir}/*.png {build_dir}; cp -R {dir}/${PYBUILD_NAM
 export PYBUILD_AFTER_TEST=rm -f {build_dir}/*.png
 
 %:
-	dh $@ --with python3 --buildsystem=pybuild
+	dh $@ --with python3,numpy3 --buildsystem=pybuild
 
 override_dh_auto_configure:
 	echo "version = '$(DEB_VERSION_UPSTREAM)'" > pydecorate/version.py



View it on GitLab: https://salsa.debian.org/debian-gis-team/pydecorate/-/compare/16d5c0f4cfff28a9487f0dcfa3aceb6d7b73b213...4de881d2f4aeb2382bd7bee8fb5181e99fc0347c

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pydecorate/-/compare/16d5c0f4cfff28a9487f0dcfa3aceb6d7b73b213...4de881d2f4aeb2382bd7bee8fb5181e99fc0347c
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/a09d4af3/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list