summaryrefslogtreecommitdiff
path: root/debian/rules
AgeCommit message (Collapse)Author
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-15set SQLITE_TEMP_STORE=2, as required by upstream (Closes: #726464)Hans-Christoph Steiner
https://github.com/sqlcipher/sqlcipher/blob/master/README#L39
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-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-31remove sqlite3-doc, the SQLCipher docs are no differentHans-Christoph Steiner
2012-03-31remove support for Tcl libs, it needs to be ported to SQLCipherHans-Christoph Steiner
2012-03-31build tweaks needed for SQLCipher's crypto extensionHans-Christoph Steiner
2012-03-30add hack to support dpkg older than 1.16.1Hans-Christoph Steiner
http://lists.debian.org/debian-mentors/2011/10/msg00309.html
2012-03-30remove 'lemon' packageHans-Christoph Steiner
2012-03-30checking in packaging from sqlite3_3.7.11-2.debian.tar.gzHans-Christoph Steiner