debianutils (1.16.2woody1) stable; urgency=high * Backport of Ian Zimmerman's run-parts program output loss patch, which fixes zombie problem. closes: #184710. -- Clint Adams Sat, 10 May 2003 11:11:50 -0400 debianutils (1.16.2woody0) stable; urgency=high * Backport for woody. closes: #172200. -- Clint Adams Mon, 9 Dec 2002 16:54:18 -0500 debianutils (1.16.2) woody-proposed-updates unstable; urgency=high * Non-maintainer upload * Properly fix infinite busy-loop using patch from Bruce Perens. Closes: Bug#145278 -- Wichert Akkerman Sun, 5 May 2002 16:30:35 +0200 debianutils (1.16.1) unstable; urgency=medium * Non-maintainer upload * Apply patch from Garth Mollett to fix race in the select handling: on SMP machines the child process may have finished when we hit the select and we could end up waiting forever. Closes: Bug#114864,#132539 -- Wichert Akkerman Fri, 26 Apr 2002 14:47:45 +0200 debianutils (1.16) unstable; urgency=low * installkernel: honor INSTALL_PATH. closes: #50117, #129195, #134176 * installkernel: copy .config. closes: #116593 * mkboot: look for GRUB. closes: #98262, #116592 * mkboot: call the boot floppy kernel vmlinuz. closes: #130889 * mkboot: default kernel is /vmlinuz. closes: #125722 * mkboot: cd later so relative path works. closes: #134594 * debian/rules: test for id 0. closes: #104217 * run-parts: make --test less verbose. closes: #113293 * mktemp: update to current BSD. closes: #61718, #61026, #104226 * integrate NMU changes. closes: #106829, #131719 -- Guy Maor Mon, 18 Feb 2002 23:20:42 -0600 debianutils (1.15.2) unstable; urgency=low * NMU * fix the typo introduced by the last NMU (closes: #131376, #106829) $filaname -> $filename -- Junichi Uekawa Fri, 1 Feb 2002 01:04:38 +0900 debianutils (1.15.1) unstable; urgency=low * NMU to fix serious-severity bug. * savelog: - Use touch, chown, etc, instead of cp, when used with -p. (closes: #106829) -- Daniel Stone Mon, 28 Jan 2002 07:09:23 +1100 debianutils (1.15) unstable; urgency=low * Maintainer back to me. * mkboot: fix image= line when making lilo boot disk, closes: #69972, #55087. * mkboot: add -r option to specify alternate root partition, closes: #69973. * installkernel.8: add explanation of /sbin instead of /usr/sbin, closes: #59915. * run-parts: add --arg option to pass arguments: closes: #61736. * readlink.1: elaborate on -f behavior, closes: #71630. -- Guy Maor Fri, 19 Jan 2001 09:42:32 -0800 debianutils (1.14) unstable; urgency=low * New maintainer. * debian/copyright: update and fix location of GPL. * debian/prerm: don't use $0 remove /usr/doc/ link on upgrade too. * debian/control (Standards-Version): bump to 3.2.1. -- James Troup Tue, 5 Dec 2000 22:29:21 +0000 debianutils (1.13.3) frozen unstable; urgency=medium * Non-maintainer upload. * Release Manager: this fixes RC bug #59121. * run-parts.c: Added patch by Ingo Saitz to correctly catch defunct children (this will fix #59121,#57464) -- Steve Greenland Sun, 2 Apr 2000 13:53:21 -0500 debianutils (1.13.2) unstable; urgency=low * Non-maintainer release. * debian/control: Replaces tetex-bin (<< 1.0.6-1.1). (closes:Bug#51286) * readlink.c: Add stupid PATH_MAX kluge until I have time to fix it properly. -- Joel Klecker Tue, 7 Dec 1999 09:52:08 -0800 debianutils (1.13.1) unstable; urgency=low * Non-maintainer release. * Add readlink (from OpenBSD). * debian/control: - Replaces tetex-bin. - Update Standards-Version to 3.1.0. * debian/rules: - Use /usr/share/man and /usr/share/doc (add postinst and preinst for /usr/doc symlink). - Call dpkg-gencontrol with -isp. -- Joel Klecker Mon, 8 Nov 1999 11:42:08 -0800 debianutils (1.13) unstable; urgency=low * fix -n segfault, closes: #43942, #44547. -- Guy Maor Sun, 12 Sep 1999 16:29:16 -0700 debianutils (1.12) unstable; urgency=low * mkboot: search for lilo signature in first 16 bytes, closes: #41636, #33750 * mkboot: fix simple typo, closes: #33571 * mkboot: use TMPDIR, closes: #36273 * tempfile: default permission is 0600, closes: #42836 * tempfile: add --suffix option, closes: #32653. * savelog.8: be clear about file deletion, closes: #41597. * hurd patch, closes: #39126. * fix core on --test invaliddir, closes: #37885. -- Guy Maor Sun, 29 Aug 1999 17:29:34 -0700 debianutils (1.11) unstable; urgency=low * Fixed examples in mktemp.1, closes: #27428. * installkernel - don't run psupdate as it's obsolete, closes: #29879. * savelog - be POSIX, closes: #31780. * make interactive on no arguments, closes: #40671, #43012. * don't depend on perl-base, closes: #42543. -- Guy Maor Fri, 29 Jan 1999 01:17:37 -0800 debianutils (1.10) unstable; urgency=low * Corrections to tempfile.1, fixes: #20785, #22347. * Corrections to mktemp.1, fixes: #20814. * Fix mkboot's lilo.conf when making boot disk, fixes: #22831. * Turn set -x off (oops!), fixes: #23114. * run-parts: fix error message, fixes: #24232. * savelog: don't destroy .0 file timestamps, fixes: #21373. -- Guy Maor Sun, 16 Aug 1998 15:28:57 -0700 debianutils (1.9) frozen unstable; urgency=high * run-parts: close unused fd's to prevent hang. fixes: #20678. * run-parts: flush buffers after printing message. fixes: #20287. * run-parts: fix error message. fixes: #19741. * mktemp manpage corrections. fixes: #20224, #20225. -- Guy Maor Sun, 5 Apr 1998 14:46:17 -0700 debianutils (1.8) unstable; urgency=low * Strip binaries. * Added sensible-pager.1 -- Guy Maor Fri, 13 Mar 1998 02:43:11 -0800 debianutils (1.7) unstable; urgency=low * Fixed tempfile --help. fixes: #13874 * savelog, installkernel use /bin/sh. fixes: #15171, #15872 * Clarify run-parts.8. fixes: #16865 * Added --report ro runparts. fixes: #9965 * Improved installkernel, inspired by David ROCHER . fixes: #14951 * Added mktemp. fixes: 15947. -- Guy Maor Sun, 15 Feb 1998 03:01:04 -0800 debianutils (1.6) unstable; urgency=low * Fixed which for filenames with dash (#11625). * Fixed mkboot so always removes directory (#10048). * Compiled with libc6 (#11671). * New commands: tempfile, sensible-editor, sensible-pager (#12161). * savelog: add -p option (#9211), ln and mv logfile to prevent race (#10999) -- Guy Maor Sun, 24 Aug 1997 20:23:13 -0500 debianutils (1.5) frozen unstable; urgency=low * Improved which, added which.1 (#7435). * Fixed includes in run-parts (#7660, #8231, #8748). * Fixed savelog.8 (#9777). -- Guy Maor Thu, 15 May 1997 01:01:49 -0500 debianutils (1.4) unstable; urgency=low * installkernel: fixed bug #6395 - /boot/vmlinuz.old link is broken when recompiling a kernel. * mkboot: fixed bug #6227 - mkboot recovers better from errors -- Guy Maor Tue, 7 Jan 1997 12:03:51 -0600 debianutils (1.3) unstable; urgency=low * New source format. * installkernel.8: fixed typo, bug #3511. * which: fixed quoting problem, bug #4363 -- Guy Maor Mon, 30 Sep 1996 16:26:25 -0500 debianutils (1.2-3) unstable; urgency=low * installkernel: Fixed silly bug. -- Guy Maor Sat, 08 Jun 1996 22:38:50 -0500 debianutils (1.2-2) unstable; urgency=low * installkernel.8: Improved it, fixes bug 2887 * debian.rules: Changed package name to debianutils (with a Conflict,Replaces debian-utils) * which: Fixed to print paths when arg is a shell builtin * mkboot: Can specify kernel to use with argument. Defaults to /boot/vmlinuz. * run-parts.c: Added --verbose option from Austin Donnelly . -- Guy Maor Wed, 05 Jun 1996 06:15:25 -0500 debianutils (1.2-1) unstable; urgency=low * Added priorty and replaces cron (<=3.0pl1-31) * savelog{,.8}: Savelog moved in from cron. I also wrote a man-page. -- Guy Maor Thu, 25 Apr 1996 04:41:47 -0500 debianutils (1.1-2) unstable; urgency=low * run-parts.c (run_part): silly bug with return code reporting. -- Guy Maor Sat, 20 Apr 1996 05:15:08 -0500 debianutils (1.1-1) unstable; urgency=low * Initial release * mkboot: Rewrote from scratch, fixes Bugs 918, 1520, 1521 * debian.control: Added 'Section: base' * run-parts.c: Now skips over directories, fixes Bug 2244 -- Guy Maor Thu, 18 Apr 1996 19:54:33 -0500 Local variables: mode: debian-changelog End: