r26782 - in /trunk/libcgi-session-serialize-yaml-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Nov 12 19:36:50 UTC 2008


Author: gregoa
Date: Wed Nov 12 19:36:47 2008
New Revision: 26782

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26782
Log:
debian/control: slightly rephrase short description and add module name to
long description.

Modified:
    trunk/libcgi-session-serialize-yaml-perl/debian/changelog
    trunk/libcgi-session-serialize-yaml-perl/debian/control

Modified: trunk/libcgi-session-serialize-yaml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-session-serialize-yaml-perl/debian/changelog?rev=26782&op=diff
==============================================================================
--- trunk/libcgi-session-serialize-yaml-perl/debian/changelog (original)
+++ trunk/libcgi-session-serialize-yaml-perl/debian/changelog Wed Nov 12 19:36:47 2008
@@ -8,6 +8,8 @@
   [ gregor herrmann ]
   * Remove empty debian/patches/{,series} and build dependency on quilt.
   * Don't install README any more (text version of the POD documentation).
+  * debian/control: slightly rephrase short description and add module name to
+    long description.
 
  -- Jose Luis Rivas <ghostbar38 at gmail.com>  Fri, 07 Nov 2008 13:27:19 -0430
 

Modified: trunk/libcgi-session-serialize-yaml-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-session-serialize-yaml-perl/debian/control?rev=26782&op=diff
==============================================================================
--- trunk/libcgi-session-serialize-yaml-perl/debian/control (original)
+++ trunk/libcgi-session-serialize-yaml-perl/debian/control Wed Nov 12 19:36:47 2008
@@ -16,12 +16,12 @@
   libyaml-syck-perl | libyaml-perl
 Conflicts: libcgi-session-perl (<< 4.30)
 Replaces: libcgi-session-perl (<< 4.30)
-Description: Add YAML and YAML::Syck support to CGI::Session's serializers
- This library can be used by CGI::Session to serialize session data. It uses
- YAML, or the faster C implementation, YAML::Syck
- if it is available. YAML serializers exist not just for Perl but also other
- dynamic languages, such as PHP, Python, and Ruby, so storing session data
- in this format makes it easy to share session data across different languages.
+Description: YAML and YAML::Syck support for CGI::Session's serializers
+ CGI::Session::Serialize::yaml can be used by CGI::Session to serialize
+ session data. It uses YAML, or the faster C implementation, YAML::Syck if it
+ is available. YAML serializers exist not just for Perl but also other dynamic
+ languages, such as PHP, Python, and Ruby, so storing session data in this
+ format makes it easy to share session data across different languages.
  .
  YAML is made to be friendly for humans to parse as well as other computer
  languages. It creates a format that is easier to read than the default




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