sqlite3 3.8.0.2-1ubuntu1 source package in Ubuntu

Changelog

sqlite3 (3.8.0.2-1ubuntu1) trusty; urgency=low

  * Resynchronise with Debian (LP: #1224630).  Remaining changes:
    - Configure for the Tcl 8.5 multiarch installation.
    - Fix the cross-build locations.

sqlite3 (3.8.0.2-1) unstable; urgency=low

  * New upstream release.
  * Build with hardening enabled.
  * Update watch file.

sqlite3 (3.8.0.1-1) unstable; urgency=low

  * New upstream release.
  * Update patches to apply clean.
  * Increase SQLITE_MAX_VARIABLE_NUMBER compile time variable to 250000
    (closes: #717900).

  [ Colin Watson <email address hidden> ]
  * Use dh_autotools-dev, bringing config.guess and config.sub up to date
    enough to handle arm64 (closes: #712037).

  [ Eleanor Chen <email address hidden> ]
  * Don't generate pkgIndex.tcl on cross builds (closes: #720713).
 -- Colin Watson <email address hidden>   Mon, 21 Oct 2013 14:18:38 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
sqlite3_3.8.0.2.orig-www.tar.gz 3.2 MiB 3f2c715880021de07f2a84ea66b0d3d2952228eb94ed3629ca25fc3bd9bb37f5
sqlite3_3.8.0.2.orig.tar.gz 4.4 MiB b75e9ed44344254be0776f0cb29ece0c4bb845fb05c1a5ea28ef8f0f60535cb3
sqlite3_3.8.0.2-1ubuntu1.debian.tar.gz 18.8 KiB 636dca7b4b5b7fd5906e7e420f8c32eab7271a94fa8cbd60d9f0a0f3c4fa228c
sqlite3_3.8.0.2-1ubuntu1.dsc 2.5 KiB 77f0a15d23da3900529ef5a0360b58710e35bc9e46f3b43ae62bbd954ee2624d

Available diffs

View changes file

Binary packages built by this source

lemon: LALR(1) Parser Generator for C or C++

 Lemon is an LALR(1) parser generator for C or C++. It does the same
 job as bison and yacc. But lemon is not another bison or yacc
 clone. It uses a different grammar syntax which is designed to reduce
 the number of coding errors. Lemon also uses a more sophisticated
 parsing engine that is faster than yacc and bison and which is both
 reentrant and thread-safe. Furthermore, Lemon implements features
 that can be used to eliminate resource leaks, making is suitable for
 use in long-running programs such as graphical user interfaces or
 embedded controllers.

libsqlite3-0: SQLite 3 shared library

 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.

libsqlite3-0-dbg: SQLite 3 debugging symbols

 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 debugging symbols for the libraries.

libsqlite3-dev: SQLite 3 development files

 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 development files (headers, static libraries)

libsqlite3-tcl: SQLite 3 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.

sqlite3: Command line interface for SQLite 3

 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.

sqlite3-doc: SQLite 3 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.