diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-07-19 19:29:55 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-07-19 19:29:55 +0200 |
commit | 2f93832543434cf73e6e4522c933d7251856f4b1 (patch) | |
tree | 5febd56a56b61f089ba20f09d78ecdc8dc36d04d /debian | |
parent | 6b0f8b8c7636fca7412ed9a6e47708511e37c851 (diff) | |
download | itzks-systems-2f93832543434cf73e6e4522c933d7251856f4b1.tar.gz itzks-systems-2f93832543434cf73e6e4522c933d7251856f4b1.tar.bz2 itzks-systems-2f93832543434cf73e6e4522c933d7251856f4b1.zip |
debian/control: The check_dirvish.py plugin additionally requires python3 and python3-dateutil.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ca7fb23..fe76c04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +itzks-systems (2016.07.19.2) UNRELEASED; urgency=medium + + * debian/control: + + The check_dirvish.py plugin additionally requires python3 and + python3-dateutil. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 19 Jul 2016 19:20:45 +0200 + itzks-systems (2016.07.19.1) unstable; urgency=medium * CRON: Silence calls to apt-get autoclean on system reboot. Such messages diff --git a/debian/control b/debian/control index 03cc994..7613e49 100644 --- a/debian/control +++ b/debian/control @@ -140,6 +140,8 @@ Depends: openvpn, pkg-mozilla-archive-keyring, postfix, + python3, + python3-dateutil, python3-nagiosplugin, reportbug, sudo, |