diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-10-24 04:46:02 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-10-24 04:46:02 -0700 |
commit | 6ff2d3abe6a8c7a93adf6f0335ef13ccce09cc0c (patch) | |
tree | ffe0c15bc9f5f1ff8571b29d42398b5783d5262e /pinyweb/debian/control | |
parent | c14b36c6d9042419a6035031f6288ba97f74bc92 (diff) | |
download | piny-code-6ff2d3abe6a8c7a93adf6f0335ef13ccce09cc0c.tar.gz piny-code-6ff2d3abe6a8c7a93adf6f0335ef13ccce09cc0c.zip |
Add libcrypt-blowfish-perl to list of pinyweb Depends
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 8e2d1b5..618b3b2 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}, libcrypt-cbc-perl, libjson-perl, libmime-base32-perl, libpiny-perl (>= 0.14), pinyadmin (>= 0.10) +Depends: ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends}, libcrypt-blowfish-perl, 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. |