diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-07-28 16:18:09 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-07-28 16:18:09 (GMT) |
commit | 24ec6833f3bb6c665506612105137c71cd82debe (patch) | |
tree | 05256c4c730e6e8d99e8de1aac700a87769ab8b8 /debian | |
parent | fca7f6272ff0a4cf8cb7c932e6ca19d20058da57 (diff) |
added tool rhrd-tool (most library functions are still missing)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 | ||||
-rw-r--r-- | debian/rhrd-utils.install | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 1d7f05c..4f8c5dc 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Description: Radio Helsinki Rivendell Perl Modules Package: rhrd-utils Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, librhrd-perl, libstring-mkpasswd-perl, libcolor-scheme-perl +Depends: ${misc:Depends}, ${perl:Depends}, librhrd-perl, libstring-mkpasswd-perl Description: Radio Helsinki Rivendell Utilities This package contains the following tools * get-rd-token @@ -26,3 +26,4 @@ Description: Radio Helsinki Rivendell Utilities * rhrd-user * rhrd-sanity-check * rhrd-schedules + * rhrd-pool diff --git a/debian/rhrd-utils.install b/debian/rhrd-utils.install index 97effc6..4d6ff45 100644 --- a/debian/rhrd-utils.install +++ b/debian/rhrd-utils.install @@ -6,3 +6,4 @@ usr/bin/rhrd-show usr/bin/rhrd-user usr/bin/rhrd-sanity-check usr/bin/rhrd-schedules +usr/bin/rhrd-pool |