On Sun, Apr 24, 2005 at 02:34:13PM +0200, Jeroen van Wolffelaar wrote: > The maintainer of libdbd-sqlite-perl asked for its removal in > #305604. Your package does build-time tests using this module, so > would fail to build once this removal is propagated.
Same thing... Diff tested and attached. Marcelo
--- - 2005-04-24 10:38:02.164617000 -0600 +++ /tmp/libdbixcontextualfetch-perl_1.02-1.1.diff.gz.12108 2005-04-24 10:38:02.159033416 -0600 @@ -9,7 +9,13 @@ +http://www.cpan.org/modules/by-authors/id/T/TM/TMTM/DBIx-ContextualFetch-(\d+\.\d+)\.tar\.gz debian uupdate --- libdbix-contextualfetch-perl-1.02.orig/debian/changelog +++ libdbix-contextualfetch-perl-1.02/debian/changelog -@@ -0,0 +1,12 @@ +@@ -0,0 +1,18 @@ ++libdbix-contextualfetch-perl (1.02-1.1) unstable; urgency=low ++ ++ * debian/control: use libdbd-sqlite3-perl (closes: bug#306128) ++ ++ -- Marcelo E. Magallon <[EMAIL PROTECTED]> Sun, 24 Apr 2005 10:05:25 -0600 ++ +libdbix-contextualfetch-perl (1.02-1) unstable; urgency=low + + * New upstream release - bug fixes for some build tests. @@ -22,6 +28,30 @@ + + -- Stephen Quinney <[EMAIL PROTECTED]> Sat, 20 Mar 2004 11:10:03 +0000 + +--- libdbix-contextualfetch-perl-1.02.orig/debian/control ++++ libdbix-contextualfetch-perl-1.02/debian/control +@@ -0,0 +1,21 @@ ++Source: libdbix-contextualfetch-perl ++Section: perl ++Priority: optional ++Maintainer: Stephen Quinney <[EMAIL PROTECTED]> ++Build-Depends-Indep: debhelper (>= 4), perl (>= 5.8.0), libdbi-perl (>= 1.35), libdbd-sqlite3-perl ++Standards-Version: 3.6.1.1 ++ ++Package: libdbix-contextualfetch-perl ++Architecture: all ++Depends: ${perl:Depends}, libdbi-perl (>= 1.35) ++Description: Add context aware fetches to DBI ++ The Perl database independent interface - DBI - does not take much ++ advantage of Perl's context sensitivity. This is the situation where ++ a Perl subroutine knows whether the caller wants a single scalar ++ value or a list of them to be returned. ++ . ++ DBIx::ContextualFetch is a sub-class of DBI which redefines some of ++ the various fetch methods to fix this oversight. It also adds a few ++ new methods for convenience (though not necessarily efficiency). Much ++ of this code was originally part of the IMA::DBI Perl module ++ (libima-dbi-perl package). --- libdbix-contextualfetch-perl-1.02.orig/debian/rules +++ libdbix-contextualfetch-perl-1.02/debian/rules @@ -0,0 +1,71 @@ @@ -96,30 +126,6 @@ + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure ---- libdbix-contextualfetch-perl-1.02.orig/debian/control -+++ libdbix-contextualfetch-perl-1.02/debian/control -@@ -0,0 +1,21 @@ -+Source: libdbix-contextualfetch-perl -+Section: perl -+Priority: optional -+Maintainer: Stephen Quinney <[EMAIL PROTECTED]> -+Build-Depends-Indep: debhelper (>= 4), perl (>= 5.8.0), libdbi-perl (>= 1.35), libdbd-sqlite-perl -+Standards-Version: 3.6.1.1 -+ -+Package: libdbix-contextualfetch-perl -+Architecture: all -+Depends: ${perl:Depends}, libdbi-perl (>= 1.35) -+Description: Add context aware fetches to DBI -+ The Perl database independent interface - DBI - does not take much -+ advantage of Perl's context sensitivity. This is the situation where -+ a Perl subroutine knows whether the caller wants a single scalar -+ value or a list of them to be returned. -+ . -+ DBIx::ContextualFetch is a sub-class of DBI which redefines some of -+ the various fetch methods to fix this oversight. It also adds a few -+ new methods for convenience (though not necessarily efficiency). Much -+ of this code was originally part of the IMA::DBI Perl module -+ (libima-dbi-perl package). --- libdbix-contextualfetch-perl-1.02.orig/debian/copyright +++ libdbix-contextualfetch-perl-1.02/debian/copyright @@ -0,0 +1,24 @@