new build with dh-python helper.

See https://wiki.debian.org/Python/TransitionToDHPython2
This commit is contained in:
Valery Tschopp 2018-11-19 14:45:31 +00:00
parent 3df98a9b70
commit 1065e05c16
3 changed files with 5 additions and 5 deletions

7
debian/control vendored
View File

@ -1,13 +1,12 @@
Source: nagios-plugins-ceph
Maintainer: Valery Tschopp <valery.tschopp@switch.ch>
Uploaders: Sebastian Nickel <sebastian.nickel@nine.ch>, Roman Plessl <roman.plessl@nine.ch>
Section: misc
Priority: optional
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 8), python-support
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9), dh-python, python:any
Package: nagios-plugins-ceph
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Depends: python, ${misc:Depends}, ${python:Depends}
Description: Nagios plugins for Ceph
This package provides a set of plugins to monitor a ceph cluster.

1
debian/docs vendored Normal file
View File

@ -0,0 +1 @@
README.md

2
debian/rules vendored
View File

@ -5,7 +5,7 @@
#export DH_VERBOSE=1
%:
dh $@
dh "$@" --with python2
# install in official directories
override_dh_auto_install: