From: ian Date: Tue, 1 Apr 2003 19:30:03 +0000 (+0000) Subject: @@ -7,6 +7,7 @@ X-Git-Tag: debian_version_1_0_1_99_0~11 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv.git;a=commitdiff_plain;h=8679548ef7b4aab8a2163bc92b8f936af0db91bd @@ -7,6 +7,7 @@ (Might conceivably make USERV_GIDS be wrong on some platforms.) + * We do ship m4 and flex output now, so say so. --- diff --git a/INSTALL b/INSTALL index 681b61d..97bb5db 100644 --- a/INSTALL +++ b/INSTALL @@ -14,9 +14,7 @@ Programs: * md5sum (GNU textutils; alternatively, Colin Plumb's, as shipped with Debian in the `dpkg' package) - used during build only -* GNU m4 [fixme: should ship the output] * GNU make -* GNU flex [fixme: should ship the output] * GCC is preferred but other compilers ought to work (though no portability testing has yet been done). ANSI C only. ints must be at least 32 bits. @@ -24,6 +22,8 @@ Programs: or many others. GNU textutils has one. NB that this `cat' is used at runtime and must be first on the system default PATH, so probably in /bin.) +* GNU m4 } if you don't want to change those bits of source +* GNU flex } you can do without these C Library: diff --git a/debian/changelog b/debian/changelog index 88afe0f..94f2cb2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ userv (1.0.2) unstable; urgency=low * gid_t may be >int, so cast to long when putting in USERV_GIDS (Might conceivably make USERV_GIDS be wrong on some platforms.) * Do not pass char to ctype macros; they can't cope with -ve ! + * We do ship m4 and flex output now, so say so. Debian: * Priority changed to optional as per override file.