From: ian Date: Sun, 2 Apr 2006 13:41:37 +0000 (+0000) Subject: fix some linda warnings X-Git-Tag: debian/1.1.1~51 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=e3b237df59ec994902a192496b0c4dfa3ef6bce4;p=chiark-tcl.git fix some linda warnings --- diff --git a/debian/control b/debian/control index b8d58da..6778595 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,7 @@ Source: chiark-tcl Maintainer: Ian Jackson +Priority: optional +Section: interpreters Standards-Version: 3.6.2 Build-Depends: libadns1-dev, libnettle-dev, tinycdb, tcl8.4-dev | tcl8.3-dev | tcl8.2-dev, debhelper (>= 3) @@ -15,8 +17,6 @@ Description: Tcl interfaces for adns, cdb, crypto, udp, etc. (this package is compatible with at least Tcl 8.0 to 8.4 inclusive). To use the adns, cdb and nettle bindings you need to have the appropriate libraries installed too. -Priority: optional -Section: interpreters Depends: ${shlibs:Depends} diff --git a/debian/lintian-overrides b/debian/lintian-overrides index 4e31244..6e6dfce 100644 --- a/debian/lintian-overrides +++ b/debian/lintian-overrides @@ -14,3 +14,7 @@ libtcl-chiark-1 binary: shlib-with-non-pic-code usr/lib/chiark_tcl_cdb-1.so # Our Description ends in `etc.' which makes lintian think it's a # sentence. libtcl-chiark-1 binary: description-synopsis-might-not-be-phrased-properly + +# We consist of plugins for Tcl, which seems to mean that `interpreters' +# and not `libs' is the right section: +libtcl-chiark-1 binary: section-not-libs