r22900 - /trunk/jifty/debian/control

yvesago-guest at users.alioth.debian.org yvesago-guest at users.alioth.debian.org
Mon Jul 7 18:44:40 UTC 2008


Author: yvesago-guest
Date: Mon Jul  7 18:44:40 2008
New Revision: 22900

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22900
Log:
* add plugins on suggests
* add in description jifty for desktop, libjifty-perl for server
* remove bad copy/paste recommends libnet-akismet-perl

Modified:
    trunk/jifty/debian/control

Modified: trunk/jifty/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/control?rev=22900&op=diff
==============================================================================
--- trunk/jifty/debian/control (original)
+++ trunk/jifty/debian/control Mon Jul  7 18:44:40 2008
@@ -49,7 +49,8 @@
  libhtml-scrubber-perl, libmime-base64-urlsafe-perl, libregexp-common-email-address-perl, libregexp-common-perl,
  libdata-dump-streamer-perl,
  libnet-server-perl,
- libnet-akismet-perl
+ libnet-akismet-perl,
+ libwww-facebook-api-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>
 Standards-Version: 3.8.0
@@ -86,6 +87,10 @@
         means you never need to write form handling logic. All you say is "I
         want an input for this argument here" and Jifty takes care of the
         rest. (Even autocomplete and validation)
+ .
+ This meta package provides examples to help you writing application on your
+ desktop. You can use libjifty-perl package alone for running your jifty 
+ application on servers.
 
 Package: libjifty-perl
 Architecture: all
@@ -125,10 +130,17 @@
  libtest-www-mechanize-perl (>= 1.04), libhttp-server-simple-recorder-perl,
  libmodule-install-perl (>= 0.75), libyaml-syck-perl (>= 0.29),
  libjifty-dbi-perl (>= 0.49), perl-modules (>= 5.10) | libversion-perl
+Suggests: libjifty-plugin-authentication-cas-perl
+ libjifty-plugin-authentication-facebook-perl
+ libjifty-plugin-authentication-ldap-perl libjifty-plugin-chart-perl
+ libjifty-plugin-comment-perl libjifty-plugin-halo-perl
+ libjifty-plugin-oauth-perl libjifty-plugin-openid-perl
 Description:  Jifty perl libraries
- .
- This package provides perl libraries for Jifty framework.
-
+ This package provides perl libraries for Jifty framework. 
+ You can use this package alone or with suggested plugins to run your jifty
+ applications on your servers. 
+ Use jifty meta package to add more examples when you write application on your
+ desktop.
 
 Package: libjifty-plugin-authentication-cas-perl
 Section: perl
@@ -180,7 +192,6 @@
 Section: perl
 Architecture: all
 Depends: ${perl:Depends}, perl (>> 5.8.3), jifty, libdata-dump-streamer-perl
-Recommends: libnet-akismet-perl
 Description: Jifty plugin to add halo in admin interface
  This virtual package add new dependencies
 
@@ -188,6 +199,5 @@
 Section: perl
 Architecture: all
 Depends: ${perl:Depends}, perl (>> 5.8.3), jifty, libwww-facebook-api-perl
-Recommends: libnet-akismet-perl
 Description: Jifty plugin to add Facebook authentication
  This virtual package add new dependencies




More information about the Pkg-perl-cvs-commits mailing list