r56407 - in /trunk/libdbd-mysql-perl/debian: changelog control rules

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Apr 18 10:04:27 UTC 2010


Author: ansgar-guest
Date: Sun Apr 18 10:04:10 2010
New Revision: 56407

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56407
Log:
TODO: Wait for binNMUs to migrate to testing.
* Add dependency on perl-dbdapi-* (see #577209).
  + Needs build-dep on libdbi-perl (>= 1.610.90+is+1.609-1~).
* Add myself to Uploaders.

Modified:
    trunk/libdbd-mysql-perl/debian/changelog
    trunk/libdbd-mysql-perl/debian/control
    trunk/libdbd-mysql-perl/debian/rules

Modified: trunk/libdbd-mysql-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-mysql-perl/debian/changelog?rev=56407&op=diff
==============================================================================
--- trunk/libdbd-mysql-perl/debian/changelog (original)
+++ trunk/libdbd-mysql-perl/debian/changelog Sun Apr 18 10:04:10 2010
@@ -1,3 +1,13 @@
+libdbd-mysql-perl (4.013-3) UNRELEASED; urgency=low
+
+  TODO: Wait for binNMUs to migrate to testing.
+
+  * Add dependency on perl-dbdapi-* (see #577209).
+    + Needs build-dep on libdbi-perl (>= 1.610.90+is+1.609-1~).
+  * Add myself to Uploaders.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 18 Apr 2010 18:43:02 +0900
+
 libdbd-mysql-perl (4.013-2) unstable; urgency=low
 
   * Build against libdbi-perl 1.610.90-1

Modified: trunk/libdbd-mysql-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-mysql-perl/debian/control?rev=56407&op=diff
==============================================================================
--- trunk/libdbd-mysql-perl/debian/control (original)
+++ trunk/libdbd-mysql-perl/debian/control Sun Apr 18 10:04:10 2010
@@ -4,17 +4,19 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>, 
  Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
- Gunnar Wolf <gwolf at debian.org> 
+ Gunnar Wolf <gwolf at debian.org>,
+ Ansgar Burchardt <ansgar at 43-1.org>
 Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/DBD-mysql/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdbd-mysql-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdbd-mysql-perl/
 Build-Depends: perl, debhelper (>= 7.0.50~), libmysqlclient-dev,
- libdbi-perl (>= 1.610.90), zlib1g-dev (>= 1:1.1.3)
+ libdbi-perl (>= 1.610.90+is+1.609-1~), zlib1g-dev (>= 1:1.1.3)
 
 Package: libdbd-mysql-perl
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}, libdbi-perl (>= 1.610.90)
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends},
+ ${libdbi-perl:Depends}, libdbi-perl (>= 1.610.90)
 Description: Perl5 database interface to the MySQL database
  DBD::mysql implements the standard Perl5 DBI interface
  to give you access to MySQL databases.

Modified: trunk/libdbd-mysql-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-mysql-perl/debian/rules?rev=56407&op=diff
==============================================================================
--- trunk/libdbd-mysql-perl/debian/rules (original)
+++ trunk/libdbd-mysql-perl/debian/rules Sun Apr 18 10:04:10 2010
@@ -1,10 +1,15 @@
 #!/usr/bin/make -f
+
+include /usr/share/libdbi-perl/perl-dbdabi.make
 
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh $@
+
+override_dh_gencontrol:
+	dh_gencontrol -- -V"libdbi-perl:Depends=libdbi-perl, $(PERL_DBDABI_DEPENDS)"
 
 override_dh_auto_configure:
 	dh_auto_configure -- --ssl --testuser=test




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