From 1306d8ad8b0597fd67d933a363d0be2ac891dd8a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 9 Nov 2014 12:44:17 +0000 Subject: [PATCH] Build-Depends: move tcl-dev to the end, so that we prefer tcl8.4-dev. This is necessary because we want to build against tcl8.4 in jessie to avoid requiring a newer Tcl ABI. --- debian/changelog | 3 +++ debian/control | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b0b4e5e..b2142f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ chiark-tcl (1.1.2~) unstable; urgency=low * tuntap: Use not . Closes:#768766. (FTBFS) + * Build-Depends: move tcl-dev to the end, so that we prefer tcl8.4-dev. + This is necessary because we want to build against tcl8.4 in jessie + to avoid requiring a newer Tcl ABI. * Reintroduce .gitignore which a build tool brokenly deleted. * Remove .cvsignore files from git repo. diff --git a/debian/control b/debian/control index 7aa0918..5572639 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Ian Jackson Priority: optional Section: interpreters Standards-Version: 3.9.1 -Build-Depends: libadns1-dev (>= 1.2), nettle-dev, libcdb-dev | tinycdb (<= 0.75), tcl-dev | tcl8.4-dev | tcl8.3-dev | tcl8.2-dev, debhelper (>= 5) +Build-Depends: libadns1-dev (>= 1.2), nettle-dev, libcdb-dev | tinycdb (<= 0.75), tcl8.4-dev | tcl8.3-dev | tcl8.2-dev | tcl-dev, debhelper (>= 5) Package: libtcl-chiark-1 Architecture: any -- 2.30.2