Revert to use dh-sequence-python3.
This commit is contained in:
parent
14c0c84544
commit
eaaddfac28
3 changed files with 2 additions and 4 deletions
1
debian/control
vendored
1
debian/control
vendored
|
@ -8,7 +8,6 @@ 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
1
debian/control.in
vendored
|
@ -8,7 +8,6 @@ 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
4
debian/rules
vendored
|
@ -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,autotools_dev --parallel
|
dh $@ --with quilt,python3,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,autotools_dev --parallel
|
dh $@ --with quilt,python3,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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue