diff --git a/debian/control b/debian/control index 086e12c..72ec515 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: autotools-dev, dh-python, python3, python3-debian, + dh-sequence-python3, quilt (>= 0.46-7), autotools-dev Standards-Version: 3.9.6 diff --git a/debian/control.in b/debian/control.in index 3f2eae2..0f8da16 100644 --- a/debian/control.in +++ b/debian/control.in @@ -8,6 +8,7 @@ Build-Depends: autotools-dev, dh-python, python3, python3-debian, + dh-sequence-python3, quilt (>= 0.46-7), #AUTO_UPDATE_Build-Depends# Standards-Version: 3.9.6 diff --git a/debian/rules b/debian/rules index ea9ffbc..3e3370e 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ PLUGINS := $(shell find $(CURDIR) -mindepth 1 -maxdepth 1 -name .git* -prune -o 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 # Currently @@ -31,7 +31,7 @@ PACKAGING_HELPER = /usr/bin/python3 $(CURDIR)/debian/packaging-helper.py 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/README.Debian.plugins