Compare commits

...

4 commits

Author SHA1 Message Date
David Prevot a5c4341771 Update changelog for 1.0.0-1~bpo11+1 release 2023-12-29 15:01:54 +01:00
David Prevot 88a2257fbf Use Python 3.9 for Bullseye 2023-12-29 15:00:07 +01:00
David Prevot 811db7494f Use recent python3-pytest-mock for tests 2023-12-29 14:59:01 +01:00
David Prevot 22f96aa154 Update changelog for 1.0.0-1~bpo12+1 release 2023-12-29 14:58:14 +01:00
3 changed files with 16 additions and 2 deletions

14
debian/changelog vendored
View file

@ -1,3 +1,17 @@
check-patroni (1.0.0-1~bpo11+1) bullseye-backports; urgency=medium
* Use Python 3.9 for Bullseye
* Use recent python3-pytest-mock for tests
* Rebuild for bullseye-backports
-- David Prévot <dprevot@evolix.fr> Fri, 29 Sep 2023 11:38:50 +0200
check-patroni (1.0.0-1~bpo12+1) bookworm-backports; urgency=medium
* Rebuild for bookworm-backports
-- David Prévot <dprevot@evolix.fr> Fri, 29 Sep 2023 11:07:58 +0200
check-patroni (1.0.0-1) unstable; urgency=medium
* Initial release, initiated by py2dsp/3.20230219

2
debian/control vendored
View file

@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13),
python3-attr,
python3-click,
python3-nagiosplugin,
python3-pytest-mock,
python3-pytest-mock (>= 3),
python3-requests,
python3-setuptools
Standards-Version: 4.6.2

2
debian/rules vendored
View file

@ -6,7 +6,7 @@ export PYBUILD_NAME=check-patroni
execute_before_dh_installman:
mkdir --parent $(CURDIR)/debian/tmp
PYTHONPATH=debian/check-patroni/usr/lib/python3.11/dist-packages \
PYTHONPATH=debian/check-patroni/usr/lib/python3.9/dist-packages \
help2man \
--no-info \
--include=$(CURDIR)/debian/check_patroni.1.in \