-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2d164a5
commit c155277
Showing
5 changed files
with
53 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ Maintainer: Ben Carrillo <[email protected]> | |
Section: python | ||
Priority: optional | ||
Build-Depends: python-all-dev (>= 2.6.6-3), libsqlcipher-dev (>=2.2.1-2~), debhelper (>= 9) | ||
Standards-Version: 3.9.4 | ||
Standards-Version: 3.9.6 | ||
Uploaders: Micah Anderson <[email protected]> | ||
X-Python-Version: >= 2.5 | ||
|
||
|
@@ -17,3 +17,14 @@ Description: DB-API 2.0 interface for SQLCIPHER 3.x | |
database engine. It is almost fully compliant with the Python database API | ||
version 2.0. At the same time, it also exposes the unique features of | ||
SQLCipher. | ||
|
||
Package: python-sqlcipher-dbg | ||
Section: debug | ||
Priority: extra | ||
Architecture: any | ||
Depends: python-dbg, python-sqlcipher, libsqlcipher0 (>=2.2.1-2), | ||
${misc:Depends}, ${python:Depends}, ${shlibs:Depends} | ||
Description: DB-API 2.0 interface for SQLCIPHER 3.x | ||
Python interface to SQLCipher (debug extension) | ||
. | ||
This package contains the extensions built for the python debug interpreter. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters