Skip to content

Commit eece94b

Browse files
committed
change build dependency version on libsqlcipher-dev to pick up backports easier
1 parent 6f8c9aa commit eece94b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
pysqlcipher (2.6.3.2) unstable; urgency=medium
2+
3+
* Change build-dependency version for libsqlcipher-dev to pick up
4+
backported versions more easily
5+
6+
-- Micah Anderson <[email protected]> Tue, 01 Jul 2014 12:25:04 -0400
7+
18
pysqlcipher (2.6.3.1) unstable; urgency=low
29

310
* Use libsqlcipher0 2.2.1-2, that uses SQLITE_TEMP_STORE=2. See #726464

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Source: pysqlcipher
22
Maintainer: Ben Carrillo <[email protected]>
33
Section: python
44
Priority: optional
5-
Build-Depends: python-all-dev (>= 2.6.6-3), libsqlcipher-dev (>=2.2.1-2), debhelper (>= 9)
5+
Build-Depends: python-all-dev (>= 2.6.6-3), libsqlcipher-dev (>=2.2.1-2~), debhelper (>= 9)
66
Standards-Version: 3.9.4
77
Uploaders: Micah Anderson <[email protected]>
88
X-Python-Version: >= 2.5

0 commit comments

Comments
 (0)