1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: libjifty-plugin-comment-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.8)
Build-Depends-Indep: perl (>= 5.6.0-12),
libhtml-scrubber-perl, libjifty-perl (>= 0.90519), libcgi-pm-perl,
libregexp-common-perl, libregexp-common-email-address-perl,
libmime-base64-urlsafe-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: AGOSTINI Yves <agostini@univ-metz.fr>
Standards-Version: 3.8.2
Homepage: http://search.cpan.org/dist/Jifty-Plugin-Comment/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libjifty-plugin-comment-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libjifty-plugin-comment-perl/
Package: libjifty-plugin-comment-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libhtml-scrubber-perl,
libjifty-perl (>= 0.90519-1), libcgi-pm-perl,
libregexp-common-perl, libregexp-common-email-address-perl,
libmime-base64-urlsafe-perl
Description: module to add comments to any record of your Jifty application
Jifty::Plugin::Comment allows you to attach comments to any model of your
Jifty application. You do this using the three steps listed in the synopsis.
This steps concern config.yml, model updates and vies updates.
|