r4979 - in /packages/libdbd-pg-perl/trunk/debian: changelog control

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Tue Apr 3 19:29:50 UTC 2007


Author: hertzog
Date: Tue Apr  3 19:29:49 2007
New Revision: 4979

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4979
Log:
* Improved description. Closes: #406450

Modified:
    packages/libdbd-pg-perl/trunk/debian/changelog
    packages/libdbd-pg-perl/trunk/debian/control

Modified: packages/libdbd-pg-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libdbd-pg-perl/trunk/debian/changelog?rev=4979&op=diff
==============================================================================
--- packages/libdbd-pg-perl/trunk/debian/changelog (original)
+++ packages/libdbd-pg-perl/trunk/debian/changelog Tue Apr  3 19:29:49 2007
@@ -1,3 +1,9 @@
+libdbd-pg-perl (1.49-3) UNRELEASED; urgency=low
+
+  * Improved description. Closes: #406450
+
+ -- Raphael Hertzog <hertzog at debian.org>  Tue, 03 Apr 2007 21:29:12 +0200
+
 libdbd-pg-perl (1.49-2) unstable; urgency=high
 
   * Documented in NEWS.Debian the required changes to scripts due to the use

Modified: packages/libdbd-pg-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libdbd-pg-perl/trunk/debian/control?rev=4979&op=diff
==============================================================================
--- packages/libdbd-pg-perl/trunk/debian/control (original)
+++ packages/libdbd-pg-perl/trunk/debian/control Tue Apr  3 19:29:49 2007
@@ -10,6 +10,15 @@
 Package: libdbd-pg-perl
 Architecture: any
 Depends: ${shlibs:Depends}, libdbi-perl (>= 1.38), ${perl:Depends}
-Description: a PostgreSQL interface for Perl 5 using DBI
- This is a binary Perl module that enables you to control
- a PostgreSQL database in a Perl script.
+Description: Perl DBI driver for the PostgreSQL database server
+ DBD::Pg is a Perl module that works with the DBI module to provide access
+ to PostgreSQL databases. It enables you to control a PostgreSQL database
+ in a Perl script.
+ .
+ DBI is the standard database interface module for Perl. It defines a
+ set of methods, variables and conventions that provide a consistent
+ database interface independent of the actual database being used.
+ More information about the perl DBI interface can be found on
+ http://dbi.perl.org/
+ .
+  Homepage: http://search.cpan.org/~dbdpg/




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