From: Ian Jackson Date: Sat, 2 Jun 2012 10:18:49 +0000 (+0100) Subject: import changes from debian archive X-Git-Tag: debian/1.1.1~20^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-tcl.git;a=commitdiff_plain;h=f4f510031c838d545e4cb0bc6552f5c4dce44097;ds=sidebyside import changes from debian archive --- diff --git a/base/chiark-tcl.h b/base/chiark-tcl.h index 1ec2e4e..a4c073a 100644 --- a/base/chiark-tcl.h +++ b/base/chiark-tcl.h @@ -30,6 +30,7 @@ #include #include #include +#include #ifndef _TCL /* if someone already included some tcl.h, use that */ #include diff --git a/debian/changelog b/debian/changelog index 1b84bb1..1d34c79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +chiark-tcl (1.1.0+nmu2) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules: add invocation of dh_makeshlibs and dh_installdeb, so + that ldconfig is invoked in postinst (Closes: #553122) + * debian/control: replace libnettle-dev by nettle-dev (which replaces + the former) in build-dependencies + + -- Stefano Zacchiroli Thu, 19 Nov 2009 09:09:57 +0100 + +chiark-tcl (1.1.0+nmu1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with gcc-4.3 by adding include to + base/chiark-tcl.h as suggested by Michael Bienia (Closes: #489901). + * Set urgency to “medium” as this bug affects testing too. + + -- Cyril Brulebois Sun, 19 Jul 2009 18:23:54 +0200 + chiark-tcl (1.1.0) unstable; urgency=high New features: diff --git a/debian/control b/debian/control index 8310aaf..3cfae3a 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Ian Jackson Priority: optional Section: interpreters Standards-Version: 3.6.2 -Build-Depends: libadns1-dev (>= 1.2), libnettle-dev, libcdb-dev | tinycdb (<= 0.75), tcl8.4-dev | tcl8.3-dev | tcl8.2-dev, debhelper (>= 3) +Build-Depends: libadns1-dev (>= 1.2), nettle-dev, libcdb-dev | tinycdb (<= 0.75), tcl8.4-dev | tcl8.3-dev | tcl8.2-dev, debhelper (>= 3) Package: libtcl-chiark-1 Architecture: any diff --git a/debian/rules b/debian/rules index 013cf52..a9f57a6 100755 --- a/debian/rules +++ b/debian/rules @@ -68,12 +68,14 @@ binary-arch: checkroot build dh_installchangelogs dh_strip + dh_makeshlibs dh_shlibdeps -Xchiark_tcl_adns -Xchiark_tcl_crypto # be consistent about what we compress: dh_compress -X.c.txt -X.h.txt dh_fixperms + dh_installdeb dh_gencontrol dh_md5sums dh_builddeb