shellutils (2.0.11-11) unstable; urgency=low * big honkin' note on printf man page that you might be running a shell printf rather than this printf -- Michael Stone Thu, 26 Jul 2001 08:01:06 -0400 shellutils (2.0.11-10) unstable; urgency=low * who -m works again (Closes: #99817) -- Michael Stone Sun, 3 Jun 2001 17:15:00 -0400 shellutils (2.0.11-9) unstable; urgency=low * Clean up echo documentation confusion (Closes: #47793) * actually save that german translation change :) -- Michael Stone Sat, 2 Jun 2001 16:53:26 -0400 shellutils (2.0.11-8) unstable; urgency=low * duh. strlen, not sizeof in who (Closes: #96681) * document test -h (Closes: #99272) * fix minor german translation problem (Closes: #55847) -- Michael Stone Fri, 1 Jun 2001 17:31:15 -0400 shellutils (2.0.11-7) unstable; urgency=low * su suid on hurd (Closes: #78372) * Reformat stty(1) (Closes: #95816) * Change to "free" translation in fr.po (Closes: #95343) -- Michael Stone Wed, 2 May 2001 20:47:37 -0400 shellutils (2.0.11-6) unstable; urgency=low * Big note on pwd man page that your shell's pwd might not be /bin/pwd * Ditto for echo * Changes to zh.po to allow building with new gettext, build-dep on same (Closes: #94569) -- Michael Stone Wed, 25 Apr 2001 07:28:08 -0400 shellutils (2.0.11-5) unstable; urgency=low * minor code cleanups -- Michael Stone Mon, 26 Mar 2001 08:11:50 -0500 shellutils (2.0.11-4) unstable; urgency=low * put -i back for now (Closes: #90496) * -l is lookup again. big honkin' warning that it'll go away after the shellutils 2.1 release * format of who -m & who am i changed * some doc updates for all this * build-deps (Closes: #89980) * policy to 3.5.2.0 (No changes) -- Michael Stone Sun, 25 Mar 2001 19:56:04 -0500 shellutils (2.0.11-3) unstable; urgency=low * fully SUSv2 compliant who? (note--this changes -l) (Closes: #89321) * Please, no doc bugs for who, it's a work in progress. The reference is at: http://www.opengroup.org/onlinepubs/007908799/xcu/who.html * documentation changes (Closes: #68858, #89692) * killed off some useless dh_testroot's -- Michael Stone Fri, 16 Mar 2001 07:48:18 -0500 shellutils (2.0.11-2) unstable; urgency=low * added who -r -- Michael Stone Sun, 11 Feb 2001 15:55:41 -0500 shellutils (2.0.11-1) unstable; urgency=low * new upstream version -- Michael Stone Thu, 28 Dec 2000 23:02:12 -0500 shellutils (2.0i-1) unstable; urgency=low * new upstream version * updates to debian/rules -- Michael Stone Thu, 25 May 2000 18:57:56 -0400 shellutils (2.0g-3) unstable; urgency=high * printf produces proper output (#63553) * correct copyright-refers-to-old-directory * echo and yes use standard stdout-flushing routine -- Michael Stone Sat, 6 May 2000 12:08:09 -0400 shellutils (2.0g-2) unstable; urgency=low * Updated copyright file * Replaces: old util-linux (because of hostid) * date -R ignores locales -- Michael Stone Fri, 28 Apr 2000 07:05:19 -0400 shellutils (2.0g-1) unstable; urgency=low * New maintainer * New upstream version * Depends on login|hurd (Closes: #52046) * Reenabled who -l * Revert to default su path * No longer add cest to getdate -- Michael Stone Tue, 4 Apr 2000 21:15:26 -0400 shellutils (2.0-5) unstable; urgency=low * Source NMU. * debian/rules: Set BIN_PROGS after architecture stuff. Add `su' to BIN_PROGS if DEB_HOST_GNU_SYSTEM is `gnu'. (install-stamp): Do not delete su if DEB_HOST_GNU_SYSTEM is `gnu'. -- Marcus Brinkmann Thu, 10 Feb 2000 16:54:17 +0100 shellutils (2.0-4) unstable; urgency=medium * Revert change to expr, although possibly illogical its behaviour was correct and documented. * Update manpage to reflect this -- Wichert Akkerman Tue, 23 Nov 1999 17:05:45 +0100 shellutils (2.0-3) unstable; urgency=low * New maintainer * Fixed date-examples in infopages, Closes: Bug# 32130 * expr.c: don't return with an errorcode if the result is 0 Closes: Bug# 50697 -- Wichert Akkerman Sun, 21 Nov 1999 01:34:07 +0100 shellutils (2.0-2.1) unstable; urgency=low * NMU * /usr/doc -> /usr/share/doc * Core dump patch, closes: #43334 -- Randolph Chung Sun, 24 Oct 1999 10:15:38 -0700 shellutils (2.0-2) unstable; urgency=low * Marcus Brinkmann's patch for cross-compilation (closes: #43395) * Remove shellutils su in favor of shadow's su, now in login package * Add NEWS, README, THANKS, TODO to doc directory (closes: #43326) * Ben Collins' patch for uname sparc64 trickery (closes: #43125) -- Galen Hazelwood Wed, 8 Sep 1999 11:13:51 -0600 shellutils (2.0-1) unstable; urgency=low * New upstream version. (closes: #43081) * Re-enabled su logging. (closes: #34971) -- Galen Hazelwood Wed, 18 Aug 1999 10:48:41 -0600 shellutils (1.16-6.5) unstable; urgency=high * Fix su not-suid-root problem (closes #38776, #38766, #38750, #38752, #38761, ...); needs a recent debhelper to compile, though (>=1.2.44 should be OK) -- Julian Gilbey Wed, 2 Jun 1999 14:48:49 +0100 shellutils (1.16-6.4) unstable; urgency=low * Non-maintainer upload for the Hurd architecture. * Add support for dpkg-architecture, and use it to not install `su' on the Hurd architecture(s). * Updated lib/ylwrap from automake 1.4-2. * Updated lib/getloadavg.c from sh-utils-1.16f (alpha.gnu.org). -- Marcus Brinkmann Sun, 2 May 1999 18:05:15 +0200 shellutils (1.16-6.3) frozen unstable; urgency=medium * Non-maintainer upload (1.16-6.2 was never installed). * src/printf.c: check for write errors (fixes #28245). * src/yes.c: check for write errors (fixes #27425). * doc/sh-utils.texi: corrected locations for utmp and wtmp (fixes #22068). * configure.in, src/Makefile.am: Only link su with -lcrypt (fixes #20887). * man/logname.1: corrected location for utmp (fixes #23376). * src/expr.c: conditionalized strstr declaration (fixes #27518). * debian/rules: don't compile putenv.c, get it from libc6 (fixes #26863). * doc/sh-utils.texi, man/date.1: update documentation (fixes #15519). * Closed #14675. bsdgames-1.5-2 removed the factor program. * Bug #19514 is an user error. Closed. * debian/rules: rewritten to use debhelper, CC=cc -- Matthias Klose Wed, 18 Nov 1998 13:09:38 +0200 shellutils (1.16-6.1) unstable; urgency=low * Non-maintainer upload. * Applied patch from Ted T'so provided by Joel Klecker to fix problems with serial devices in late 2.1.x kernels (which one of our ports needs) (Fixes #27254). * Fixed old-fsf-address-in-copyright-file . * Clean out ".gmo" files (caused dpkg-source to fail). -- J.H.M. Dassen (Ray) Wed, 30 Sep 1998 14:52:15 +0200 shellutils (1.16-6) unstable; urgency=low * Fixed typo in german translation (#12670) * Added "cewt" and "cest" timezones to lib/getdate.y * Moved /usr/bin/sleep to /bin/sleep to match POSIX -- Galen Hazelwood Tue, 4 Nov 1997 12:32:43 -0700 shellutils (1.16-5) unstable; urgency=low * Fixed spelling in false (#11241) * Fixed date man page (#10901) * Never look up host names found in utmp (temporary fix for #10145) -- Galen Hazelwood Mon, 18 Aug 1997 15:29:16 -0600 shellutils (1.16-4) unstable; urgency=low * Fixed date -d strings "yesterday" and "tomorrow" (fixes #10154, #10155) -- Galen Hazelwood Fri, 30 May 1997 12:50:30 -0600 shellutils (1.16-3) unstable; urgency=low * Updated date man page (fixes #9357) * Built with libc6 -- Galen Hazelwood Thu, 8 May 1997 13:36:56 -0600 shellutils (1.16-2) frozen unstable; urgency=low * Altered su patch to be a little less zealous (now accepts result of getlogin() unless it comes back NULL, earlier double-check failed for nested su's) -- Galen Hazelwood Sat, 29 Mar 1997 10:03:53 -0700 shellutils (1.16-1) unstable; urgency=low * New upstream version * Added manpage link from [ to test (fixes bug #6832) -- Galen Hazelwood Mon, 27 Jan 1997 13:11:09 -0700 shellutils (1.15-3) unstable; urgency=low * Added factor and seq to distribution (fixes bug #6623) * Replaced bsdutils chroot with GNU chroot from sh-utils -- Galen Hazelwood Thu, 16 Jan 1997 15:00:24 -0700 shellutils (1.15-2) unstable; urgency=low * Fixed DEFAULT_ROOT_LOGIN_PATH bug I cleverly introduced in 1.15-1 :( -- Galen Hazelwood Fri, 10 Jan 1997 00:35:50 -0700 shellutils (1.15-1) unstable; urgency=low * New upstream version * Fixed users.1 to point to correct utmp/wtmp -- Galen Hazelwood Thu, 9 Jan 1997 14:36:01 -0700 shellutils (1.14-4) unstable; urgency=medium * Fixed seg fault caused by sloppy patch for #1560 (fixes bug #6142) -- Galen Hazelwood Mon, 23 Dec 1996 22:55:20 -0700 shellutils (1.14-3) unstable; urgency=low * Added terminology warning to uname --help and uname.1 (fixes bug #6008) * su logging now gets usernames more reliably in the absence of a controlling tty (fixes bug #1560) -- Galen Hazelwood Sat, 21 Dec 1996 20:37:14 -0700 shellutils (1.14-2) unstable; urgency=low * Added Lars Wirzenius's patch to src/echo.c (fixes bug #821) -- Galen Hazelwood Thu, 19 Dec 1996 11:46:15 -0700 shellutils (1.14-1) unstable; urgency=low * New maintainer * New upstream source (fixes bugs #2292, #4256) * Updated to Standards-Version 2.1.2.2 (fixes bug #3359) * Added long description (fixes bug #3609) * Cosmetic changes in 'who --help' and who.1 (fixes bugs #1164, #1616) -- Galen Hazelwood Tue, 17 Dec 1996 20:12:48 -0700 Local variables: mode: debian-changelog End: