diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2014-12-15 04:40:04 -0800 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2014-12-15 04:40:04 -0800 |
commit | 4378b9fc989cd46e2df7c0ada6da91ba5ab59050 (patch) | |
tree | 5584bc8d4fca2053968074a8c67b4ecfc2894563 /pinyweb/debian | |
parent | fce92f9222a9b863a0f1cbf5cc169ca0f9eb3788 (diff) | |
download | piny-code-4378b9fc989cd46e2df7c0ada6da91ba5ab59050.tar.gz piny-code-4378b9fc989cd46e2df7c0ada6da91ba5ab59050.zip |
pinyweb/debian/control: add libcaptcha-recaptcha-perl
Diffstat (limited to 'pinyweb/debian')
-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 618b3b2..fd44de3 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-blowfish-perl, 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, libcaptcha-recaptcha-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. |