r56403 - in /trunk/libdbd-sqlite3-perl/debian: README.source changelog control copyright patches/fix-pod-spelling.patch rules source/ source/format

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


Author: ansgar-guest
Date: Sun Apr 18 09:16:12 2010
New Revision: 56403

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56403
Log:
* Add dependency on perl-dbdapi-* (see #577209).
  + Needs build-dep on libdbi-perl (>= 1.610.90+is+1.609-1~).
* Use source format 3.0 (quilt); drop README.source and quilt framework.
* debian/copyright: Minor formatting changes for current DEP-5 proposal.
* Fix an additional spelling error.
  + updated patch: fix-pod-spelling.patch
* Bump Standards-Version to 3.8.4.
* Add myself to Uploaders.

Added:
    trunk/libdbd-sqlite3-perl/debian/source/
    trunk/libdbd-sqlite3-perl/debian/source/format
Removed:
    trunk/libdbd-sqlite3-perl/debian/README.source
Modified:
    trunk/libdbd-sqlite3-perl/debian/changelog
    trunk/libdbd-sqlite3-perl/debian/control
    trunk/libdbd-sqlite3-perl/debian/copyright
    trunk/libdbd-sqlite3-perl/debian/patches/fix-pod-spelling.patch
    trunk/libdbd-sqlite3-perl/debian/rules

Modified: trunk/libdbd-sqlite3-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-sqlite3-perl/debian/changelog?rev=56403&op=diff
==============================================================================
--- trunk/libdbd-sqlite3-perl/debian/changelog (original)
+++ trunk/libdbd-sqlite3-perl/debian/changelog Sun Apr 18 09:16:12 2010
@@ -1,3 +1,16 @@
+libdbd-sqlite3-perl (1.29-2) unstable; urgency=low
+
+  * Add dependency on perl-dbdapi-* (see #577209).
+    + Needs build-dep on libdbi-perl (>= 1.610.90+is+1.609-1~).
+  * Use source format 3.0 (quilt); drop README.source and quilt framework.
+  * debian/copyright: Minor formatting changes for current DEP-5 proposal.
+  * Fix an additional spelling error.
+    + updated patch: fix-pod-spelling.patch
+  * Bump Standards-Version to 3.8.4.
+  * Add myself to Uploaders.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 18 Apr 2010 18:05:08 +0900
+
 libdbd-sqlite3-perl (1.29-1) unstable; urgency=low
 
   [ Jonathan Yu ]

Modified: trunk/libdbd-sqlite3-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-sqlite3-perl/debian/control?rev=56403&op=diff
==============================================================================
--- trunk/libdbd-sqlite3-perl/debian/control (original)
+++ trunk/libdbd-sqlite3-perl/debian/control Sun Apr 18 09:16:12 2010
@@ -1,7 +1,8 @@
 Source: libdbd-sqlite3-perl
 Section: perl
 Priority: optional
-Build-Depends: perl, debhelper (>= 7.0.50~), quilt (>= 0.46-7), libdbi-perl,
+Build-Depends: perl, debhelper (>= 7.0.50~),
+ libdbi-perl (>= 1.610.90+is+1.609-1~),
  libsqlite3-dev (>> 3.6.0), perl (>= 5.10.1) | libpod-simple-perl (>= 3.07),
  libperl-minimumversion-perl, libtest-cpan-meta-perl,
  libtest-minimumversion-perl, libtest-pod-perl (>= 1.26)
@@ -10,16 +11,16 @@
  Niko Tyni <ntyni at debian.org>, gregor herrmann <gregoa at debian.org>,
  Maximilian Gass <mxey at cloudconnected.org>,
  Gunnar Wolf <gwolf at debian.org>, Ryan Niebur <ryan at debian.org>,
- 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-SQLite/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdbd-sqlite3-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdbd-sqlite3-perl/
 
 Package: libdbd-sqlite3-perl
 Architecture: any
-Depends: ${perl:Depends}, libdbi-perl, ${shlibs:Depends},
- ${misc:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
+ ${libdbi-perl:Depends}
 Conflicts: libdbd-sqlite-perl
 Description: Perl DBI driver with a self-contained RDBMS
  DBD::SQLite is a Perl DBI driver with a self-contained relational database

Modified: trunk/libdbd-sqlite3-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-sqlite3-perl/debian/copyright?rev=56403&op=diff
==============================================================================
--- trunk/libdbd-sqlite3-perl/debian/copyright (original)
+++ trunk/libdbd-sqlite3-perl/debian/copyright Sun Apr 18 09:16:12 2010
@@ -1,17 +1,14 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Adam Kennedy <adamk at cpan.org>
-Upstream-Source: http://search.cpan.org/dist/DBD-SQLite/
-Upstream-Name: DBD-SQLite
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Adam Kennedy <adamk at cpan.org>
+Source: http://search.cpan.org/dist/DBD-SQLite/
+Name: DBD-SQLite
 
-Files: *
 Copyright: 2002 - 2007 Matt Sergeant
  Some parts copyright 2008 Francis J. Lacoste and Wolfgang Sourdeau.
  Some parts copyright 2008 - 2010 Adam Kennedy.
  Some parts derived from DBD::SQLite::Amalgamation copyright 2008 Audrey
  Tang.
-License-Alias: Perl
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 Files: ./[a-z]*.c, ./[a-z]*.h
  (= sqlite library)
@@ -27,8 +24,7 @@
 Copyright: 2004-2009, Marcus Holland-Moritz <mhx-cpan at gmx.net>
  2001, Paul Marquess <pmqs at cpan.org> (Version 2.x)
  1999, Kenneth Albanowski <kjahds at kjahds.com> (Version 1.x)
-License-Alias: Perl
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2009-2010, Jonathan Yu <jawnsy at cpan.org>
@@ -40,7 +36,7 @@
  2006, Andreas Barth <aba at not.so.argh.org>
  2005, Marcelo E. Magallon <mmagallo at debian.org>
  2002-2003, Ardo van Rangelrooij <ardo at debian.org>
-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-sqlite3-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-sqlite3-perl/debian/patches/fix-pod-spelling.patch?rev=56403&op=diff
==============================================================================
--- trunk/libdbd-sqlite3-perl/debian/patches/fix-pod-spelling.patch (original)
+++ trunk/libdbd-sqlite3-perl/debian/patches/fix-pod-spelling.patch Sun Apr 18 09:16:12 2010
@@ -1,9 +1,10 @@
 Description: fix POD spelling
 Author: Jonathan Yu <jawnsy at cpan.org>
+Author: Ansgar Burchardt <ansgar at 43-1.org>
 Origin: vendor
 Forwarded: no
---- a/lib/DBD/SQLite.pm
-+++ b/lib/DBD/SQLite.pm
+--- libdbd-sqlite3-perl.orig/lib/DBD/SQLite.pm
++++ libdbd-sqlite3-perl/lib/DBD/SQLite.pm
 @@ -914,7 +914,7 @@
  Returns all tables and schemas (databases) as specified in L<DBI/table_info>.
  The schema and table arguments will do a C<LIKE> search. You can specify an
@@ -22,6 +23,15 @@
  query. The method's parameters are:
  
  =over
+@@ -1010,7 +1010,7 @@
+ 
+   SELECT * from table WHERE column REGEXP '(?i:\bA\w+)'
+ 
+-The default REGEXP implementation can be overriden through the
++The default REGEXP implementation can be overridden through the
+ C<create_function> API described above.
+ 
+ Note that regexp matching will B<not> use SQLite indices, but will iterate
 @@ -1018,7 +1018,7 @@
  
  =head2 $dbh->sqlite_create_collation( $name, $code_ref )
@@ -31,8 +41,8 @@
  query as a COLLATE option for sorting. Such functions can also be registered
  automatically on demand: see section L</"COLLATION FUNCTIONS"> below.
  
---- a/lib/DBD/SQLite/Cookbook.pod
-+++ b/lib/DBD/SQLite/Cookbook.pod
+--- libdbd-sqlite3-perl.orig/lib/DBD/SQLite/Cookbook.pod
++++ libdbd-sqlite3-perl/lib/DBD/SQLite/Cookbook.pod
 @@ -149,7 +149,7 @@
  =head1 TO DO
  

Modified: trunk/libdbd-sqlite3-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-sqlite3-perl/debian/rules?rev=56403&op=diff
==============================================================================
--- trunk/libdbd-sqlite3-perl/debian/rules (original)
+++ trunk/libdbd-sqlite3-perl/debian/rules Sun Apr 18 09:16:12 2010
@@ -1,7 +1,12 @@
 #!/usr/bin/make -f
 
+include /usr/share/libdbi-perl/perl-dbdabi.make
+
 %:
-	dh --with quilt $@
+	dh $@
+
+override_dh_gencontrol:
+	dh_gencontrol -- -V"libdbi-perl:Depends=libdbi-perl, $(PERL_DBDABI_DEPENDS)"
 
 override_dh_auto_test:
 	RELEASE_TESTING=1 dh_auto_test

Added: trunk/libdbd-sqlite3-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-sqlite3-perl/debian/source/format?rev=56403&op=file
==============================================================================
--- trunk/libdbd-sqlite3-perl/debian/source/format (added)
+++ trunk/libdbd-sqlite3-perl/debian/source/format Sun Apr 18 09:16:12 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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