python-sqlite 1.0.1-10 source package in Ubuntu

Changelog

python-sqlite (1.0.1-10) unstable; urgency=low


  * Don't use defunct googlecode.debian.net redirector anymore
  * Don't explicitly search for libraries in /usr/lib (closes: #723509)
  * Bump Standards-Version to 3.9.4
  * Use build hardening flags
  * Use debhelper sequencer

 -- Joel Rosdahl <email address hidden>  Sun, 22 Sep 2013 16:59:19 +0200

Upload details

Uploaded by:
Joel Rosdahl
Uploaded to:
Sid
Original maintainer:
Joel Rosdahl
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-sqlite_1.0.1-10.dsc 1.2 KiB b7f1def141591aa531c2daffe672542d582004f2c9aa2a55240b16d433fe1551
python-sqlite_1.0.1.orig.tar.gz 40.1 KiB 9ceed0af9e94b2f8701d4f36d7e86715d8ca64283e0b311e1816c031c3658f08
python-sqlite_1.0.1-10.debian.tar.gz 5.2 KiB 0709393cbddc3ba865a41a47e5e33815433fe2241050021e0f10bc906f4e665e

Available diffs

No changes file available.

Binary packages built by this source

python-sqlite: Python interface to SQLite 2

 pysqlite is an interface to the SQLite database server for
 Python. It aims to be fully compliant with Python database
 API version 2.0 while also exploiting the unique features of
 SQLite.
 .
 pysqlite 1.0.x is built against SQLite 2. For an interface to SQLite
 3, see the package python-pysqlite1.1, python-pysqlite2 or
 python-apsw.

python-sqlite-dbg: Python interface to SQLite 2 (debug extension)

 pysqlite is an interface to the SQLite database server for
 Python. It aims to be fully compliant with Python database
 API version 2.0 while also exploiting the unique features of
 SQLite.
 .
 This package contains the extensions built for the Python debug interpreter.