From 3624fabef7c9948d4fb6e4cf150965e5ee103047 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 29 Oct 2015 15:51:41 -0400 Subject: revert dependencies on tcl down to 8.5, its disabled in configure, and only needed for header generation --- debian/changelog | 10 ++++++++++ debian/control | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ce265e4..02ee498 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +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 Thu, 29 Oct 2015 15:49:17 -0400 + sqlcipher (3.2.0-1.1) unstable; urgency=medium [ Ben Carrillo ] diff --git a/debian/control b/debian/control index d1096e1..b6574ab 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: sqlcipher Section: devel Priority: optional Maintainer: Hans-Christoph Steiner -Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 9), autoconf (>= 2.59), libtool (>= 1.5.2), automake, autotools-dev, chrpath, libreadline-dev, tcl8.6-dev, dh-autoreconf, libssl-dev -Build-Conflicts: tcl8.4, tcl8.4-dev, tcl8.5, tcl8.5-dev +Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 9), autoconf (>= 2.59), libtool (>= 1.5.2), automake, autotools-dev, chrpath, libreadline-dev, tcl8.5-dev, dh-autoreconf, libssl-dev +Build-Conflicts: tcl8.4, tcl8.4-dev Homepage: http://sqlcipher.net/ Standards-Version: 3.9.6 Vcs-Git: https://alioth.debian.org/anonscm/git/collab-maint/sqlcipher.git -- cgit v1.2.3