r45882 - in /trunk/libsql-statement-perl/debian: changelog control
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Fri Oct 16 12:58:41 UTC 2009
Author: gregoa
Date: Fri Oct 16 12:58:36 2009
New Revision: 45882
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45882
Log:
WAITS-FOR: libparams-util-perl 1.00 # #537296
NOTE: builds fine with the older version but Changes says:
"Updated dependency to Params::Util to non-leaking 1.00"
Modified:
trunk/libsql-statement-perl/debian/changelog
trunk/libsql-statement-perl/debian/control
Modified: trunk/libsql-statement-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsql-statement-perl/debian/changelog?rev=45882&op=diff
==============================================================================
--- trunk/libsql-statement-perl/debian/changelog (original)
+++ trunk/libsql-statement-perl/debian/changelog Fri Oct 16 12:58:36 2009
@@ -1,4 +1,8 @@
libsql-statement-perl (1.22-1) UNRELEASED; urgency=low
+
+ WAITS-FOR: libparams-util-perl 1.00 # #537296
+ NOTE: builds fine with the older version but Changes says:
+ "Updated dependency to Params::Util to non-leaking 1.00"
[ gregor herrmann ]
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
Modified: trunk/libsql-statement-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsql-statement-perl/debian/control?rev=45882&op=diff
==============================================================================
--- trunk/libsql-statement-perl/debian/control (original)
+++ trunk/libsql-statement-perl/debian/control Fri Oct 16 12:58:36 2009
@@ -13,11 +13,12 @@
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsql-statement-perl/
Build-Depends: debhelper (>= 7.0.50)
Build-Depends-Indep: perl, libdbi-perl, libdbd-csv-perl, libclone-perl,
- libparams-util-perl
+ libparams-util-perl (>= 1.00)
Package: libsql-statement-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libclone-perl, libparams-util-perl
+Depends: ${misc:Depends}, ${perl:Depends}, libclone-perl,
+ libparams-util-perl (>= 1.00)
Recommends: libdbi-perl
Description: Perl SQL parsing and processing engine
The SQL::Statement module implements a small, abstract SQL engine. This
More information about the Pkg-perl-cvs-commits
mailing list