From 74abc66346af53745a393b76a7cf2cd21586259b Mon Sep 17 00:00:00 2001 From: ian Date: Wed, 16 Mar 2005 21:14:08 +0000 Subject: [PATCH] some packaging and makefile fixes (found in a working tree) --- .cvsignore | 3 +++ Makefile.in | 2 +- debian/changelog | 13 +++++++------ 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index e363f66..f942bde 100644 --- a/.cvsignore +++ b/.cvsignore @@ -25,3 +25,6 @@ shipcheck userv-*.tar.gz build + +spec.tex +spec.html diff --git a/Makefile.in b/Makefile.in index 9902914..db458ae 100644 --- a/Makefile.in +++ b/Makefile.in @@ -151,7 +151,7 @@ clean: | xargs -r rm rm -rf $(TARGETS) *.o core version.h rm -f overview.eps - rm -f spec.lout* spec.text* spec.ps?* spec.sgml.new + rm -f spec.lout* spec.text* spec.ps?* spec.sgml.new spec.tex rm -f lout.li *.ld *.lix *.ldx rm -f userv-*.tar.gz vd/* diff --git a/debian/changelog b/debian/changelog index 8660c2f..44137ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,14 +7,15 @@ userv (1.0.3.99-0.0.1) unstable; urgency=low Minor portability fixes: * Missing #include and } Thanks to report * getgroups returns int, not gid_t (!). } from Peter Benie. - * Dummy `check' target in Makefile.in. } - * Bogus strsignal emulation for broken platforms. } Thanks to - * Bogus WCOREDUMP emulation for broken platforms. } report from - Nelson Beebe - Debian package improvements: + * Dummy `check' target in Makefile.in. } Thanks to + * Bogus strsignal emulation for broken platforms. } report from + * Bogus WCOREDUMP emulation for broken platforms. } Nelson Beebe + + Packaging improvements (including Debian packaging fixes): * Compress uservd(8) manpage. Closes: #244735. + * spec.tex and spec.html are autogenerated: clean and .cvsignore them. - -- Ian Jackson Fri, 12 Nov 2004 00:47:24 +0000 + -- userv (1.0.3-2) unstable; urgency=low -- 2.30.2