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

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Mon Jul 19 05:59:18 UTC 2010


Author: ansgar-guest
Date: Mon Jul 19 05:59:04 2010
New Revision: 60397

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=60397
Log:
* Use perl_dbi addon for dh.
  * Bump build-dependency on libdbi-perl to >= 1.612.
* Bump Standards-Version to 3.9.0 (no changes).

Modified:
    trunk/libdbd-pg-perl/debian/changelog
    trunk/libdbd-pg-perl/debian/control
    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=60397&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/debian/changelog (original)
+++ trunk/libdbd-pg-perl/debian/changelog Mon Jul 19 05:59:04 2010
@@ -1,3 +1,11 @@
+libdbd-pg-perl (2.17.1-3) UNRELEASED; urgency=low
+
+  * Use perl_dbi addon for dh.
+    * Bump build-dependency on libdbi-perl to >= 1.612.
+  * Bump Standards-Version to 3.9.0 (no changes).
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Mon, 19 Jul 2010 14:56:03 +0900
+
 libdbd-pg-perl (2.17.1-2) unstable; urgency=low
 
   * Add dependency on perl-dbdapi-* (see #577209).

Modified: trunk/libdbd-pg-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/debian/control?rev=60397&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/debian/control (original)
+++ trunk/libdbd-pg-perl/debian/control Mon Jul 19 05:59:04 2010
@@ -3,14 +3,14 @@
 Priority: optional
 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
+ libdbi-perl (>= 1.612), 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>, Ansgar Burchardt <ansgar at 43-1.org>
-Standards-Version: 3.8.4
+Standards-Version: 3.9.0
 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/
 Homepage: http://search.cpan.org/dist/DBD-Pg/
@@ -18,7 +18,7 @@
 Package: libdbd-pg-perl
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- ${libdbi-perl:Depends}, perl (>= 5.10) | libversion-perl
+ 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/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/debian/rules?rev=60397&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/debian/rules (original)
+++ trunk/libdbd-pg-perl/debian/rules Mon Jul 19 05:59:04 2010
@@ -1,6 +1,4 @@
 #!/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,10 +7,7 @@
 export POSTGRES_LIB=$(PG_LIBDIR)
 
 %:
-	dh $@
-
-override_dh_gencontrol:
-	dh_gencontrol -- -V"libdbi-perl:Depends=libdbi-perl, $(PERL_DBDABI_DEPENDS)"
+	dh $@ --with perl_dbi
 
 override_dh_auto_test:
 	TEST_AUTHOR=1 dh_auto_test




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