r63414 - in /trunk/libdbd-csv-perl/debian: changelog control patches/perlpath.patch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Tue Oct 5 23:28:05 UTC 2010


Author: periapt-guest
Date: Tue Oct  5 23:27:40 2010
New Revision: 63414

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63414
Log:
* Reviewed patch
* Updated dependencies

Modified:
    trunk/libdbd-csv-perl/debian/changelog
    trunk/libdbd-csv-perl/debian/control
    trunk/libdbd-csv-perl/debian/patches/perlpath.patch

Modified: trunk/libdbd-csv-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-csv-perl/debian/changelog?rev=63414&op=diff
==============================================================================
--- trunk/libdbd-csv-perl/debian/changelog (original)
+++ trunk/libdbd-csv-perl/debian/changelog Tue Oct  5 23:27:40 2010
@@ -4,6 +4,8 @@
   * New upstream release
   * Upped standards version to 3,9.1
   * Refreshed copyright
+  * Reviewed patch
+  * Updated dependencies
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Tue, 05 Oct 2010 23:55:52 +0100
 

Modified: trunk/libdbd-csv-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-csv-perl/debian/control?rev=63414&op=diff
==============================================================================
--- trunk/libdbd-csv-perl/debian/control (original)
+++ trunk/libdbd-csv-perl/debian/control Tue Oct  5 23:27:40 2010
@@ -1,10 +1,10 @@
 Source: libdbd-csv-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50)
-Build-Depends-Indep: perl, libdbi-perl (>= 1.611), libsql-statement-perl (>= 1.27),
+Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends-Indep: perl, libdbi-perl (>= 1.613), libsql-statement-perl (>= 1.30),
  libtext-csv-xs-perl (>= 0.73), libtest-pod-perl, libtest-pod-coverage-perl,
- libtest-cpan-meta-perl
+ libtest-cpan-meta-perl. libtest-simple-perl (>= 0.90)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>, gregor herrmann <gregoa at debian.org>,
  Jonathan Yu <jawnsy at cpan.org>, Ansgar Burchardt <ansgar at 43-1.org>,
@@ -17,7 +17,7 @@
 Package: libdbd-csv-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libtext-csv-xs-perl (>= 0.73),
- libdbi-perl (>= 1.611), libsql-statement-perl (>= 1.27)
+ libdbi-perl (>= 1.613), libsql-statement-perl (>= 1.30)
 Description: DBI driver for CSV files
  DBD::CSV is a Perl DBI Driver for providing an SQL-based interface to records
  stored in Comma-Separated Value (CSV) files. Such files are frequently used

Modified: trunk/libdbd-csv-perl/debian/patches/perlpath.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-csv-perl/debian/patches/perlpath.patch?rev=63414&op=diff
==============================================================================
--- trunk/libdbd-csv-perl/debian/patches/perlpath.patch (original)
+++ trunk/libdbd-csv-perl/debian/patches/perlpath.patch Tue Oct  5 23:27:40 2010
@@ -1,7 +1,8 @@
 Description: wrong hashbang
 Forwarded: not-needed
 Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2010-05-22
+Last-Update: 2010-10-06
+Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
 
 --- a/lib/DBD/CSV.pm
 +++ b/lib/DBD/CSV.pm




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