diff options
-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, |