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

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Apr 18 09:09:09 UTC 2010


Author: ansgar-guest
Date: Sun Apr 18 09:08:49 2010
New Revision: 56402

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56402
Log:
* Add dependency on perl-dbdapi-* (see #577209).
  + Needs build-dep on libdbi-perl (>= 1.610.90+is+1.609-1~).
* debian/copyright: Minor changes for current DEP-5 proposal.
* Add myself to Uploaders.

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

Modified: trunk/libdbd-pg-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/debian/changelog?rev=56402&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/debian/changelog (original)
+++ trunk/libdbd-pg-perl/debian/changelog Sun Apr 18 09:08:49 2010
@@ -1,3 +1,12 @@
+libdbd-pg-perl (2.17.1-2) unstable; urgency=low
+
+  * Add dependency on perl-dbdapi-* (see #577209).
+    + Needs build-dep on libdbi-perl (>= 1.610.90+is+1.609-1~).
+  * debian/copyright: Minor changes for current DEP-5 proposal.
+  * Add myself to Uploaders.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 18 Apr 2010 17:50:59 +0900
+
 libdbd-pg-perl (2.17.1-1) unstable; urgency=low
 
   [ Jonathan Yu ]

Modified: trunk/libdbd-pg-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/debian/control?rev=56402&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/debian/control (original)
+++ trunk/libdbd-pg-perl/debian/control Sun Apr 18 09:08:49 2010
@@ -1,15 +1,15 @@
 Source: libdbd-pg-perl
 Section: perl
 Priority: optional
-Build-Depends: perl, debhelper (>= 7.0.50), libtest-yaml-meta-perl,
- perl (>= 5.10) | libversion-perl, libtest-pod-coverage-perl, libdbi-perl,
- libpq-dev (>= 8.0), libtest-pod-perl
+Build-Depends: perl, debhelper (>= 7.0.50~), libtest-yaml-meta-perl,
+ perl (>= 5.10) | libversion-perl, libtest-pod-coverage-perl,
+ libdbi-perl (>= 1.610.90+is+1.609-1~), libpq-dev (>= 8.0), libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ivan Kohler <ivan-debian at 420.am>, Gunnar Wolf <gwolf at debian.org>,
  Damyan Ivanov <dmn at debian.org>, Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
  gregor herrmann <gregoa at debian.org>,
  Martín Ferrari <tincho at debian.org>, Ryan Niebur <ryan at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>
+ Jonathan Yu <jawnsy at cpan.org>, Ansgar Burchardt <ansgar at 43-1.org>
 Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdbd-pg-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdbd-pg-perl/
@@ -18,7 +18,7 @@
 Package: libdbd-pg-perl
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- libdbi-perl, perl (>= 5.10) | libversion-perl
+ ${libdbi-perl:Depends}, perl (>= 5.10) | libversion-perl
 Description: Perl DBI driver for the PostgreSQL database server
  DBD::Pg is a Perl DBI Database Driver module that works with the DBI module to
  provide access to PostgreSQL databases. It enables you to control a PostgreSQL

Modified: trunk/libdbd-pg-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/debian/copyright?rev=56402&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/debian/copyright (original)
+++ trunk/libdbd-pg-perl/debian/copyright Sun Apr 18 09:08:49 2010
@@ -1,9 +1,8 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
 Maintainer: Greg Sabino Mullane <greg at turnstep.com>
 Source: http://search.cpan.org/dist/DBD-Pg/
 Name: DBD-Pg
 
-Files: *
 Copyright: 2002-2010, Greg Sabino Mullane <greg at turnstep.com>
  2002, Jeffrey W. Baker <jwbaker at acm.org>
  1997-2001, Edmund Mergl <E.Mergl at bawue.de>
@@ -33,7 +32,6 @@
 License: Artistic
  This program is free software; you can redistribute it and/or modify
  it under the terms of the Artistic License, which comes with Perl.
- .
  On Debian GNU/Linux systems, the complete text of the Artistic License
  can be found in `/usr/share/common-licenses/Artistic'
 
@@ -42,7 +40,5 @@
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 1, or (at your option)
  any later version.
- .
  On Debian GNU/Linux systems, the complete text of the GNU General
  Public License can be found in `/usr/share/common-licenses/GPL'
-

Modified: trunk/libdbd-pg-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/debian/rules?rev=56402&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/debian/rules (original)
+++ trunk/libdbd-pg-perl/debian/rules Sun Apr 18 09:08:49 2010
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
+
+include /usr/share/libdbi-perl/perl-dbdabi.make
 
 PG_INCLUDEDIR = $(shell pg_config --includedir)
 PG_LIBDIR = $(shell pg_config --libdir)
@@ -9,5 +11,8 @@
 %:
 	dh $@
 
+override_dh_gencontrol:
+	dh_gencontrol -- -V"libdbi-perl:Depends=libdbi-perl, $(PERL_DBDABI_DEPENDS)"
+
 override_dh_auto_test:
 	TEST_AUTHOR=1 dh_auto_test




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