From: ian Date: Fri, 2 Apr 2004 18:55:03 +0000 (+0000) Subject: note #include signal.h X-Git-Tag: debian_version_1_2_0~9 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=80d715e282476d99fa3606df48c719b66061ea8c;p=authbind.git note #include signal.h --- diff --git a/debian/changelog b/debian/changelog index e20e17a..5dc5c13 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,9 @@ authbind (1.1.6) unstable; urgency=low * Make sure we don't try to encode errno's >127 in a status code. * Do not Build-Depends: libc6-dev (it's build-essential). * New make variables for improved portability and customisation of - locations: LIBS, libexec_dir, HELPER. + locations: LIBS, libexec_dir, HELPER, BINTARGETS. * make clean removes *.core too. + * #include in libauthbind.c. --