diff options
author | Julian Blake Kongslie <jblake@omgwallhack.org> | 2011-01-18 17:45:58 -0800 |
---|---|---|
committer | Julian Blake Kongslie <jblake@omgwallhack.org> | 2011-01-18 17:45:58 -0800 |
commit | 0c395cf4516981ef0f9b56a082d700f6fc4697e9 (patch) | |
tree | 987335c43446265bef20402899df6761d6c2cbdb /pinyweb/debian/control | |
parent | 9a6e827943644bd3c4b01c16beeabb65968aea9d (diff) | |
download | piny-code-0c395cf4516981ef0f9b56a082d700f6fc4697e9.tar.gz piny-code-0c395cf4516981ef0f9b56a082d700f6fc4697e9.zip |
Adding a CGI for doing AJAX-style live validation of constraints.
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 3758c95..97e5537 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}, libpiny-perl (>= 0.14), pinyadmin (>= 0.10) +Depends: ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends}, libjson-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. |