sqlite3 3.7.9-1ubuntu1 source package in Ubuntu

Changelog

sqlite3 (3.7.9-1ubuntu1) precise; urgency=low

  * Resynchronise with Debian.  Remaining changes:
    - Build for multiarch.

sqlite3 (3.7.9-1) unstable; urgency=low

  * New upstream release, refresh patches.
  * Update symbols file (closes: #642584).
  * Update manpage (closes: #642807).

  [ Colin Watson <email address hidden> ]
  * Make sure to build lemon when cross-compiling (closes: #643285).

sqlite3 (3.7.8-1) unstable; urgency=low

  * New upstream release, remove 31-like-fix.patch as it contains that fix.
  * Force sqlite3 to depend on the same libsqlite3-0 binary version
    (closes: #640205).
 -- Colin Watson <email address hidden>   Mon, 07 Nov 2011 12:39:27 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
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.7.9.orig-www.tar.gz 2.4 MiB 0722b5986996f55d36764536f0ff5eaea3c1195b628f99ac663f245264f0db6b
sqlite3_3.7.9.orig.tar.gz 3.8 MiB 41b334d3507500b63e3d4eb59a2e91864df938c8a46372a0232ff7c52d836e9e
sqlite3_3.7.9-1ubuntu1.debian.tar.gz 16.5 KiB 1b7852298ac0ee5c7a4d981183ae8dc917e20adb60d290db68709bd047173500
sqlite3_3.7.9-1ubuntu1.dsc 2.5 KiB 67ca5c94879873a44d08c08760355a79a5f9b03ea6699241a626bd973ffa983d

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.