summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2014-10-16update version numbers everywhereHans-Christoph Steiner
2014-10-16update Vcs-Browser to canonical linkHans-Christoph Steiner
2014-10-16Standards-Version: 3.9.6Hans-Christoph Steiner
2014-09-20switch libsqlcipher0 Priority to optionalHans-Christoph Steiner
I think the 'standard' Priority was just inherited from the sqlite3 packaging.
2014-07-31update debian/changelog for uploadHans-Christoph Steiner
2014-07-31include Zetetic's PGP signing key, used to sign sqlcipher releasesHans-Christoph Steiner
2014-07-31update Vcs-Git tag to use HTTPS (HTTPS Everywhere!)Hans-Christoph Steiner
2014-07-31Standards-Version: 3.9.5Hans-Christoph Steiner
2014-07-31fix libname in pkgconfig (Closes: #741907)Hans-Christoph Steiner
Reported by Adam Majer <adamm@zombino.com> $ pkg-config --libs sqlcipher -lsqlite3 I would expect -lsqlcipher instead. pkg-config --cflags sqlcipher could include the -I/usr/include/sqlcipher, but this is less important. pkg-config --list-all | grep sqlcipher sqlcipher SQLite - SQL database engine https://bugs.debian.org/741907
2014-07-31use autoreconf and autotools-dev to build on new architecturesFernando Seiti Furusato
The package sqlcipher fails to build from source on ppc64el, because config.{guess,sub} are not updated during build. Adding dh_autotools-dev to the build would solve that case. However, as autoconf also being used, I thought it would also be convenient to replace it by a full dh_autoreconf. OBS: Using only dh_autoreconf produces no effect over config.{guess,sub}, since automake is not in use for the source pkg available. The patch attached contains the modifications aforementioned, and are in accordance with the following guide: https://wiki.debian.org/Autoreconf patch from https://bugs.debian.org/755939
2013-10-15update changelog in prep for uploadHans-Christoph Steiner
2013-10-15set SQLITE_TEMP_STORE=2, as required by upstream (Closes: #726464)Hans-Christoph Steiner
https://github.com/sqlcipher/sqlcipher/blob/master/README#L39
2013-08-13update symbols that changed from SQLCipher v2.1.1 to v2.2.1Hans-Christoph Steiner
Seems like some of the internal functions have been properly hidden in SQLCipher now, so they aren't showing up as public symbols. Some new ones have shown up tho
2013-08-13added new sqlite3 symbols added since SQLite3 v3.7.14.1/SQLCipher v2.1.1Hans-Christoph Steiner
2013-08-13fix patches for new upstream version, which includes some of our patchesHans-Christoph Steiner
2013-08-13pull in updated patches from SQLite3 3.7.17 Debian packagingHans-Christoph Steiner
2013-08-13update changelog for new upstream versionHans-Christoph Steiner
2013-08-13update SQLite3 and SQLCipher version numbers in descriptionsHans-Christoph Steiner
2013-08-13add gbp.conf to ensure pristine-tar and sign-tags are always usedHans-Christoph Steiner
2013-06-04update changelog in prep for upload to unstableHans-Christoph Steiner
2013-06-04update to copyright-format/1.0Hans-Christoph Steiner
2013-06-04updated description with text from http://sqlcipher.netHans-Christoph Steiner
2013-06-04update debian/watch from submission from Bart MartensHans-Christoph Steiner
2013-01-17mark all private functions as (optional)Hans-Christoph Steiner
2013-01-17add new symbols from v2.1.1Hans-Christoph Steiner
2013-01-17bump version to 2.1.1 in changelog and set to 'experimental'Hans-Christoph Steiner
2013-01-17update patches for sqlcipher v2.1.1Hans-Christoph Steiner
2013-01-17add note about SQLCipher v2.1.1 being based on SQLite3 v3.7.14.1Hans-Christoph Steiner
2013-01-17update link to source code in copyrightHans-Christoph Steiner
2013-01-17grab all relevant patches from sqlite3 3.7.15.2-1Hans-Christoph Steiner
2013-01-17point to debian-security discussion about embedded-library lintian overrideHans-Christoph Steiner
2013-01-17update debian/watch to follow sqlcipher github tagsHans-Christoph Steiner
2013-01-07Standards-Version: 3.9.4Hans-Christoph Steiner
2012-09-27added Vcs tags with current URLsHans-Christoph Steiner
2012-09-27get lintian overrides working, and generalize rule to all archsHans-Christoph Steiner
2012-09-27re-enabled new-style hardening based on how sqlite3 3.7.14-1 does itHans-Christoph Steiner
2012-09-27ran dpkg-gensymbols to update new SQLCipher-specific symbolsHans-Christoph Steiner
2012-09-27updated symbol versions so that sqlite <=3.7.9 is equal to sqlcipher 1.1.9Hans-Christoph Steiner
- SQLCipher v1.1.9 was the first release based on SQLite3 v3.7.9
2012-09-25update symbols file, using SQLCipher versionsHans-Christoph Steiner
2012-09-20updated patches for version 2.0.6Hans-Christoph Steiner
2012-09-20bump changelog to v2.0.6Hans-Christoph Steiner
2012-03-31updated copyright to current format and added SQLCipher licenseHans-Christoph Steiner
2012-03-31add a sqlcipher.1 manpageHans-Christoph Steiner
2012-03-31add lintian-overrides when lintian files sqlite in libsqlcipher: SQLCipher ↵Hans-Christoph Steiner
is based on SQLite!
2012-03-31rename packages from SQLite to SQLCipherHans-Christoph Steiner
2012-03-31support dpkg 1.16.0 by removing new-style hardening ↵Hans-Christoph Steiner
(/usr/share/dpkg/buildflags.mk)
2012-03-31rename libs and related products from 'sqlite3' to 'sqlcipher'Hans-Christoph Steiner
2012-03-31rename source package to libsqlcipherHans-Christoph Steiner
2012-03-31switch maintainer to meHans-Christoph Steiner
2012-03-31reset libsqlite3-0.symbols using SQLCipher's symbolsHans-Christoph Steiner