Package: libsqlite3-tcl
Version: 3.3.7-1
Followup-For: Bug #361412

The version mentioned in pkgIndex.tcl must match exactly what's used
in src/tclsqlite.c.  That appears to resolve to what's called RELEASE
in Makefile, so I suggest the following patch to Makefile.in (to call
tclinstaller.tcl with the correct version).  That appears not to be
the one that's actually in the packages, so I fear debian/pkgIndex.tcl
needs to be patched, too, but it probably makes sense to change
Makefile.in, too.

Index: sqlite3-3.3.7/Makefile.in
===================================================================
--- sqlite3-3.3.7.orig/Makefile.in      2006-08-07 12:31:06.000000000 +0100
+++ sqlite3-3.3.7/Makefile.in   2006-09-07 22:42:26.000000000 +0100
@@ -650,7 +650,7 @@
        $(INSTALL) -m 0644 sqlite3.pc $(DESTDIR)$(libdir)/pkgconfig; 
 
 tcl_install:   libtclsqlite3.la
-       tclsh $(TOP)/tclinstaller.tcl $(VERSION)
+       tclsh $(TOP)/tclinstaller.tcl $(RELEASE)
 
 clean: 
        rm -f *.lo *.la *.o sqlite3$(TEXE) libsqlite3.la
Index: sqlite3-3.3.7/debian/pkgIndex.tcl
===================================================================
--- sqlite3-3.3.7.orig/debian/pkgIndex.tcl      2006-09-07 22:42:33.000000000 
+0100
+++ sqlite3-3.3.7/debian/pkgIndex.tcl   2006-09-07 22:42:39.000000000 +0100
@@ -1 +1 @@
-package ifneeded sqlite3 3.3 [list load [file join $dir libtclsqlite3.so.0] 
sqlite3]
+package ifneeded sqlite3 3.3.7 [list load [file join $dir libtclsqlite3.so.0] 
sqlite3]


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-3
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libsqlite3-tcl depends on:
ii  libc6                        2.3.6.ds1-4 GNU C Library: Shared libraries

libsqlite3-tcl recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to