r1688 - in packages/libdbd-sqlite3-perl/trunk: . debian

Krzysztof Krzyzaniak eloy at costa.debian.org
Sat Dec 17 19:02:56 UTC 2005


Author: eloy
Date: 2005-12-17 19:02:56 +0000 (Sat, 17 Dec 2005)
New Revision: 1688

Added:
   packages/libdbd-sqlite3-perl/trunk/debian/
   packages/libdbd-sqlite3-perl/trunk/debian/NEWS.Debian
   packages/libdbd-sqlite3-perl/trunk/debian/changelog
   packages/libdbd-sqlite3-perl/trunk/debian/compat
   packages/libdbd-sqlite3-perl/trunk/debian/control
   packages/libdbd-sqlite3-perl/trunk/debian/copyright
   packages/libdbd-sqlite3-perl/trunk/debian/libdbd-sqlite3-perl.docs
   packages/libdbd-sqlite3-perl/trunk/debian/libdbd-sqlite3-perl.install
   packages/libdbd-sqlite3-perl/trunk/debian/rules
   packages/libdbd-sqlite3-perl/trunk/debian/watch
Modified:
   packages/libdbd-sqlite3-perl/trunk/Makefile.PL
Log:
Load libdbd-sqlite3-perl-1.11 into packages/libdbd-sqlite3-perl/trunk.


Modified: packages/libdbd-sqlite3-perl/trunk/Makefile.PL
===================================================================
--- packages/libdbd-sqlite3-perl/trunk/Makefile.PL	2005-12-17 19:02:42 UTC (rev 1687)
+++ packages/libdbd-sqlite3-perl/trunk/Makefile.PL	2005-12-17 19:02:56 UTC (rev 1688)
@@ -93,7 +93,7 @@
             last if $version;
         }
     }
-    unless ($version && ($version >= 3001003)) {
+    unless ($version && (1 || $version >= 3001003)) {
         warn "SQLite version must be at least 3.1.3. No header file at that\n";
         warn "version or higher was found. Using the local version instead.\n";
         $force_local = 1;

Added: packages/libdbd-sqlite3-perl/trunk/debian/NEWS.Debian
===================================================================
--- packages/libdbd-sqlite3-perl/trunk/debian/NEWS.Debian	2005-12-17 19:02:42 UTC (rev 1687)
+++ packages/libdbd-sqlite3-perl/trunk/debian/NEWS.Debian	2005-12-17 19:02:56 UTC (rev 1688)
@@ -0,0 +1,15 @@
+This package is sqlite3 compatible!
+
+To upgrade a database, download and install both sqlite 2.x and 3.x from
+http://www.sqlite.org/ and issue:
+
+sqlite OLD.DB .dump | sqlite3 NEW.DB
+  
+DBD::SQLite will NOT automatically upgrade a database for you, and using
+this version against an old SQLite database WILL lead to database
+corruption.
+  
+You can switch to libdbd-sqlite2-perl as well if you don't want to upgrade
+your databases.
+
+-- Krzysztof Krzy¿aniak (eloy) <eloy at debian.org>, Tue Mar 15 15:40:31 2005

Added: packages/libdbd-sqlite3-perl/trunk/debian/changelog
===================================================================
--- packages/libdbd-sqlite3-perl/trunk/debian/changelog	2005-12-17 19:02:42 UTC (rev 1687)
+++ packages/libdbd-sqlite3-perl/trunk/debian/changelog	2005-12-17 19:02:56 UTC (rev 1688)
@@ -0,0 +1,185 @@
+libdbd-sqlite3-perl (1.11-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Sat, 17 Dec 2005 20:00:25 +0100
+
+libdbd-sqlite3-perl (1.09-1) unstable; urgency=low
+
+  * New upstream.
+        + fixes the "don't convert to number if it isn't a number" bug.
+          (Sorry about the delay Jonathan) (closes: bug#314232)
+  * debian/control: add build dependency on libsqlite3-dev.
+  * debian/rules: don't use the SQLite sources shipped with the package, link
+    against system's sqlite3. (closes: bug#302861)
+  * Makefile.PL, debian/control: hack arround bug in libsqlite3-dev, the
+    proper version _is_ installed, disable check in Makefile.PL.
+  * debian/control: Standards-Version: 3.6.2, noop.
+
+ -- Marcelo E. Magallon <mmagallo at debian.org>  Mon, 25 Jul 2005 09:12:39 -0600
+
+libdbd-sqlite3-perl (1.08-1) unstable; urgency=low
+
+  * ftp-master: For rationale for the name change, please read
+    <20041220105446.GK20438 at hoiho.nz.lemon-computing.com> and follow ups
+    on debian-perl,
+    <20050318143121.GA25709 at computing-services.oxford.ac.uk> and follow
+    ups on the same list.  <20050322041651.GB1652 at jacinta.casa> outlines
+    the problem and the fix.  libdbd-sqlite-perl (source, binary
+    package), libdbd-sqlite2-perl (binary) and libdbd-sqlite3-perl
+    (source, binary package) need to coexist on the archive.  This
+    package is a source rename of the already existing (in experimental)
+    libdbd-sqlite-perl.
+
+  * debian/control: changed maintainer to DPG; added Krzysztof and
+    myself as uploaders.
+  * debian/control, debian/changelog: Rename source package to
+    libdbd-sqlite3-perl
+  * debian/changelog: remove epoch, revert version to 1.08-1
+  * debian/control: declare conflicts with libdbd-sqlite-perl,
+    non-versioned.  Rationale: even if it's true that this package can
+    be installed along with some odd release of libdbd-sqlite-perl it's
+    just not worth it.
+
+ -- Marcelo E. Magallon <mmagallo at debian.org>  Tue, 22 Mar 2005 09:04:13 -0600
+
+libdbd-sqlite-perl (1:1.08-1) experimental; urgency=low
+
+  * New upstream release
+  * Package is once again sqlite3 compatible. Read NEWS.Debian for further
+    info.
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Tue, 15 Mar 2005 15:38:23 +0100
+
+libdbd-sqlite-perl (1:0.33-1) unstable; urgency=low
+
+  * New upstream release (DBD-SQLite2-0.33.tar.gz)
+  * Perl package name is changed to DBD::SQLite2. Please read README.Debian!
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Thu,  2 Dec 2004 14:24:18 +0100
+
+libdbd-sqlite-perl (1.07-1) unstable; urgency=high
+
+  * New upstream release (closes: #272470)
+  * All bugs connected with architectures other than IA should be fixed.
+    (closes: Bug#271649), (closes: Bug#271649), (closes: #264211), 
+    (closes: Bug#274227)
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Mon, 29 Nov 2004 14:56:50 +0100
+
+libdbd-sqlite-perl (0.30-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Thu, 29 Jul 2004 17:11:32 +0200
+
+libdbd-sqlite-perl (0.29-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/copyright updated to show double licences (GPL & Artistic)
+  * debian/DBD-SQLite-0.28.patch removed
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Fri,  2 Jan 2004 11:16:49 +0100
+
+libdbd-sqlite-perl (0.28-3) unstable; urgency=low
+
+  * debian/control - upgraded to Debian Policy 3.6.1 (no changes)
+  * debian/rules - patch added from Wolfgang Sourdeau <Wolfgang at Contre.COM>
+    (closes: Bug#219462)
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Mon, 10 Nov 2003 11:32:32 +0100
+
+libdbd-sqlite-perl (0.28-2) unstable; urgency=low
+
+  * debian/rules - fixed 'clean' section. Thanks goes to Wolfgang Sourdeau
+    <wolfgang at contre.com> (closes: Bug#216480)
+  * debian/rules - polished to avoid warning about nonbinary perl files in
+    /usr/lib/perl5/ directory
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Sun, 19 Oct 2003 16:38:55 +0200
+
+libdbd-sqlite-perl (0.28-1) unstable; urgency=low
+
+  * New upstream release
+  * New maintainer
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Thu, 11 Sep 2003 10:35:51 +0200
+
+libdbd-sqlite-perl (0.25-3) unstable; urgency=low
+
+  * debian/control: upgraded to Debian Policy 3.6.0 (no changes)
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sat, 26 Jul 2003 13:21:44 -0500
+
+libdbd-sqlite-perl (0.25-2) unstable; urgency=low
+
+  * rebuild against libsqlite0 v2.8.3-2 (which is now 64-bit clean) to
+    successfully pass `make test` on 64-bit architectures
+  * debian/control: updated sections according to latest archive changes:
+    - 'libdbd-sqlite-perl' from 'interpreters' to 'perl'
+  * debian/control: upgraded build dependency on 'debhelper' to '>= 4.1'
+  * debian/control: upgraded to Debian Policy 3.5.10 (no changes)
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sun, 15 Jun 2003 16:12:18 -0500
+
+libdbd-sqlite-perl (0.25-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/rules: moved debhelper compatibility level setting to
+    'debian/compat' per latest debhelper best practices
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sun,  9 Mar 2003 09:36:01 -0600
+
+libdbd-sqlite-perl (0.24-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Wed, 29 Jan 2003 15:37:32 -0600
+
+libdbd-sqlite-perl (0.23-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/rules: changed '-$(MAKE) test' into '$(MAKE) test' now that
+    upstream has fixed the Unicode tests that didn't work
+    (closes: Bug#174279)
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sat, 11 Jan 2003 19:22:35 -0600
+
+libdbd-sqlite-perl (0.22-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control: upgraded to Debian Policy 3.5.8 (no changes)
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Wed, 25 Dec 2002 10:11:13 -0600
+
+libdbd-sqlite-perl (0.20-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Thu, 17 Oct 2002 14:05:31 -0500
+
+libdbd-sqlite-perl (0.19-2) unstable; urgency=low
+
+  * Makefile.PL: changed to build against standalone SQLite engine
+    (closes: Bug#156355, Bug#156413)
+  * debian/control: updated accordingly
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sun, 29 Sep 2002 16:37:21 -0500
+
+libdbd-sqlite-perl (0.19-1) unstable; urgency=low
+
+  * New upstream release
+  * Rebuild against perl-5.8
+    (closes: Bug#158830)
+  * debian/control: changed build dependency on perl accordingly
+  * debian/copyright: added pointer to license
+    (closes: Bug#157571)
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sat, 21 Sep 2002 22:22:08 -0500
+
+libdbd-sqlite-perl (0.18-1) unstable; urgency=low
+
+  * Initial Release
+    (closes: Bug#135810)
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Tue, 23 Jul 2002 21:50:28 -0500

Added: packages/libdbd-sqlite3-perl/trunk/debian/compat
===================================================================
--- packages/libdbd-sqlite3-perl/trunk/debian/compat	2005-12-17 19:02:42 UTC (rev 1687)
+++ packages/libdbd-sqlite3-perl/trunk/debian/compat	2005-12-17 19:02:56 UTC (rev 1688)
@@ -0,0 +1 @@
+4

Added: packages/libdbd-sqlite3-perl/trunk/debian/control
===================================================================
--- packages/libdbd-sqlite3-perl/trunk/debian/control	2005-12-17 19:02:42 UTC (rev 1687)
+++ packages/libdbd-sqlite3-perl/trunk/debian/control	2005-12-17 19:02:56 UTC (rev 1688)
@@ -0,0 +1,35 @@
+Source: libdbd-sqlite3-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, Marcelo E. Magallon <mmagallo at debian.org>
+Standards-Version: 3.6.2
+Build-Depends: debhelper (>= 4.1), perl (>= 5.8), libdbi-perl (>= 1.03), libsqlite3-dev (>> 3.1.3)
+
+Package: libdbd-sqlite3-perl
+Section: perl
+Priority: optional
+Architecture: any
+Depends: ${perl:Depends}, libdbi-perl (>= 1.03), ${shlibs:Depends}
+Conflicts: libdbd-sqlite-perl
+Description: Perl DBI driver with a self-contained RDBMS
+ This module embeds a small fast embedded SQL database engine called
+ SQLite into a DBI driver, if you want a relational database for your
+ project, but don't want to install a large RDBMS system like MySQL or
+ PostgreSQL, then DBD::SQLite may be just what you need.
+ .
+ SQLite supports the following features:
+ .
+  * Implements a large subset of SQL92
+    See http://www.hwaci.com/sw/sqlite/lang.html for details.
+ .
+  * A complete DB in a single disk file
+    Everything for your database is stored in a single disk file, making it
+    easier to move things around than with DBD::CSV.
+ .
+  * Atomic commit and rollback
+ .
+ The engine is very fast, but for updates/inserts/dml it does perform
+ a global lock on the entire database.  This, obviously, might not be
+ good for multiple user systems.  So beware.  The database also
+ appears to be significantly faster if your transactions are coarse.

Added: packages/libdbd-sqlite3-perl/trunk/debian/copyright
===================================================================
--- packages/libdbd-sqlite3-perl/trunk/debian/copyright	2005-12-17 19:02:42 UTC (rev 1687)
+++ packages/libdbd-sqlite3-perl/trunk/debian/copyright	2005-12-17 19:02:56 UTC (rev 1688)
@@ -0,0 +1,24 @@
+This package was debianized by Ardo van Rangelrooij <ardo at debian.org>
+on Tue, 23 Jul, 2002, 20:45:23 -0500.
+
+It was downloaded from the Comprehensive Perl Archive Network (CPAN).
+Visit <http://www.cpan.org/> to find a CPAN site near you.
+
+Upstream Authors: Matt Sergeant <matt at sergeant.org>
+
+Copyright:
+
+Copyright (c) 2002 Matt Sergeant. All rights reserved.
+
+This library is free software; you can redistribute it and/or modify
+it under the terms of either:
+       
+   a) the GNU General Public License as published by the Free Software
+      Foundation; either version 1, or (at your option) any later
+      version, or
+			 
+   b) the "Artistic License" which comes with Perl.
+			     
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in /usr/share/common-licenses/GPL' and
+the Artistic Licence in /usr/share/common-licenses/Artistic'.

Added: packages/libdbd-sqlite3-perl/trunk/debian/libdbd-sqlite3-perl.docs
===================================================================
--- packages/libdbd-sqlite3-perl/trunk/debian/libdbd-sqlite3-perl.docs	2005-12-17 19:02:42 UTC (rev 1687)
+++ packages/libdbd-sqlite3-perl/trunk/debian/libdbd-sqlite3-perl.docs	2005-12-17 19:02:56 UTC (rev 1688)
@@ -0,0 +1 @@
+README

Added: packages/libdbd-sqlite3-perl/trunk/debian/libdbd-sqlite3-perl.install
===================================================================
--- packages/libdbd-sqlite3-perl/trunk/debian/libdbd-sqlite3-perl.install	2005-12-17 19:02:42 UTC (rev 1687)
+++ packages/libdbd-sqlite3-perl/trunk/debian/libdbd-sqlite3-perl.install	2005-12-17 19:02:56 UTC (rev 1688)
@@ -0,0 +1,2 @@
+usr/lib
+usr/share/man

Added: packages/libdbd-sqlite3-perl/trunk/debian/rules
===================================================================
--- packages/libdbd-sqlite3-perl/trunk/debian/rules	2005-12-17 19:02:42 UTC (rev 1687)
+++ packages/libdbd-sqlite3-perl/trunk/debian/rules	2005-12-17 19:02:56 UTC (rev 1688)
@@ -0,0 +1,66 @@
+#!/usr/bin/make -f
+## ----------------------------------------------------------------------
+## debian/rules : package script for libdbd-sqlite3-perl
+## ----------------------------------------------------------------------
+
+## ----------------------------------------------------------------------
+## uncomment this to turn on verbose mode
+#export DH_VERBOSE=1
+
+## ----------------------------------------------------------------------
+b := $(shell pwd)/debian/libdbd-sqlite3-perl
+
+## ----------------------------------------------------------------------
+## targets
+
+clean:
+		dh_testdir
+		dh_testroot
+		[ ! -f Makefile ] || $(MAKE) realclean
+		dh_clean
+		-rm -rf output
+		-rm -rf junk
+		rm -f build-stamp install-stamp
+
+build:		build-stamp
+build-stamp:
+		dh_testdir
+		perl Makefile.PL INSTALLDIRS=vendor USE_LOCAL_SQLITE=0
+		mkdir -p junk/
+		$(MAKE)
+		$(MAKE) test
+		touch build-stamp
+
+install:	install-stamp
+install-stamp:	build
+		dh_testdir
+		dh_testroot
+		dh_clean -k
+		dh_installdirs
+		$(MAKE) install PREFIX=$(b)/usr
+		mv $(b)/usr/lib/perl5/DBD/ $(b)/usr/share/perl5/
+		touch install-stamp
+
+binary-indep:
+
+binary-arch:	build install
+		dh_testdir
+		dh_testroot
+		dh_installdocs
+		dh_installchangelogs Changes
+		dh_installdebconf
+		dh_strip
+		dh_compress
+		dh_fixperms
+		dh_installdeb
+		dh_shlibdeps
+		dh_perl
+		dh_gencontrol
+		dh_md5sums
+		dh_builddeb
+
+binary:		binary-indep binary-arch
+
+.PHONY:		clean build install binary-indep binary-arch binary
+
+## ----------------------------------------------------------------------


Property changes on: packages/libdbd-sqlite3-perl/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/libdbd-sqlite3-perl/trunk/debian/watch
===================================================================
--- packages/libdbd-sqlite3-perl/trunk/debian/watch	2005-12-17 19:02:42 UTC (rev 1687)
+++ packages/libdbd-sqlite3-perl/trunk/debian/watch	2005-12-17 19:02:56 UTC (rev 1688)
@@ -0,0 +1,2 @@
+version=3
+ftp://ftp.icm.edu.pl/mirrors/ftp.cpan.org/pub/CPAN/modules/by-module/DBD/DBD-SQLite-([\.\d]+).tar.gz




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