blob: 02ee4981c9d0bde8538685f3ab980b2883b3013f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
sqlcipher (3.2.0-1.2) unstable; urgency=medium
* Revert tcl8.6-dev requirement to 8.5-dev, there doesn't seem to be a
specific 8.6 requirement, especially with --disable-tcl in the
./configure. Note that removing tcl*-dev as a dependency doesn't work
even with --disable-tcl because the build process tries to use tclsh
to generate some header files.
-- Micah Anderson <micah@debian.org> Thu, 29 Oct 2015 15:49:17 -0400
sqlcipher (3.2.0-1.1) unstable; urgency=medium
[ Ben Carrillo ]
* Non-maintainer upload.
* use a separate variable to track SQLCIPHER version (Closes: #776987)
-- Micah Anderson <micah@debian.org> Wed, 22 Apr 2015 10:38:05 -0400
sqlcipher (3.2.0-1) unstable; urgency=low
* updated to latest upstream: v3.2.0
-- Hans-Christoph Steiner <hans@eds.org> Thu, 16 Oct 2014 22:55:08 -0400
sqlcipher (2.2.1-3) unstable; urgency=low
[ Fernando Seiti Furusato ]
* use autoreconf and autotools-dev to build on new arches (Closes: #755939)
[ Hans-Christoph Steiner ]
* fix libname in pkgconfig (Closes: #741907)
-- Hans-Christoph Steiner <hans@eds.org> Thu, 31 Jul 2014 14:05:38 -0400
sqlcipher (2.2.1-2) unstable; urgency=low
* set SQLITE_TEMP_STORE=2, as required by upstream (Closes: #726464)
-- Hans-Christoph Steiner <hans@eds.org> Tue, 15 Oct 2013 22:54:33 -0400
sqlcipher (2.2.1-1) unstable; urgency=low
* update to latest upstream release
-- Hans-Christoph Steiner <hans@eds.org> Tue, 13 Aug 2013 15:43:45 -0400
sqlcipher (2.1.1-2) unstable; urgency=low
* update debian/watch from submission from Bart Martens
* updated description with text from http://sqlcipher.net
* moving from experimental to unstable, its ready!
-- Hans-Christoph Steiner <hans@eds.org> Tue, 04 Jun 2013 13:30:19 -0400
sqlcipher (2.1.1-1) experimental; urgency=low
* Initial release. (Closes: #628169)
-- Hans-Christoph Steiner <hans@eds.org> Thu, 17 Jan 2013 14:41:50 -0500
|