--- sqlite.old/debian/control Wed Jul 30 13:41:03 2008 +++ /opt/emdebian/trunk/s/sqlite/trunk/sqlite-2.8.17/debian/control Wed Jul 30 13:41:03 2008 @@ -2,7 +2,7 @@ Section: devel Priority: optional Maintainer: Laszlo Boszormenyi (GCS) -Build-Depends: cdbs (>= 0.4.15), debhelper (>= 4.2.0), autoconf (>= 2.59), libtool (>= 1.5.2), automake1.9, autotools-dev, libreadline5-dev, tcl8.4-dev +Build-Depends: cdbs (>= 0.4.15), debhelper (>= 4.2.0), autoconf (>= 2.59), libtool (>= 1.5.2), automake1.9, autotools-dev, libreadline5-dev Standards-Version: 3.7.2 Package: sqlite @@ -15,18 +15,6 @@ Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. -Package: sqlite-doc -Section: doc -Architecture: all -Recommends: sqlite -Description: SQLite documentation - SQLite is a C library that implements an SQL database engine. - Programs that link with the SQLite library can have SQL database - access without running a separate RDBMS process. - . - This package contains the documentation that is also available on - the SQLite homepage. - Package: libsqlite0 Section: libs Architecture: any @@ -52,16 +40,4 @@ . This package contains the development files (headers, static libraries) -Package: libsqlite-tcl + -Conflicts: libsqlite0-tcl -Replaces: libsqlite0-tcl -Suggests: sqlite-doc -Section: interpreters -Architecture: any -Depends: ${shlibs:Depends} -Description: SQLite TCL bindings - SQLite is a C library that implements an SQL database engine. - Programs that link with the SQLite library can have SQL database - access without running a separate RDBMS process. - . - This package contains the TCL bindings.