r56411 - in /trunk/libdbd-odbc-perl/debian: changelog control copyright rules

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


Author: ansgar-guest
Date: Sun Apr 18 10:29:57 2010
New Revision: 56411

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56411
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~).
* debian/copyright: Minor changes for current DEP-5 proposal.
* Bump Standards-Version to 3.8.4.
* Add myself to Uploaders.

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

Modified: trunk/libdbd-odbc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-odbc-perl/debian/changelog?rev=56411&op=diff
==============================================================================
--- trunk/libdbd-odbc-perl/debian/changelog (original)
+++ trunk/libdbd-odbc-perl/debian/changelog Sun Apr 18 10:29:57 2010
@@ -1,3 +1,15 @@
+libdbd-odbc-perl (1.23-2) 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~).
+  * debian/copyright: Minor changes for current DEP-5 proposal.
+  * Bump Standards-Version to 3.8.4.
+  * Add myself to Uploaders.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 18 Apr 2010 19:26:38 +0900
+
 libdbd-odbc-perl (1.23-1) unstable; urgency=low
 
   [ Jonathan Yu ]

Modified: trunk/libdbd-odbc-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-odbc-perl/debian/control?rev=56411&op=diff
==============================================================================
--- trunk/libdbd-odbc-perl/debian/control (original)
+++ trunk/libdbd-odbc-perl/debian/control Sun Apr 18 10:29:57 2010
@@ -1,19 +1,21 @@
 Source: libdbd-odbc-perl
 Section: perl
 Priority: optional
-Build-Depends: perl, debhelper (>= 7.0.50), libdbi-perl, unixodbc-dev
+Build-Depends: perl, debhelper (>= 7.0.50~),
+ libdbi-perl (>= 1.610.90+is+1.609-1~), unixodbc-dev
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Carlo Segre <segre at debian.org>, gregor herrmann <gregoa at debian.org>,
  Gunnar Wolf <gwolf at debian.org>, Brian Cassidy <brian.cassidy at gmail.com>,
- Jonathan Yu <jawnsy at cpan.org>
-Standards-Version: 3.8.3
+ Jonathan Yu <jawnsy at cpan.org>, Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/DBD-ODBC/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdbd-odbc-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdbd-odbc-perl/
 
 Package: libdbd-odbc-perl
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}, libdbi-perl
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends},
+ ${libdbi-perl:Depends}
 Description: Perl Database Driver implementing ODBC for DBI
  DBD::ODBC allows DBI to connect to any server complying with the ODBC (Open
  DataBase Connectivity) standard. This provides access to various platforms

Modified: trunk/libdbd-odbc-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-odbc-perl/debian/copyright?rev=56411&op=diff
==============================================================================
--- trunk/libdbd-odbc-perl/debian/copyright (original)
+++ trunk/libdbd-odbc-perl/debian/copyright Sun Apr 18 10:29:57 2010
@@ -1,17 +1,14 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Tim Bunce, Jeff Urlwin, Martin J. Evans <mjevans at cpan.org>
-Upstream-Source: http://search.cpan.org/dist/DBD-ODBC/
-Upstream-Name: DBD-ODBC
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Tim Bunce, Jeff Urlwin, Martin J. Evans <mjevans at cpan.org>
+Source: http://search.cpan.org/dist/DBD-ODBC/
+Name: DBD-ODBC
 
-Files: *
 Copyright:
  Copyright (c) 1994,1995,1996,1997,1998  Tim Bunce
  portions Copyright (c) 1997,1998,1999,2000,2001,2002 Jeff Urlwin
  portions Copyright (c) 1997  Thomas K. Wenrich
  portions Copyright (c) 2007-2009 Martin J. Evans
-License-Alias: Perl
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 Files: ConvertUTF.*
 Copyright: 2001-2004 Unicode, Inc.
@@ -41,10 +38,10 @@
  the target buffer.
 
 Files: debian/*
-Copyright: 
+Copyright:
  2000-2004, Dirk Eddelbuettel <edd at debian.org>
  2004-2009, various members of the Debian Perl Group, cf. debian/changelog
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 License: Artistic
     This program is free software; you can redistribute it and/or modify

Modified: trunk/libdbd-odbc-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-odbc-perl/debian/rules?rev=56411&op=diff
==============================================================================
--- trunk/libdbd-odbc-perl/debian/rules (original)
+++ trunk/libdbd-odbc-perl/debian/rules Sun Apr 18 10:29:57 2010
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
+
+include /usr/share/libdbi-perl/perl-dbdabi.make
 
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
@@ -28,7 +30,6 @@
 override_dh_auto_test:
 	# To run tests, use 'debian/rules test'
 
-
 override_dh_installexamples:
 	dh_installexamples
 	sed -i '1s|^#!perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/libdbd-odbc-perl/examples/*
@@ -38,3 +39,6 @@
 override_dh_fixperms:
 	dh_fixperms
 	chmod 644 $(TMP)/usr/share/doc/libdbd-odbc-perl/examples/*
+
+override_dh_gencontrol:
+	dh_gencontrol -- -V"libdbi-perl:Depends=libdbi-perl, $(PERL_DBDABI_DEPENDS)"




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