r22530 - in /trunk/libdbd-pg-perl/debian: changelog control copyright

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Jun 30 18:00:07 UTC 2008


Author: gregoa
Date: Mon Jun 30 18:00:06 2008
New Revision: 22530

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22530
Log:
* debian/control: replace "libversion-perl" with "perl-modules (>= 5.10) |
  libversion-perl".
* debian/copyright: remove unneeded space before colon.

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

Modified: trunk/libdbd-pg-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/debian/changelog?rev=22530&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/debian/changelog (original)
+++ trunk/libdbd-pg-perl/debian/changelog Mon Jun 30 18:00:06 2008
@@ -1,6 +1,9 @@
 libdbd-pg-perl (2.8.2-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * debian/control: replace "libversion-perl" with "perl-modules (>= 5.10) |
+    libversion-perl".
+  * debian/copyright: remove unneeded space before colon.
 
  -- gregor herrmann <gregoa at debian.org>  Mon, 30 Jun 2008 19:50:34 +0200
 

Modified: trunk/libdbd-pg-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/debian/control?rev=22530&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/debian/control (original)
+++ trunk/libdbd-pg-perl/debian/control Mon Jun 30 18:00:06 2008
@@ -13,13 +13,14 @@
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/
 Homepage: http://search.cpan.org/dist/DBD-Pg/
 Build-Depends: perl (>= 5.8.0), debhelper (>= 5), libdbi-perl (>= 1.45),
- libpq-dev (>= 8.0), libversion-perl, libtest-yaml-meta-perl,
- libperl-critic-perl, libtest-pod-perl, libtest-pod-coverage-perl
+ libpq-dev (>= 8.0), perl-modules (>= 5.10) | libversion-perl,
+ libtest-yaml-meta-perl, libperl-critic-perl, libtest-pod-perl,
+ libtest-pod-coverage-perl
 
 Package: libdbd-pg-perl
 Architecture: any
 Depends: ${shlibs:Depends}, libdbi-perl (>= 1.38), ${perl:Depends}, 
- libversion-perl
+ perl-modules (>= 5.10) | libversion-perl
 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

Modified: trunk/libdbd-pg-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/debian/copyright?rev=22530&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/debian/copyright (original)
+++ trunk/libdbd-pg-perl/debian/copyright Mon Jun 30 18:00:06 2008
@@ -1,7 +1,7 @@
 This package was debianized by Raphaël Hertzog <hertzog at debian.org> on
 Mon, 13 Sep 1999 22:56:53 +0200.
 
-It was downloaded from : http://search.cpan.org/dist/DBD-Pg/
+It was downloaded from: http://search.cpan.org/dist/DBD-Pg/
 
 Copyright:
 




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