Alexandre Detiste pushed to branch master at Debian Med / librcsb-core-wrapper
Commits: 8b59410a by Alexandre Detiste at 2024-09-21T16:14:11+02:00 add build-dep on python3-setuptools, release - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +librcsb-core-wrapper (1.005-12) unstable; urgency=medium + + * Team upload. + * Add build-dependes on python3-setuptools (Closes: #1080948) + + -- Alexandre Detiste <[email protected]> Sat, 21 Sep 2024 16:13:50 +0200 + librcsb-core-wrapper (1.005-11.1) unstable; urgency=medium * Non-maintainer upload. ===================================== debian/control ===================================== @@ -5,13 +5,15 @@ Uploaders: Laszlo Kajan <[email protected]>, Section: libs Testsuite: autopkgtest-pkg-python Priority: optional -Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), +Build-Depends: dpkg-dev (>= 1.22.5), + debhelper-compat (= 13), doxygen, graphviz, - dh-python, + dh-sequence-python3, libboost-python-dev, libxerces-c-dev, python3-dev, + python3-setuptools, libtool, libtool-bin, bison, ===================================== debian/rules ===================================== @@ -9,7 +9,7 @@ PYVERSIONS=$(shell pyversions -vr) export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: - dh $@ --with python3 + dh $@ override_dh_auto_build: override_dh_auto_build-nopy override_dh_auto_build-py View it on GitLab: https://salsa.debian.org/med-team/librcsb-core-wrapper/-/commit/8b59410aea8cf5434193111cab05b294e3e8cf20 -- View it on GitLab: https://salsa.debian.org/med-team/librcsb-core-wrapper/-/commit/8b59410aea8cf5434193111cab05b294e3e8cf20 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
