diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2018-11-27 01:09:09 -0800 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2018-11-27 01:09:09 -0800 |
commit | ff6c62dcb4b5f323172788d1d90c3c3492651da9 (patch) | |
tree | eabfe3115eb8a69d4654209ee25cfec46cb7433b /pinyweb/debian | |
parent | 4f593e7108258b8a4abb033cbc6b2eca2fc7845a (diff) | |
download | piny-code-ff6c62dcb4b5f323172788d1d90c3c3492651da9.tar.gz piny-code-ff6c62dcb4b5f323172788d1d90c3c3492651da9.zip |
pinyweb: newuser: remove google's broken captcha api
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 fd44de3..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-blowfish-perl, libcrypt-cbc-perl, libjson-perl, libmime-base32-perl, libcaptcha-recaptcha-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. |