bug (3.1.5) frozen unstable; urgency=low

  * Nicer list of dependencies, an idea from Joey Hess, fixes bug #22262.

 -- Nicols Lichtmaier <nick@feedback.net.ar>  Fri,  8 May 1998 23:42:09 -0300

bug (3.1.4) frozen unstable; urgency=low

  * Bug report can be aborted, fixes bugs #20118 and #21283.
  * Updated Spanish translation.
  * Fixed user choices handling.

 -- Nicols Lichtmaier <nick@feedback.net.ar>  Sun, 19 Apr 1998 05:11:22 -0300

bug (3.1.3) unstable; urgency=low

  * Fixed invocation to `tempfile' (bugs #21115, #21210,
    #21223, #21223, #21228, #21237).

 -- Nicols Lichtmaier <nick@feedback.net.ar>  Thu, 16 Apr 1998 22:11:00 -0300

bug (3.1.2) frozen unstable; urgency=low

  * Added a realpath shell function (I think realpath should be in
    debianutils), fixes #20939.
  * Traps SIGINT and removes temporary files, fixes bug #15306.
  * Uses tempfile to create temporary files, fixes bug #19817.
  * Updated Bash version check.

 -- Nicols Lichtmaier <nick@feedback.net.ar>  Thu,  9 Apr 1998 02:05:38 -0300

bug (3.1.1) frozen unstable; urgency=low

  * Changed dependency from perl to perl-base.
  * Updated `Standards-version' field to 2.4.0.0.
  * Now bug depends on bash 2.01.1-1, fixes bug #15907.
  * Fixes to i18n Makefile.
  * Positions correctly the cursor in editors that support "+linenum",
    not only in joe. Uses a better way to chech for the editor name.
  * Fall back to /usr/bin/editor instead of /usr/bin/joe, fixes bugs #20646,
    #15565 and #17631.
  * Renamed `intl' dir to `po' in source archive.
  * Added Spanish translation fixes from Santiago Vila, fixes bug #15962.

 -- Nicols Lichtmaier <nick@feedback.net.ar>  Sun,  5 Apr 1998 14:36:37 -0300

bug (3.1.0) unstable; urgency=low

  * Skips non-world readable config files, fixes bug #15535.
  * Updated pseudo-packages list from the WWW, fixes bug #15622.
  * Ok, now check EDITOR before VISUAL, fixes bug #14346.
  * Fixed regexp used when checking if a package exists.
  * Localized for Spanish.
  * Added i18n support.
  * Typo fixed.

 -- Nicols Lichtmaier <nick@feedback.net.ar>  Sun,  7 Dec 1997 23:54:28 -0300

bug (3.0.1) unstable; urgency=low

  * No longer quits if no packagename specified, fixes bug #15678.
  * Require parameter when using `-f'.

 -- Nicols Lichtmaier <nick@feedback.net.ar>  Sat,  6 Dec 1997 18:29:24 -0300

bug (3.0.0) unstable; urgency=low

  * Added '-f' option to search whose package a file is, fixes #8632.
    Manpage updated.
  * Added instructions of how to submit extra information about
    the bug, fixes bug #9937.
  * If no package name specified, show info about pseudo-packages and
    ask the user, fixes bug #10661.
  * Fixed a bug when $EDITOR or $VISUAL has a space, fixes #14866, and
    should fix #10759.
  * Modified `-p' to make bug not invoke the editor,
    should fix bug #12222 and #14347.
  * Show what it's doing, fixes bug #11097.
  * Added --help,-h option; changed previous -h to -H, fixes bug #14741.
  * Tries to unlink the temporary file before using it.

 -- Nicols Lichtmaier <nick@feedback.net.ar>  Sun, 30 Nov 1997 01:14:20 -0300

bug (2.96) stable unstable; urgency=low

  * Requires EMAIL environment variable if /etc/mailname doesn't exist,
    fixes bug #13667.
  * Changed maintainer address.
  * Doesn't abort if editor aborts, fixes bug #13752.
  * Added version to `Replaces: debmake'.
  * Uses a better regexp for detecting conffiles.

 -- Nicols Lichtmaier <nick@feedback.net.ar>  Fri, 25 Jul 1997 14:49:35 -0300

bug (2.95) stable unstable; urgency=low

  * Removed debmake items from changelog.
  * Corrected regexp so bug can get the username from /etc/passwd even when
    it has dots, fixes bug #10527.

 -- Nicols Lichtmaier <nick@feedback.com.ar>  Mon, 23 Jun 1997 22:15:34 -0300

bug (2.94) frozen unstable; urgency=low

  * Exits when no editor can be found.
  * Removes editor backup. Fixes #9327.
  * Fixed checking for `/bin/ae'. Fixes #9306.
  * Regexp used to find users in /etc/passwd made stricter, this fixes
    problem with NIS. Fixes bug #9335.

 -- Nicols Lichtmaier <nick@feedback.com.ar>  Mon, 5 May 1997 16:45:50 -0300

bug (2.93) frozen unstable; urgency=low

  * Added '+' as a valid character for a the package name,
    fixes #8804 and #8285.

 -- Nicols Lichtmaier <nick@feedback.com.ar>  Fri, 18 Apr 1997 16:26:41 -0300

bug (2.92) frozen unstable; urgency=low

  * Changed way to get user's address.
  * Fixed bug when using the `-x' option (empty From: header).
  * Ops.. message tranlated to English (fixes #8260).

 -- Nicols Lichtmaier <nick@feedback.com.ar>  Sun, 23 Mar 1997 14:34:02 -0300

bug (2.91) unstable; urgency=low

  * Added `-h' option to set custom headers. Updated the manpage.
  * Added X-Mailer header with `bug' version.
  * Added `-v' option to show version. Changed makefile to `build' script
    with sed to update version.
  * If there's no mail-transport-agent save bug report in
    /var/tmp/package.bug
  * No longer uses mail, so removed mailx from dependencies. Now it
    recommends mail-transport-agent.
  * Uses $REPLYTO to set that header (fixes #8084).
  * Handle spaces in $EMAIL (Fixes #8125).
  * Updated manpage.
  * Changed `#!/bin/sh' to `#!/bin/bash' since `bug' uses bash's features.

 -- Nicols Lichtmaier <nick@feedback.com.ar>  Wed, 12 Mar 1997 19:57:34 -0300

bug (2.90) unstable; urgency=low

  * Uses readline to ask for subject.
  * Corrected stupid error #7978. I'm sorry. It won't happen again.. =)

 -- Nicols Lichtmaier <nick@feedback.com.ar>  Mon, 10 Mar 1997 22:06:44 -0300

bug (2.89) unstable; urgency=low

  * Added invalid package name detection (fixes bug #6660).

 -- Nicols Lichtmaier <nick@feedback.com.ar>  Sat, 8 Mar 1997 16:41:28 -0300

bug (2.88) unstable; urgency=low

  * Doesn't use bash 2.0 features to detect and quit if bash < 2.0 =).

 -- Nicols Lichtmaier <nick@feedback.com.ar>  Fri, 7 Mar 1997 12:35:33 -0300

bug (2.87) unstable; urgency=low

  * If environmental variable EMAIL is defined, use it as CC address
    (fixes bug #7719).
  * Redirected error output to stderr and added `bug: ' to messages.
  * Added README file.
  * Discard packages that are in `config-files only' state when checking for
    virtual packages.
  * Replaced external utilities invocations with new internal bash features.
    (REQUIRES BASH >=2.0!)

 -- Nicols Lichtmaier <nick@feedback.com.ar>  Fri, 7 Mar 1997 02:04:40 -0300

bug (2.86) unstable; urgency=low

  * It now uses bash internal getopts (patch from Farzad Farid).
  * Better interaction with joe.
  * Manpage updated.

 -- Nicols Lichtmaier <nick@feedback.com.ar>  Thu, 13 Feb 1997 18:47:58 -0300

bug (2.85) unstable; urgency=low

  * Ask the user to describe the problem in one line if subject is not
    given by -s.
  * New maintainer.

 -- Nicols Lichtmaier <nick@feedback.com.ar>  Wed, 12 Feb 1997 05:31:38 -0300

bug (2.84) unstable; urgency=low

  * Recognize | in dependencies #7087

 -- Christoph Lameter <clameter@debian.org>  Mon, 3 Feb 1997 14:16:27 -0800

bug (2.83) unstable; urgency=low

  * Text given on the commandline was not included in bug report!
  * Process options with getopt. Send cc to bug reporter if not suppressed
    with -x option.

 -- Christoph Lameter <clameter@debian.org>  Mon, 3 Feb 1997 09:12:11 -0800

bug (2.82) unstable; urgency=low

  * Remove \n at the end of config files.
  * Fix to manpage by Farzad FARID #6950

 -- Christoph Lameter <clameter@debian.org>  Thu, 30 Jan 1997 08:52:48 -0800

bug (2.81) unstable; urgency=low

  * Send mail with -d to postmaster instead of postmaster@localhost #6639

 -- Christoph Lameter <clameter@debian.org>  Tue, 28 Jan 1997 21:07:37 -0800

bug (2.80) unstable; urgency=low

  * Depend on mailx instead of mail-transport-agent.

 -- Christoph Lameter <clameter@debian.org>  Mon, 27 Jan 1997 19:00:54 -0800

bug (2.79) unstable; urgency=low

  * Add dependency to mail-transport agent #6847

 -- Christoph Lameter <clameter@debian.org>  Sun, 26 Jan 1997 13:32:29 -0800

bug (2.78) unstable; urgency=low

  * When falling back to the ae editor give an errormessage if not present.
  * Corrected section
  * Cleanup some debmake remnants

 -- Christoph Lameter <clameter@debian.org>  Sat, 25 Jan 1997 10:51:09 -0800

bug (2.77) unstable; urgency=low

  * Bug put in separate sourcepackage. Looking for a volunteer to infuse
    some fresh ideas into the package.
 
 -- Christoph Lameter <clameter@debian.org>  Sat, 25 Jan 1997 10:17:24 -0800

debmake (2.74) unstable; urgency=low

  * bug: default to ae editor if joe is not present #5675, #6811

 -- Christoph Lameter <clameter@debian.org>  Thu, 23 Jan 1997 21:47:39 -0800

debmake (2.70) unstable; urgency=low

  * bug: give a correct errormessage if packagename not specified instead of
    failing with a shell error.

 -- Christoph Lameter <clameter@debian.org>  Fri, 17 Jan 1997 15:40:01 -0800

debmake (2.57) unstable; urgency=low

  * bug: Bug#5619 treat conffiles without \n at the end correctly

 -- Christoph Lameter <clameter@debian.org>  Sat, 11 Jan 1997 21:15:27 -0800

debmake (2.56) unstable; urgency=low

  * bug: -z option added to forbid removal of comments and empty lines from
    configfiles.

 -- Christoph Lameter <clameter@debian.org>  Thu, 9 Jan 1997 07:35:10 -0800

debmake (2.54) unstable; urgency=low

  * bug: Christian Schwarz: Ability to redirect bug report to stdout.

 -- Christoph Lameter <clameter@debian.org>  Sun, 5 Jan 1997 21:17:23 -0800

debmake (2.06) unstable; urgency=low

  * bug: manpage + errormessage updated for filing bug reports as root

 -- Christoph Lameter <clameter@debian.org>  Wed, 11 Dec 1996 08:43:48 -0800

debmake (2.04) unstable; urgency=low

  * bug: set -v was accidentally left in the script

 -- Christoph Lameter <clameter@debian.org>  Sun, 8 Dec 1996 19:16:01 -0800

debmake (2.02) unstable; urgency=low

  * bug: some more changes to the way subject lines are handled
  * bug: Follow symlinks when trying to figure out the type of configfile
  * bug: Subject line can be edited when in the editor.
  * bug: debug switch (-d) added to send mail to postmaster@localhost
  * bug: manpage updated

debmake (2.00) experimental; urgency=low

  * bug: allow maintonly (-m) or quiet (-q) bug reports
  * bug: wrong matches on dependency parenthesis
  * bug: check if called with UID=0 and abort

 -- Christoph Lameter <clameter@debian.org>  Tue, 19 Nov 1996 11:28:38 -0800

debmake (1.99) unstable; urgency=low

  * bug: check if options given AFTER the packagename and give an
    errormessage if this is the case

 -- Christoph Lameter <clameter@debian.org>  Fri, 15 Nov 1996 12:18:45 -0800

debmake (1.98) unstable; urgency=low

  * bug: artistics to figure out versions of virtual packages (Thanks to the
    support by Joey + Guy). Not sure if this will work for all packages though.
  * bug: add options to suppress config files and supply a subject
  * bug: dont list configfiles that are binaries

 -- Christoph Lameter <clameter@waterf.org>  Thu, 14 Nov 1996 18:02:16 -0800

debmake (1.97) unstable; urgency=low

  * bug: speedup (circumvents dpkg now)
  * bug: allows filing a bug report against anything

 -- Christoph Lameter <clameter@waterf.org>  Tue, 12 Nov 1996 20:51:37 -0800

debmake (1.96) unstable; urgency=low

  * bug: removed some lines from the bugreports that were not really
    essential.

 -- Christoph Lameter <clameter@waterf.org>  Tue, 12 Nov 1996 13:22:14 -0800

debmake (1.93) unstable; urgency=low

  * bug: Depends: field was required in the description of the package
    processed.

 -- Christoph Lameter <clameter@waterf.org>  Fri, 8 Nov 1996 15:44:33 -0800

debmake (1.14) unstable; urgency=low

  * bug: filters comments and empty lines out of conffiles so that the
    included conffiles are not that long anymore.

 -- Christoph Lameter <clameter@waterf.org>  Sat, 2 Nov 1996 06:27:15 -0800

debmake (1.09) unstable; urgency=low

  * bug tool reworked: It now automatically includes Debian Version, Kernel
    version, a list of the version numbers of packages this package depends
    on and includes all modified conffiles.

 -- Christoph Lameter <clameter@waterf.org>  Fri, 1 Nov 1996 09:58:11 -0800

Local variables:
mode: debian-changelog
End:
