File: control

package info (click to toggle)
libjifty-plugin-comment-perl 1.00-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 248 kB
  • ctags: 175
  • sloc: perl: 2,636; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,238 bytes parent folder | download
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.