diff options
author | jrayhawk+piny.be@omgwallhack.org <jrayhawk+piny.be@omgwallhack.org> | 2011-04-27 19:58:46 -0700 |
---|---|---|
committer | jrayhawk+piny.be@omgwallhack.org <jrayhawk+piny.be@omgwallhack.org> | 2011-04-27 19:58:46 -0700 |
commit | d49f1aac6be76650ada9d9b26c85578b5d7d83e7 (patch) | |
tree | 17bf7d1569756fea7e4532a80932f9967f471b32 /pinyweb/debian/control | |
parent | 9e14ca59336cd54ad816df36de3cb92b8d5114e9 (diff) | |
download | piny-code-d49f1aac6be76650ada9d9b26c85578b5d7d83e7.tar.gz piny-code-d49f1aac6be76650ada9d9b26c85578b5d7d83e7.zip |
pinyweb: adding dependencies to control file
Diffstat (limited to 'pinyweb/debian/control')
-rw-r--r-- | pinyweb/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pinyweb/debian/control b/pinyweb/debian/control index 97e5537..8e2d1b5 100644 --- a/pinyweb/debian/control +++ b/pinyweb/debian/control @@ -8,7 +8,7 @@ Standards-version: 3.9.1 Package: pinyweb Architecture: any -Depends: ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends}, libjson-perl, libpiny-perl (>= 0.14), pinyadmin (>= 0.10) +Depends: ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends}, libcrypt-cbc-perl, libjson-perl, libmime-base32-perl, libpiny-perl (>= 0.14), pinyadmin (>= 0.10) Description: CGIs for managing piny repositories The CGI programs for day-to-day administrative tasks in the Piny infrastructure. |