diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-09-21 15:16:19 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-09-21 15:16:19 +0200 |
commit | b552888a489c39e969b06e58dc5b30f264f08485 (patch) | |
tree | 1eefd76041788913380a8e3db6889dc776be7c34 | |
parent | 72007bfb21d9868c73418d71ff4b601c04bf3db9 (diff) | |
download | itzks-systems-b552888a489c39e969b06e58dc5b30f264f08485.tar.gz itzks-systems-b552888a489c39e969b06e58dc5b30f264f08485.tar.bz2 itzks-systems-b552888a489c39e969b06e58dc5b30f264f08485.zip |
Add dependency sudo for systems in the backbone sub-LAN.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 32b48af..6b857d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ itzks-systems (2012.09.14.1) UNRELEASED; urgency=low * /debian/control: + Add dependency linuxlogo to most bin:packages. + + Add dependency sudo for systems in the backbone sub-LAN. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 14 Sep 2012 15:20:38 +0200 diff --git a/debian/control b/debian/control index 3cde056..a734f62 100644 --- a/debian/control +++ b/debian/control @@ -53,6 +53,7 @@ Depends: postfix, pyhoca-gui, reportbug, + sudo, sysstat, tree, unzip, @@ -99,6 +100,7 @@ Depends: odt2txt, postfix, reportbug, + sudo, sysstat, tree, unzip, |