sqlite3 3.8.5-2ubuntu1 source package in Ubuntu RTM

Changelog

sqlite3 (3.8.5-2ubuntu1) utopic; urgency=medium

  * Merge with Debian; remaining changes:
    - Fix i386 cross builds.

sqlite3 (3.8.5-2) unstable; urgency=low

  * Fix FTBFS on x86 architectures (closes: #751878).

sqlite3 (3.8.5-1) unstable; urgency=low

  * New upstream release, adjust patches.
  * Correct multi-arch paths (closes: #738507).

sqlite3 (3.8.4.3-3) unstable; urgency=medium

  * Add upstream fix of Nautilus crash as 40-sqlite-bug1075889.patch
    (closes: #746521).

sqlite3 (3.8.4.3-2) unstable; urgency=low

  * Make lemon look for the packaged lempar.c and make it working again
    (closes: #576272).

sqlite3 (3.8.4.3-1) unstable; urgency=low

  * New upstream release.

sqlite3 (3.8.4.1-1) unstable; urgency=low

  * New upstream release.

sqlite3 (3.8.3.1-1) unstable; urgency=low

  * New upstream release.

sqlite3 (3.8.3-1) unstable; urgency=low

  * New upstream release.
  * Disable 02-lemon-snprintf.patch , upstream completely reworked sprintf
    variants.
  * Remove 11-update-manpage.patch , upstream merged it.
  * Update Standards-Version to 3.9.5 .
  * Sync with Ubuntu.

  [ Matthias Klose <email address hidden> ]
  * Build for Tcl 8.6.
  * Build using dh-autoreconf and autotools-dev.
 -- Matthias Klose <email address hidden>   Thu, 26 Jun 2014 12:36:24 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Utopic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
14.09-factory release main misc
14.09 release main misc

Downloads

File Size SHA-256 Checksum
sqlite3_3.8.5.orig-www.tar.bz2 3.0 MiB ab5f051b595f20cd10b303c4e92e6262d46bfd2d1811c24a4695390b6465df0e
sqlite3_3.8.5.orig.tar.bz2 3.8 MiB 26c2fb332fea120b5814aff71bee65a9bc396c0e5cd9d3b5a8d0553946b709af
sqlite3_3.8.5-2ubuntu1.debian.tar.xz 15.9 KiB 70ac4c39f97ed500a42ac00dd8d4e2a32c0d2c26be00a407a136313485ea7ff4
sqlite3_3.8.5-2ubuntu1.dsc 1.9 KiB 0c1b48cb9da1558c8a1b9d8a5603e2d9f5f953e2ff9b18a48c92063fe8527b01

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.