python-apsw 3.7.17-r1-1.1 source package in Ubuntu

Changelog

python-apsw (3.7.17-r1-1.1) unstable; urgency=low


  * Non-maintainer upload.
  * Correct dependencies for python/python3-apsw (Closes: #718830)
    - Change python:Depends to python3:depends for python3-apsw
    - Move dh_python2/3 after dh_install in debian/rules so it is invoked
      correctly

 -- Scott Kitterman <email address hidden>  Mon, 05 Aug 2013 16:43:48 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-apsw_3.7.17-r1-1.1.dsc 1.4 KiB aa2c3bebd0e96ec62202522e0d75ac7b0856298c051d123ea8a2f6ed50a7016b
python-apsw_3.7.17-r1.orig.tar.bz2 430.5 KiB 6548f39d118ad5c89519c1092cefbb6c18774cd032e033582f5bcac9571264e8
python-apsw_3.7.17-r1-1.1.debian.tar.gz 4.9 KiB 6fe04f1dbcce370111a7b09d33aef39380537a2451591522be8818c58fe6d618

Available diffs

No changes file available.

Binary packages built by this source

python-apsw: No summary available for python-apsw in ubuntu saucy.

No description available for python-apsw in ubuntu saucy.

python-apsw-dbg: No summary available for python-apsw-dbg in ubuntu saucy.

No description available for python-apsw-dbg in ubuntu saucy.

python-apsw-doc: documentation for python-apsw

 APSW (Another Python SQLite Wrapper) is an SQLite 3 wrapper that
 provides the thinnest layer over SQLite 3 possible. Everything you
 can do from the C API to SQLite 3, you can do from Python. Although
 APSW's API looks vaguely similar to Python's DB-API, it is not
 compliant with that API and instead works the way SQLite 3 does.
 .
 This package contains the documentation.

python3-apsw: No summary available for python3-apsw in ubuntu saucy.

No description available for python3-apsw in ubuntu saucy.

python3-apsw-dbg: another Python 3 SQLite 3 wrapper (debug extension)

 APSW (Another Python SQLite Wrapper) is an SQLite 3 wrapper that
 provides the thinnest layer over SQLite 3 possible. Everything you
 can do from the C API to SQLite 3, you can do from Python. Although
 APSW's API looks vaguely similar to Python's DB-API, it is not
 compliant with that API and instead works the way SQLite 3 does.
 .
 This package contains the extension built for the Python 3 debug
 interpreter.