python-sqlite 1.0.1-8 source package in Ubuntu

Changelog

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

  * Convert from dh_pycentral to dh_python2 (closes: #617031)
  * Use debhelper compat level 8
  * Bump Standards-Version to 3.9.2
  * Pass --install-layout=deb to "setup.py install"
  * Use source format 3.0 (quilt)
  * Add build-arch and build-indep targets to debian/rules
  * Add watch file
  * Correct upstream source URL
  * Uppercase Python in package description
  * Use "Section: debug" and "Priority: extra" for the debug package
  * Some spelling fixes in the sqlite module
 -- Jean-Louis Dupond <email address hidden>   Fri,  15 Jul 2011 13:17:30 +0000

Upload details

Uploaded by:
Jean-Louis Dupond
Uploaded to:
Oneiric
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.orig.tar.gz 40.1 KiB 9ceed0af9e94b2f8701d4f36d7e86715d8ca64283e0b311e1816c031c3658f08
python-sqlite_1.0.1-8.debian.tar.gz 4.9 KiB 5ce58d8baaf74f4b33df2ed1fdb818395259283bb0e2406f2c3083e64c79804d
python-sqlite_1.0.1-8.dsc 1.1 KiB 926a96ef4cf7f9215ec11a2146823a6fafc6cdf1902fcaed204bc62b7fe7a464

Available diffs

View changes file

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.