Remove python(2) binding and disable nut-monitor package for now as it depends on unmaintained pygtk (Closes: #885358, #937169)

This commit is contained in:
Laurent Bigonville 2019-12-15 20:02:02 +01:00
parent daac55b6a9
commit 64f3199582
4 changed files with 25 additions and 33 deletions

2
debian/rules vendored
View file

@ -33,7 +33,7 @@ ifneq ($(shell which asciidoc),)
endif
%:
dh $@ --no-parallel --with python2 --with python3
dh $@ --no-parallel --with python3
override_dh_auto_configure:
dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_FLAGS)