2009
bsdmainutils (6.1.11) unstable; urgency=low
* Orphaning package.
-- Daniel Baumann <daniel@debian.org> Thu, 27 Aug 2009 07:01:03 +0200
2007
bsdmainutils (6.1.10) unstable; urgency=medium
* Bumping versioned conflicts against bsdutils.
-- Daniel Baumann <daniel@debian.org> Tue, 20 Nov 2007 08:33:00 +0100
bsdmainutils (6.1.9) unstable; urgency=medium
* Applied patch from Neil Williams <codehelp@debian.org> to add cross build support (Closes: #450490).
-- Daniel Baumann <daniel@debian.org> Wed, 14 Nov 2007 23:30:00 +0100
bsdmainutils (6.1.8) unstable; urgency=medium
* Bumping versioned conflicts against bsdutils.
-- Daniel Baumann <daniel@debian.org> Wed, 31 Oct 2007 10:39:00 +0100
bsdmainutils (6.1.7) unstable; urgency=medium
* Adding versioned conflicts against bsdutils (Closes: #440630). * Removed old conflicts (pre-sarge).
-- Daniel Baumann <daniel@debian.org> Mon, 03 Sep 2007 11:24:00 +0200
bsdmainutils (6.1.6) unstable; urgency=medium
* Adding calendar.ubuntu from Matt Zimmerman <mdz@ubuntu.com>. * Updating calendar.debian from Martin Schulze <joey@debian.org>.
-- Daniel Baumann <daniel@debian.org> Tue, 02 Jan 2007 18:07:00 +0100
2006
bsdmainutils (6.1.5) unstable; urgency=low
* New maintianer (Closes: #400077).
-- Daniel Baumann <daniel@debian.org> Thu, 23 Nov 2006 21:07:00 +0100
bsdmainutils (6.1.4) unstable; urgency=low
* Suggest wamerican, not wenglish. (closes: #354695) * Try to automatically determine the first day of the week. (closes: #288472) * Correct Asimov's birthplace. (closes: #345598) * Never read stdin in hexdump if files are supplied on the command line. (closes: #291150) * Dynamically calculate buffer length of calendar file. (closes: #356943) * Fix spelling error in calendar.holiday. (closes: #357894) * Update standards version (no changes). * Add the required binary-indep target to debian/rules.
-- Graham Wilson <graham@debian.org> Tue, 15 Aug 2006 06:03:03 +0000
bsdmainutils (6.1.3) unstable; urgency=medium
* Spelling error in calendar.history. (closes: #312572) * Fix a warning in the ul man page. (closes: #300668) * Don't needlessly capitalize month names. (closes: #298090) * Update calendar.debian. (closes: #334564) * Fix bug where memory wasn't written past the end of where it was allocated. Thanks to Lars Ellenberg for tracking this down. (closes: #339042) * Don't use align when printing a set of three months in cal, since align doesn't take into account escape sequences, and will mess things up. * Ensure that all of the monthlines returned from mkmonth/mkmonthb take up the required amount of space on screen, instead of expecting printf to figure this out. * Print the current date in reverse video if stdout is a TTY. (closes: #265881)
-- Graham Wilson <graham@debian.org> Mon, 02 Jan 2006 21:42:23 +0000
2005
bsdmainutils (6.1.2) unstable; urgency=low
* Fix a typo in calendar.1.
-- Graham Wilson <graham@debian.org> Wed, 08 Jun 2005 01:18:22 +0000
bsdmainutils (6.1.1) experimental; urgency=low
* Remove debconf notes. * Remove duplicate SNL premiere date. (closes: #276271) * Remove ${misc:Depends} from the control file. * Add a calendar file for Argentina, prepared by J. Alejandro Noli. (closes: #280669) * Fix gcc 4.0 error in calendar.h. (closes: #299666) * Fix spelling error in calendar.1. (closes: #302149)
-- Graham Wilson <graham@debian.org> Sun, 01 May 2005 23:55:55 +0000
2004
bsdmainutils (6.1) experimental; urgency=low
* calendar(1) bug fixes and enhancments:
- Document the LANG=utf-8 calendar file notation.
- Note that the locale for the calendar file is reset each time a new
calendar file is read. (closes: #264079)
- Keep track of the current file and line number, so that encoding
conversion errors can be reported.
- Reset special event names when reading new calendar files.
- Suppress non-printable events by default. (closes: #255379)
* Fix some calendar errors:
- Fix spelling error in LOTR calendar. (closes: #255377)
- Correct Dvorak's birthplace. (closes: #265979)
* Use signal names, rather than numbers, in lorder. (closes: #256198)
-- Graham Wilson <bob@decoy.wox.org> Tue, 31 Aug 2004 20:39:06 +0000
bsdmainutils (6.0.17) unstable; urgency=medium
* Use size_t (instead of int) when calling iconv(3): using int on alpha
caused iconv to read past the end of the buffer, and return EILSEQ.
(closes: #254075)
-- Graham Wilson <graham@debian.org> Wed, 27 Oct 2004 18:31:03 +0000
bsdmainutils (6.0.16) unstable; urgency=high
* Correct the listed charset in a few .po files, and a mis-encoded character
in es.po. Thanks to Dennis Barbier. (closes: #277558)
-- Graham Wilson <graham@debian.org> Wed, 20 Oct 2004 22:32:46 +0000
bsdmainutils (6.0.15) unstable; urgency=high
* Read calendar files as the user who owns them instead of root when mailing
calendar files to the user (-a flag). This prevents users from including
(and possibly reading) files they can't normally read. This addresses
CAN-2004-0793.
-- Graham Wilson <graham@debian.org> Thu, 19 Aug 2004 00:13:28 +0000
bsdmainutils (6.0.14) unstable; urgency=low
* Add cs.po, thanks to Marcel Sebek. (closes: #247553) * Use a linear search in look by default, since wordlists are not always sorted correctly. (closes: #109364, #118278, #244726, #247945)
-- Graham Wilson <graham@debian.org> Fri, 14 May 2004 01:04:54 +0000
bsdmainutils (6.0.13) unstable; urgency=low
* Don't automatically check for what day the week starts on. At this point,
only four locales support it, and for some reason glibc gets it wrong for
the C locale. The -m option still exists though. (closes: #241743)
-- Graham Wilson <graham@debian.org> Sat, 10 Apr 2004 22:57:26 +0000
bsdmainutils (6.0.12) unstable; urgency=low
* Remove rcsid from source files. (closes: #238058) * Add a -3 flags to the cal(1) program. (closes: #237555) * Correct the number of years supported in ncal.1 and calendar.3. * Fix some of the comments in config.mk. * Check for __GLIBC__ when trying to use nl_langinfo to determine weekstart, instead of _NL_TIME_FIRST_WEEKDAY, since the latter is not a macro. * Change -f week_start to -m, to be more like util-linux cal. * Translations: - Add zh_CN.po, thanks to Li Daobing. (closes: #231274) - Add tr.po, thanks to Recai Oktas. (closes: #239147) - Update fr.po, thanks to Christian Perrier. (closes: #239436)
-- Graham Wilson <graham@debian.org> Sat, 27 Mar 2004 00:26:18 +0000
bsdmainutils (6.0.11) unstable; urgency=low
* Add da.po, thanks to Morten Pedersen. (closes: #230667) * Observe locale-specific week start day. (closes: #230004) * Correct calendar.1. (closes: #230076)
-- Graham Wilson <graham@debian.org> Tue, 03 Feb 2004 18:56:52 +0000
bsdmainutils (6.0.10) unstable; urgency=low
* Put a LOTR date in the correct file. (closes: #229233)
-- Graham Wilson <graham@debian.org> Sat, 24 Jan 2004 03:37:58 +0000
2003
bsdmainutils (6.0.9) unstable; urgency=low
* Fix Beethoven dates in de_DE calendar. (closes: #224826)
-- Graham Wilson <graham@debian.org> Mon, 22 Dec 2003 19:50:57 +0000
bsdmainutils (6.0.8) unstable; urgency=low
* Include correct LOTR dates from Veronica Brandt (closes: #224407) * Fix some tabs in calendar.jferies.
-- Graham Wilson <graham@debian.org> Thu, 18 Dec 2003 22:21:23 +0000
bsdmainutils (6.0.7) unstable; urgency=low
* Don't print duplicate month names. (closes: #221027) * Don't handle space specially in ul. (closes: #194737) * Manage write with update-alternatives. (closes: #92191)
-- Graham Wilson <graham@debian.org> Tue, 18 Nov 2003 04:16:48 +0000
bsdmainutils (6.0.6) unstable; urgency=low
* Extend ncal(1) year limit to 5875706. (closes: #111991) * Use read(2) instead of fread(2) in hexdump. (closes: #215787) * Handle multi-byte month names properly in ncal. (closes: #158121)
-- Graham Wilson <graham@debian.org> Sat, 15 Nov 2003 07:18:30 +0000
bsdmainutils (6.0.5) unstable; urgency=low
* Add note to look.1 that it only works in C locale. * Remove reference to termcap in ul.1. (closes: #215242) * Use __unused__ attribute unconditionally in odsyntax.c. - Remove related detritus from freebsd.h. * Don't #define DEBIAN, except in write.c. * Remove the hole from U in banner. (closes: #219319) * Revert some of the OpenBSD calendar changes: - -t flag now has old behavior. - Re-add -l and -w flags. - Make -A and -l flags the same.
-- Graham Wilson <graham@debian.org> Sat, 08 Nov 2003 17:46:06 +0000
bsdmainutils (6.0.4) unstable; urgency=low
* Don't reset the permission of write with dh_fixperms. (closes: #212911)
-- Graham Wilson <graham@debian.org> Sat, 27 Sep 2003 21:45:00 +0000
bsdmainutils (6.0.3) unstable; urgency=low
* Create an option for column that allows adjacent delimiters to not be
merged. (closes: #183877)
* Remove ChangeLog, since we are now native.
* Clean up column.1. (closes: #183878, #183876)
* Add a README file.
* Install calendar's source.data file into doc/.
-- Graham Wilson <graham@debian.org> Mon, 22 Sep 2003 01:57:48 +0000
bsdmainutils (6.0.2) unstable; urgency=low
* Update Spanish debconf template. Thanks Carlos Valdivia Yagüe.
(closes: #211834)
* Include calendar files for the EU and Belgium. Thanks Nicolas
Évrard. (closes: #176988)
-- Graham Wilson <graham@debian.org> Sat, 20 Sep 2003 19:10:58 +0000
bsdmainutils (6.0.1) unstable; urgency=low
* Make sure to change permission and ownership of our write, not the
system's. (closes: #210321)
-- Graham Wilson <graham@debian.org> Wed, 10 Sep 2003 20:30:54 +0000
bsdmainutils (6.0) unstable; urgency=low
* New upstream. This is now a native package.
* debian/control:
- Standards-Version: 3.6.1 (no changes).
- Remove reference to textutils from control.
- Change maintainer address.
* Numerous fixes to the build process:
- support for DEB_BUILD_OPTIONS
- central configuration file, config.mk
- installation code moved from debian/rules to other files
* New upstream release:
- Make lorder(1) work in a strict POSIX environment. Thanks
Paul Eggert. (closes: #204907)
- Cause hexdump to print an error when an invalid value follows
"-n". (closes: #183345)
- Add note to calendar.1 about format change. (closes: #178329)
- Add a calendar with Debian dates. Thanks Martin Schulze.
- Compile hexdump with support for large files. (closes: #175993)
- Update all calendar files to the new format. (closes: #178330)
- Add a final newline to calendar.newzealand.
(closes: #198086, #208664, #207848)
- Convert all calendar input data internally to wchar_t, and convert
that to the user's encoding before outputting. (closes: #194265)
- Distribute calendar files in UTF-8 and the C locale.
- Die if locale is unavailable. (closes: #185557)
* Use OpenBSD calendar(1):
- Thanks to Matt Zimmerman for the idea.
- Some options differ between the two versions, but the OpenBSD
syntax seems cleaner. Also, OpenBSD doesn't support yearly
calendar directories, and that hasn't been added back yet, as it
is not currently used.
- Output is now sorted. (closes: #176742)
- Shows Labor day correctly. (closes: #207846)
- Correct problems with cpp search path. (closes: #200814)
- Thanksgiving on Sunday, not Thursday. (closes: #168681)
- Don't schedule things for 32 Jan. (closes: #131769)
* Add a Japanese debconf translation. Thanks Tomohiro KUBOTA.
(closes: #194642)
-- Graham Wilson <graham@debian.org> Fri, 29 Aug 2003 18:06:27 +0000
bsdmainutils (5.20030320-1) unstable; urgency=low
* New CVS update.
* Miscellaneous debian/ dir updates:
- Add a 'compat' file.
- Remove 'conffiles', handled by dh_installdeb now.
- Remove backup~ files from debian/.
- Update debconf templates to use po-debconf.
- Use 'set -e' in maintainer scripts, as linda suggests.
* Update debian/rules to use new debhelper tools.
* debian/control:
- New maintainer. Thanks Tollef.
- Depend on ${misc:Depends}, don't depend on debconf.
- Build-Depends on debhelper (>= 4.1.16).
- Change short description.
-- Graham Wilson <bob@decoy.wox.org> Sat, 19 Apr 2003 21:10:23 +0000
2002
bsdmainutils (5.20020211-8) unstable; urgency=low
* Include hd again; as a symlink to hexdump (closes: #165488)
-- Tollef Fog Heen <tfheen@debian.org> Fri, 25 Oct 2002 01:35:08 +0200
bsdmainutils (5.20020211-7) unstable; urgency=low
* Rename template.ru to template.ru * Don't try to display nonexistant note any more (closes: #152328) * Move debconf language templates to separate files. * Fix misspelling in calendar.music (closes: #152627) * Fix spaces to tabs in calendar.christian (closes: #156756, #154058)
-- Tollef Fog Heen <tfheen@debian.org> Mon, 23 Sep 2002 04:46:59 +0200
bsdmainutils (5.20020211-6) unstable; urgency=low
* New maintainer
-- Tollef Fog Heen <tfheen@debian.org> Tue, 17 Sep 2002 15:48:01 +0200
bsdmainutils (5.20020211-5) unstable; urgency=high
* Fixed postinst failure on some upgrades (Closes: #140526). * Fixed country code of Sweden in ncal (Closes: #149699). * Fixed some calendar entries (Closes: #143959, #144711, #150262).
-- Marco d'Itri <md@linux.it> Thu, 04 Jul 2002 20:45:39 +0200
bsdmainutils (5.20020211-4) unstable; urgency=medium
* Added ncal to the description (Closes: #135230). * Fixed multibytes encoding bug in ncal (Closes: #135821). * Added -undef to the cpp command line for calendar (Closes: #137059). * Added russian debconf template (Closes: #137622).
-- Marco d'Itri <md@linux.it> Mon, 11 Mar 2002 20:45:16 +0100
bsdmainutils (5.20020211-3) unstable; urgency=high
* Let's try again. (Closes: #133592). * Added french debconf messages (Closes: #134627).
-- Marco d'Itri <md@linux.it> Tue, 19 Feb 2002 02:39:08 +0100
bsdmainutils (5.20020211-2) unstable; urgency=high
* Fixed Debian GNU/*BSD fix (Closes: #133592).
-- Marco d'Itri <md@linux.it> Sun, 17 Feb 2002 01:50:16 +0100
bsdmainutils (5.20020211-1) unstable; urgency=medium
* New CVS update. * Added new calendar entries (Closes: #133180, #130200, #130287). * Added Debian GNU/*BSD fix (Closes: #132655).
-- Marco d'Itri <md@linux.it> Mon, 11 Feb 2002 16:33:18 +0100
2001
bsdmainutils (5.20010615-3) unstable; urgency=medium
* Added calendar.christian files for 2002 and 2003
(provided by James Treacy).
* Added calendar.judaic files for 2002 and 2003 (Closes: #111997)
(provided by Julian Gilbey).
* Removed calendar(3) man page (Closes: #111995).
* Added missing files to calendar.all (Closes: #111996).
-- Marco d'Itri <md@linux.it> Wed, 05 Dec 2001 03:58:39 +0100
bsdmainutils (5.20010615-2) unstable; urgency=medium
* Fixed colcrt and hexdump (Closes: #106804, #110370). * Better error message for write (Closes: #104541). * Added spanish debconf messages (Closes: #104091). * Now calendar looks for ~/calendar too (Closes: #99857).
-- Marco d'Itri <md@linux.it> Sat, 01 Sep 2001 14:16:33 +0200
bsdmainutils (5.20010615-1) unstable; urgency=low
* New CVS update. * Fixed Croatian holidays (Closes: #94307). * Listed the files missing in calendar(1) (Closes: #94584). * Fixed typo in calendar.discordian (Closes: #94585).
-- Marco d'Itri <md@linux.it> Fri, 15 Jun 2001 16:51:46 +0200
bsdmainutils (5.20010126-4) unstable; urgency=high
* Fixed buffer overflow in hexdump (Closes: #92628). * Added dutch and portuguese debconf entries (Closes: #85540, #90149).
-- Marco d'Itri <md@linux.it> Sun, 15 Apr 2001 21:12:32 +0200
bsdmainutils (5.20010126-3) unstable; urgency=medium
* Use <time.h> instead of <sys/time.h> (Closes: #86940).
-- Marco d'Itri <md@linux.it> Sun, 25 Feb 2001 10:24:26 +0100
bsdmainutils (5.20010126-2) unstable; urgency=low
* Added calendar.discorian. * Added german debconf entries (Closes: #84837). * Fixed some German holidays (Closes: #86632).
-- Marco d'Itri <md@linux.it> Mon, 19 Feb 2001 18:14:07 +0100
bsdmainutils (5.20010126-1) unstable; urgency=low
* New CVS update (Closes: #76290). * calendar.pagan added to calendar.world (Closes: #82558). * Removed BSD-specific macro from ncal.1 (Closes: #82604). * Added swedish and italian debconf entries (Closes: #83371). * Fixed ul (Closes: #82621). * Make calendar work when a ./calendar directory exists (Closes: #79516). * Removed suidregister.
-- Marco d'Itri <md@linux.it> Fri, 26 Jan 2001 16:02:08 +0100
2000
bsdmainutils (5.20001028-5) unstable; urgency=low
* Removed debconf invocation in postinst (Closes: #79128). * Fixed some entries in calendar.music (Closes: #79219). * Added Japanese and Croatian holidays (Closes: #78224, #78873).
-- Marco d'Itri <md@linux.it> Wed, 20 Dec 2000 21:24:32 +0100
bsdmainutils (5.20001028-4) unstable; urgency=low
* Removed help request (Closes: #77924, #77948). * Updated calendar.hindu.
-- Marco d'Itri <md@linux.it> Mon, 27 Nov 2000 12:35:27 +0100
bsdmainutils (5.20001028-3) unstable; urgency=low
* Fixed non-esecutable convdates.pl (Closes: #76614). * Fixed hexdump display bug (Closes: #77773). * Added a request for help to postinst. * Trimmed changelog.
-- Marco d'Itri <md@linux.it> Mon, 13 Nov 2000 14:05:31 +0100
bsdmainutils (5.20001028-2) unstable; urgency=low
* Removed od(1) man page already provided by textutils (Closes: #75888). * Added MAXPATHLEN definition for Hurd (Closes: #68854).
-- Marco d'Itri <md@linux.it> Mon, 30 Oct 2000 12:23:04 +0100
bsdmainutils (5.20001028-1) unstable; urgency=low
* New source package structure. * Small updates from the FreeBSD tree.
-- Marco d'Itri <md@linux.it> Sun, 29 Oct 2000 20:09:43 +0100