Use dh-sequence-python3.

This commit is contained in:
Bas Couwenberg 2023-08-30 15:55:49 +02:00 committed by Jan Wagner
parent f9a67f808f
commit 47225a26b6
3 changed files with 4 additions and 2 deletions

1
debian/control vendored
View file

@ -8,6 +8,7 @@ Build-Depends: autotools-dev,
dh-python, dh-python,
python3, python3,
python3-debian, python3-debian,
dh-sequence-python3,
quilt (>= 0.46-7), quilt (>= 0.46-7),
autotools-dev autotools-dev
Standards-Version: 3.9.6 Standards-Version: 3.9.6

1
debian/control.in vendored
View file

@ -8,6 +8,7 @@ Build-Depends: autotools-dev,
dh-python, dh-python,
python3, python3,
python3-debian, python3-debian,
dh-sequence-python3,
quilt (>= 0.46-7), quilt (>= 0.46-7),
#AUTO_UPDATE_Build-Depends# #AUTO_UPDATE_Build-Depends#
Standards-Version: 3.9.6 Standards-Version: 3.9.6

4
debian/rules vendored
View file

@ -8,7 +8,7 @@ PLUGINS := $(shell find $(CURDIR) -mindepth 1 -maxdepth 1 -name .git* -prune -o
PKGNAME = monitoring-plugins-cyconet PKGNAME = monitoring-plugins-cyconet
%: %:
dh $@ --with quilt,python3,autotools_dev --parallel dh $@ --with quilt,autotools_dev --parallel
# Here follows a small shell snipped to call dh_auto_* for all plugins # Here follows a small shell snipped to call dh_auto_* for all plugins
# Currently # Currently
@ -31,7 +31,7 @@ PACKAGING_HELPER = /usr/bin/python3 $(CURDIR)/debian/packaging-helper.py
clean: $(PLUGINS:%=clean-%) debian/copyright debian/control clean: $(PLUGINS:%=clean-%) debian/copyright debian/control
dh $@ --with quilt,python3,autotools_dev --parallel dh $@ --with quilt,autotools_dev --parallel
rm -f debian/$(PKGNAME).install rm -f debian/$(PKGNAME).install
rm -f debian/README.Debian.plugins rm -f debian/README.Debian.plugins