Use dh-sequence-python3.
This commit is contained in:
parent
f9a67f808f
commit
47225a26b6
3 changed files with 4 additions and 2 deletions
1
debian/control
vendored
1
debian/control
vendored
|
@ -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
|
||||
|
|
1
debian/control.in
vendored
1
debian/control.in
vendored
|
@ -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
|
||||
|
|
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
|
||||
|
||||
%:
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue