r52001 - in /trunk/libgnupg-perl/debian: changelog control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Feb 2 02:06:41 UTC 2010


Author: jawnsy-guest
Date: Tue Feb  2 02:05:36 2010
New Revision: 52001

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52001
Log:
Rewrite control description

Modified:
    trunk/libgnupg-perl/debian/changelog
    trunk/libgnupg-perl/debian/control

Modified: trunk/libgnupg-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnupg-perl/debian/changelog?rev=52001&op=diff
==============================================================================
--- trunk/libgnupg-perl/debian/changelog (original)
+++ trunk/libgnupg-perl/debian/changelog Tue Feb  2 02:05:36 2010
@@ -1,3 +1,9 @@
+libgnupg-perl (0.11-2) UNRELEASED; urgency=low
+
+  * Rewrite control description
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Mon, 01 Feb 2010 21:18:04 -0500
+
 libgnupg-perl (0.11-1) unstable; urgency=low
 
   [ Ryan Niebur ]

Modified: trunk/libgnupg-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnupg-perl/debian/control?rev=52001&op=diff
==============================================================================
--- trunk/libgnupg-perl/debian/control (original)
+++ trunk/libgnupg-perl/debian/control Tue Feb  2 02:05:36 2010
@@ -1,12 +1,12 @@
 Source: libgnupg-perl
 Section: perl
 Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: gnupg
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>,
  Ryan Niebur <ryan at debian.org>, Damyan Ivanov <dmn at debian.org>,
  Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: gnupg
 Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/GnuPG/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgnupg-perl/
@@ -15,22 +15,8 @@
 Package: libgnupg-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, gnupg
-Description: Perl module interface to GnuPG using GnuPG's coprocess interface
- GnuPG is a perl module that interface with the GNU Privacy Guard using
- the coprocess hooks provided by gpg. The communication mechanism uses
- is shared memory and a status file descriptor. 
- .
- The module tries it best to map the rather interactive interface
- of gpg to a more programmatic API.
- .
- Also the modules now offers a tied file handle interface to encryption
- and decryption making a lot more easy to use.
- .
- This module doesn't yet provides an interface to the key manipulation
- facilities of gpg. 
- .
- It doesn't also provides the memory protection offered by gpg when
- manipulating user passphrase.
- .
- There are also several options (like cipher selections) that aren't
- available from the perl API.
+Description: interface to GnuPG using its coprocess interface
+ GnuPG is a Perl module that provides a limited programmatic interface to the
+ GNU Privacy Guard program. It uses the coprocess hook system provided by gpg
+ and communicates using shared memory. It attempts to map the interactive
+ interface offered by the gpg command-line tool to a more programmatic API.




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