Alexandre Detiste pushed to branch master at Debian Med / pymia
Commits: e860a92b by Alexandre Detiste at 2024-11-17T19:21:59+01:00 set Rules-Requires-Root: no - - - - - 4f659710 by Alexandre Detiste at 2024-11-17T19:23:16+01:00 switch to DebHelper 13 - - - - - 5b2b2606 by Alexandre Detiste at 2024-11-17T19:24:13+01:00 use dh-sequence-python3 - - - - - 2ed32893 by Alexandre Detiste at 2024-11-17T19:24:39+01:00 replace obsolete pkg-config with pkgconf - - - - - 13134dc7 by Alexandre Detiste at 2024-11-17T19:25:17+01:00 release - - - - - 4 changed files: - debian/changelog - − debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +pymia (0.1.9-3) unstable; urgency=medium + + * Team Upload + * Switch to DebHelper 13 + * Set Rules-Requires-Root: no + * Use dh-sequence-python3 + * Replace obsolete pkg-config with pkgconf + + -- Alexandre Detiste <[email protected]> Sun, 17 Nov 2024 19:24:54 +0100 + pymia (0.1.9-2.1) unstable; urgency=medium * Non-maintainer upload. ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -9 ===================================== debian/control ===================================== @@ -3,13 +3,14 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Gert Wollny <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 9), - pkg-config, - dh-python, +Build-Depends: debhelper-compat (= 13), + dh-sequence-python3, + pkgconf, python3-dev:any, python3-numpy, python3-setuptools, libmia-2.4-dev +Rules-Requires-Root: no Standards-Version: 4.1.4 Vcs-Browser: https://salsa.debian.org/med-team/pymia Vcs-Git: https://salsa.debian.org/med-team/pymia.git ===================================== debian/rules ===================================== @@ -6,7 +6,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -Wl,-z,now export PYBUILD_NAME=mia %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --buildsystem=pybuild override_dh_auto_install: View it on GitLab: https://salsa.debian.org/med-team/pymia/-/compare/88478cfc812b7b3b91e958b2aa26955d760be5b7...13134dc70eb435839e7bb1dc05a7790494e8b97c -- View it on GitLab: https://salsa.debian.org/med-team/pymia/-/compare/88478cfc812b7b3b91e958b2aa26955d760be5b7...13134dc70eb435839e7bb1dc05a7790494e8b97c You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
