sqlite3 3.7.17-1ubuntu1 source package in Ubuntu

Changelog

sqlite3 (3.7.17-1ubuntu1) saucy; urgency=low

  * Resynchronise with Debian.  Remaining changes:
    - Configure for the Tcl 8.5 multiarch installation.
    - Fix the cross-build locations.
    - Use dh_autotools-dev, bringing config.guess and config.sub up to date
      enough to handle arm64.

sqlite3 (3.7.17-1) unstable; urgency=medium

  * New upstream release. Urgency due to fix a potential database corruption.
  * Update patches to apply clean.
 -- Colin Watson <email address hidden>   Thu, 20 Jun 2013 15:17:58 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
sqlite3_3.7.17.orig-www.tar.gz 3.2 MiB 50aa926e7a08c8fb10f04d598776b12a2692d29ce7e07f82d4d3230c0a42cffa
sqlite3_3.7.17.orig.tar.gz 4.2 MiB cd610989c6a08240c1d39f1301eec8da5cbd5aaa1d198af5736ab39762bdd2ae
sqlite3_3.7.17-1ubuntu1.debian.tar.gz 18.4 KiB e5879db37165189ca79bab5c7600d12c97b935d0972f0a7d65d3df3928898166
sqlite3_3.7.17-1ubuntu1.dsc 2.5 KiB 11d46c9b821e8a312dfad21fd5600d801cf1914a97375e7d6d99ec52102e677f

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: No summary available for libsqlite3-0-dbg in ubuntu saucy.

No description available for libsqlite3-0-dbg in ubuntu saucy.

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: No summary available for libsqlite3-tcl in ubuntu saucy.

No description available for libsqlite3-tcl in ubuntu saucy.

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.