autogen (1:5.11.3-1) experimental; urgency=low

  * New release.
  * Fix (kill) orphaned shell program
  * add file-next-line functions to facilitate #line "C" directives
  * simplify some snprintfv code


 -- Bruce Korb <autogen-users@lists.sourceforge.net>  Thu, 18 Nov 2010 11:54:12 -0800

autogen (1:5.9.1-0) experimental; urgency=low

  * getopt.tpl template is fixed to not require the internal header
    autoopts/autoopts.h.
  * MAXPATHLEN will use _MAX_PATH on Windows platforms
  * new libopts configuration option: --disable-optional-args This will #define
    NO_OPTIONAL_OPT_ARGS in config.h and cause the built library to ignore the
    OPTST_ARG_OPTIONAL bit in an option descriptor.  autoopts generated code
    compiled with NO_OPTIONAL_OPT_ARGS #defined will never have that bit set in
    the option descriptors either.  If libopts has been so configured, then the
    installed options.h header will contain: #define NO_OPTIONAL_OPT_ARGS 1 so
    that client code will generally be compiled with that flag set.
    The OPTST_ARG_OPTIONAL bit is ignored regardless.
  * Fixed up --load-opts environment variable processing.  You can
    now correctly suppress config file loading with either:
      PROGRAM_LOAD_OPTS=no
      PROGRAM=--no-load-opts
  * added new auto-supported option, --usage.  It is incorporated
    by specifying ``usage-opt;'' in the option definitions file.
  * libopts now uses several exit codes from sysexits.h:
    EX_NOINPUT  (66) - a specified config file cannot be found
    EX_SOFTWARE (70) - libopts error - please file a bug report
    EX_CONFIG   (78) - a NULL option descriptor was passed in - user bug

 -- Bruce Korb <bkorb@gnu.org>  Sat, 5 May 2007 12:00:00 -0800

autogen (1:5.9-0) experimental; urgency=low

  * remove gperf dependency.  It is not necessary for build.

 -- Bruce Korb <bkorb@gnu.org>  Sun, 11 Mar 2007 09:15:00 -0800

autogen (1:5.8.9-2) experimental; urgency=low

  * Decrement AO_AGE, closes: #409056.

 -- Matt Kraai <kraai@debian.org>  Sat,  3 Feb 2007 08:22:50 -0800

autogen (1:5.8.9-1) experimental; urgency=low

  * New release.

 -- Matt Kraai <kraai@debian.org>  Wed, 31 Jan 2007 06:27:15 -0800

autogen (1:5.8.8-1) unstable; urgency=low

  * New release.

 -- Matt Kraai <kraai@debian.org>  Tue, 19 Dec 2006 00:04:12 -0800

autogen (1:5.8.7-2) unstable; urgency=low

  * Remove an extra backslash in error.test.
  * Ignore "Aborted" messages in error.test, closes: #373666.

 -- Matt Kraai <kraai@debian.org>  Tue, 19 Dec 2006 00:03:34 -0800

autogen (1:5.8.7-1) unstable; urgency=low

  * New release.

 -- Matt Kraai <kraai@debian.org>  Sun,  3 Dec 2006 09:47:30 -0800

autogen (1:5.8.3-2) unstable; urgency=low

  * Fix the MIPS test failures, closes: #357990.

 -- Matt Kraai <kraai@debian.org>  Wed, 22 Mar 2006 15:31:28 -0800

autogen (1:5.8.3-1) unstable; urgency=low

  * New release.

 -- Matt Kraai <kraai@debian.org>  Sat,  4 Feb 2006 07:57:44 -0800

autogen (1:5.8.2-1) unstable; urgency=low

  * New release.

 -- Matt Kraai <kraai@debian.org>  Wed,  1 Feb 2006 18:54:54 -0800

autogen (1:5.8.1-4) unstable; urgency=low

  * Add one to pMI->txt_size before passing it to mmap (closes:
    Bug#340851).

 -- Matt Kraai <kraai@debian.org>  Tue, 31 Jan 2006 18:45:05 -0800

autogen (1:5.8.1-3) unstable; urgency=low

  * Change the timeout in gperf.test to 30 seconds to allow enough time on
    m68k.
  * Add MAP_PRIVATE to a call to mmap.
  * Change some occurrences of ' to ` in getdefs/opts.def, thanks to
    Nicolas Franois (closes: Bug#349823).

 -- Matt Kraai <kraai@debian.org>  Wed, 25 Jan 2006 22:49:14 -0800

autogen (1:5.8.1-2) unstable; urgency=low

  * Change the Standards-Version to 3.6.2.

 -- Matt Kraai <kraai@debian.org>  Tue, 24 Jan 2006 20:54:54 -0800

autogen (1:5.8.1-1) unstable; urgency=low

  * New release.

 -- Matt Kraai <kraai@debian.org>  Fri, 13 Jan 2006 14:46:53 -0800

autogen (1:5.7.3+5.8.1pre4-1) experimental; urgency=low

  * New prerelease.

 -- Matt Kraai <kraai@debian.org>  Fri,  6 Jan 2006 08:55:33 -0800

autogen (1:5.7.3+5.8pre6-1) experimental; urgency=low

  * New prerelease.

 -- Matt Kraai <kraai@debian.org>  Sun, 27 Nov 2005 08:14:55 -0800

autogen (1:5.7.3+5.7.4pre2-1) experimental; urgency=low

  * New prerelease.

 -- Matt Kraai <kraai@debian.org>  Tue, 25 Oct 2005 08:46:29 -0700

autogen (1:5.7.3-1) unstable; urgency=low

  * New release.

 -- Matt Kraai <kraai@debian.org>  Mon, 10 Oct 2005 14:23:21 -0700

autogen (1:5.7.2+5.7.3-pre3-1) experimental; urgency=low

  * New prerelease.

 -- Matt Kraai <kraai@debian.org>  Mon,  5 Sep 2005 22:11:08 -0700

autogen (1:5.7.2+5.7.3-pre1-1) experimental; urgency=low

  * New prerelease.

 -- Matt Kraai <kraai@debian.org>  Mon, 29 Aug 2005 16:20:27 -0700

autogen (1:5.7.2-1) unstable; urgency=low

  * New release.

 -- Matt Kraai <kraai@debian.org>  Thu, 28 Jul 2005 22:34:12 -0700

autogen (1:5.7-5) unstable; urgency=low

  * Define PATH_MAX if it isn't defined, thanks to Michael Banck (closes:
    #319911).

 -- Matt Kraai <kraai@debian.org>  Tue, 26 Jul 2005 10:12:33 -0700

autogen (1:5.7-4) unstable; urgency=low

  * Remove the build-dependency on procps (closes: #315387).

 -- Matt Kraai <kraai@debian.org>  Thu, 23 Jun 2005 08:32:33 -0700

autogen (1:5.7-3) unstable; urgency=low

  * Include /usr/share/autogen/agman-lib.tpl,
    /usr/share/autogen/getopt.tpl, and /usr/share/autogen/rc-sample.tpl in
    autogen.

 -- Matt Kraai <kraai@debian.org>  Thu,  9 Jun 2005 13:24:31 -0700

autogen (1:5.7-2) unstable; urgency=low

  * Remove debugging commands.
  * Make libopts25 and libopts25-dev conflict with and replace libopts9
    and libopts9-dev, respectively (closes: #308218).

 -- Matt Kraai <kraai@debian.org>  Sun,  8 May 2005 18:56:33 -0700

autogen (1:5.7-1) unstable; urgency=low

  * New release.
  * Change libopts9 and libopts9-dev to libopts25 and libopts25-dev,
    respectively.

 -- Matt Kraai <kraai@debian.org>  Thu, 28 Apr 2005 09:13:02 -0700

autogen (1:5.6.6+5.6.7pre3-2) experimental; urgency=low

  * Build-depend on gperf and procps.
  * Run the test suite.

 -- Matt Kraai <kraai@debian.org>  Mon, 14 Feb 2005 16:09:59 -0800

autogen (1:5.6.6+5.6.7pre3-1) experimental; urgency=low

  * New prerelease.

 -- Matt Kraai <kraai@debian.org>  Mon, 14 Feb 2005 15:13:59 -0800

autogen (1:5.6.6-2) unstable; urgency=low

  * Include autogen.info-1 and autogen.info-2, thanks to Sheplyakov Alexei
    (closes: #298898).

 -- Matt Kraai <kraai@debian.org>  Fri, 11 Mar 2005 06:28:03 -0800

autogen (1:5.6.6-1) unstable; urgency=low

  * New release.

 -- Matt Kraai <kraai@debian.org>  Sun,  6 Feb 2005 14:41:40 -0800

autogen (1:5.6.5+5.6.6pre5-1) experimental; urgency=low

  * New prerelease.
  * Move /usr/include/options.h to /usr/include/autogen/options.h.
  * Include /usr/include/autogen/usage-txt.h in libopts9-dev.

 -- Matt Kraai <kraai@debian.org>  Mon, 31 Jan 2005 15:03:01 -0800

autogen (1:5.6.5-1) unstable; urgency=low

  * New release.

 -- Matt Kraai <kraai@debian.org>  Sun,  2 Jan 2005 09:44:46 -0800

autogen (1:5.6.4+5.6.5pre9-1) experimental; urgency=low

  * New prerelease.
  * Include autoopts.pc in the autogen package.
  * Revise the descriptions of libopts9 and libopts9-dev.

 -- Matt Kraai <kraai@debian.org>  Mon, 20 Dec 2004 15:17:29 -0800

autogen (1:5.6.4+5.6.5pre8-1) experimental; urgency=low

  * New prerelease.

 -- Matt Kraai <kraai@debian.org>  Mon, 13 Dec 2004 12:47:20 -0800

autogen (1:5.6.4+5.6.5pre7-1) experimental; urgency=low

  * New prerelease.

 -- Matt Kraai <kraai@debian.org>  Wed, 24 Nov 2004 12:36:31 -0800

autogen (1:5.6.4+5.6.5pre5-1) experimental; urgency=low

  * New prerelease.

 -- Matt Kraai <kraai@debian.org>  Fri, 19 Nov 2004 15:29:13 -0800

autogen (1:5.6.4+5.6.5pre4-1) experimental; urgency=low

  * New prerelease.

 -- Matt Kraai <kraai@debian.org>  Tue, 16 Nov 2004 11:31:48 -0800

autogen (1:5.6.4+5.6.5pre2-1) experimental; urgency=low

  * New prerelease.
  * Use ${CLexe} instead of columns in directive.tpl.

 -- Matt Kraai <kraai@debian.org>  Wed, 10 Nov 2004 10:10:59 -0800

autogen (1:5.6.4-1) unstable; urgency=low

  * New release.
  * Remove the build-dependency on automake1.8 | automake.
  * Add a build-dependency on autotools-dev.

 -- Matt Kraai <kraai@debian.org>  Sun, 24 Oct 2004 17:16:18 -0700

autogen (1:5.6.2+5.6.3pre11-1) experimental; urgency=low

  * New upstream prerelease.

 -- Matt Kraai <kraai@debian.org>  Fri, 15 Oct 2004 02:56:49 -0700

autogen (1:5.6.2+5.6.3pre9-1) experimental; urgency=low

  * New upstream prerelease.

 -- Matt Kraai <kraai@debian.org>  Mon, 11 Oct 2004 21:24:18 -0700

autogen (1:5.6.2+5.6.3pre8-1) experimental; urgency=low

  * New upstream prerelease.

 -- Matt Kraai <kraai@debian.org>  Thu, 07 Oct 2004 14:10:48 -0700

autogen (1:5.6.2+5.6.3pre7-1) experimental; urgency=low

  * New upstream prerelease.

 -- Matt Kraai <kraai@debian.org>  Sun, 03 Oct 2004 15:21:27 -0700

autogen (1:5.6.2+5.6.3pre6-1) experimental; urgency=low

  * New upstream prerelease.
  * Update the copyright file.

 -- Matt Kraai <kraai@debian.org>  Mon, 27 Sep 2004 11:16:34 -0700

autogen (1:5.6.2-1) unstable; urgency=low

  * New upstream release (closes: #252522).
  * New maintainer (closes: #266458).
  * Change the build-dependency on automake1.4 | automake to automake1.8.

 -- Matt Kraai <kraai@debian.org>  Wed, 15 Sep 2004 08:24:31 -0700

autogen (1:5.5.5-3) unstable; urgency=high

  * QA Upload
  * Set maintainer to QA Group
    - Acknowledge NMUs (Closes: #216646, #221356)
  * Apply patch by Bruce Korb <bkorb@veritas.com> to
    fix FTBFS (Closes: #264346)

 -- Frank Lichtenheld <djpig@debian.org>  Thu, 19 Aug 2004 18:08:54 +0200

autogen (1:5.5.5-2.2) unstable; urgency=low

  * NMU during BSP.
  * Undefined symbols in libopts9 fixed (closes: #220064).
    Thanks to Jurij Smakov for the patch.

 -- Sebastian Muszynski <do2ksm@linkt.de>  Sun, 21 Mar 2004 16:47:56 +0100

autogen (1:5.5.5-2.1) unstable; urgency=low

  * NMU.
  * Fix guile build dependency (closes: #216646).

 -- Matthias Klose <doko@debian.org>  Mon, 17 Nov 2003 22:19:49 +0100

autogen (1:5.5.5-2) unstable; urgency=low

  * fix override disparity 

 -- Luca Filipozzi <lfilipoz@debian.org>  Sat, 14 Jun 2003 10:42:21 -0700

autogen (1:5.5.5-1) unstable; urgency=low

  * New upstream release

 -- Luca Filipozzi <lfilipoz@debian.org>  Sat, 14 Jun 2003 10:09:16 -0700

autogen (1:5.5.4-1) unstable; urgency=low

  * New upstream release

 -- Luca Filipozzi <lfilipoz@debian.org>  Mon, 19 May 2003 21:37:02 -0700

autogen (1:5.5.3-2) unstable; urgency=low

  * fix override disparity 

 -- Luca Filipozzi <lfilipoz@debian.org>  Sun, 16 Mar 2003 21:47:08 -0800

autogen (1:5.5.3-1) unstable; urgency=low

  * New upstream release

 -- Luca Filipozzi <lfilipoz@debian.org>  Sun, 16 Mar 2003 20:15:14 -0800

autogen (1:5.5.2-1) unstable; urgency=low

  * New upstream release
  * FTBFS problem fixed by upstream author (Closes: Bug#174317)

 -- Luca Filipozzi <lfilipoz@debian.org>  Mon, 24 Feb 2003 19:32:07 -0800

autogen (1:5.4.8a-1) unstable; urgency=low

  * New upstream release
  * upstream author posted an advisory on December 29th, 2002 stating that
    the 5.5.x series should not be used under any circumstances... therefore
    epoch is incremented to permit uploading of 5.4.8a

 -- Luca Filipozzi <lfilipoz@debian.org>  Sat,  4 Jan 2003 21:29:24 -0800

autogen (5.5-1) unstable; urgency=low

  * New upstream release

 -- Luca Filipozzi <lfilipoz@debian.org>  Tue, 24 Dec 2002 20:14:18 -0800

autogen (5.4.6-1) unstable; urgency=low

  * New upstream release

 -- Luca Filipozzi <lfilipoz@debian.org>  Sun, 13 Oct 2002 14:15:39 -0700

autogen (5.4.5-1) unstable; urgency=low

  * New upstream release

 -- Luca Filipozzi <lfilipoz@debian.org>  Sat, 12 Oct 2002 13:26:31 -0700

autogen (5.4.4-1) unstable; urgency=low

  * New upstream release
  * includes fix that allows it to be compiled by gcc-3.x (closes: #161837)

 -- Luca Filipozzi <lfilipoz@debian.org>  Sat, 28 Sep 2002 18:21:41 -0700

autogen (5.4.3-1) unstable; urgency=low

  * New upstream release (go figure)

 -- Luca Filipozzi <lfilipoz@debian.org>  Sat, 21 Sep 2002 16:53:14 -0700

autogen (5.4.2-1) unstable; urgency=low

  * New upstream release

 -- Luca Filipozzi <lfilipoz@debian.org>  Sat, 21 Sep 2002 14:18:19 -0700

autogen (5.3.9-1) unstable; urgency=low

  * New upstream release

 -- Luca Filipozzi <lfilipoz@emyr.net>  Fri, 12 Jul 2002 22:05:43 -0700

autogen (5.3.7-1) unstable; urgency=low

  * New upstream release

 -- Luca Filipozzi <lfilipoz@debian.org>  Sun,  2 Jun 2002 17:20:07 -0700

autogen (5.3.5-1) unstable; urgency=low

  * New upstream release
  * debian/watch: uses uscan version 2 syntax
  * debian/rules: added hack to touch getdefs/gen-stamp getdefs/opts-stamp
                  and columns/gen-stamp to prevent auto-regeneration of
                  distributed opts.c and opts.h files (Closes: Bug#142040)

 -- Luca Filipozzi <lfilipoz@debian.org>  Sat, 13 Apr 2002 11:05:35 -0700

autogen (5.3.3-1) unstable; urgency=low

  * New upstream release

 -- Luca Filipozzi <lfilipoz@debian.org>  Sat, 23 Mar 2002 15:49:16 -0800

autogen (5.3.2-1) unstable; urgency=low

  * New upstream release

 -- Luca Filipozzi <lfilipoz@debian.org>  Sat, 23 Feb 2002 23:57:48 -0800

autogen (5.3.1-1) unstable; urgency=low

  * New upstream release

 -- Luca Filipozzi <lfilipoz@debian.org>  Sun, 17 Feb 2002 12:23:57 -0800

autogen (5.2.13-1) unstable; urgency=low

  * New upstream release (Closes: Bug#127081)

 -- Luca Filipozzi <lfilipoz@debian.org>  Mon, 31 Dec 2001 11:15:18 -0800

autogen (5.2.12-2) unstable; urgency=low

  * modified debian/control to create new binary package: libopts9-dev
    noting that autogen      depends on libopts9-dev
    and that    libopts9-dev depends on libopts9 (>=${Source-Version})
    we see that autogen      depends on libopts9 (>=${Source-Version})
    (Closes: Bug#126396)

 -- Luca Filipozzi <lfilipoz@debian.org>  Wed, 26 Dec 2001 15:14:17 -0800

autogen (5.2.12-1) unstable; urgency=low

  * New upstream release

 -- Luca Filipozzi <lfilipoz@debian.org>  Wed, 19 Dec 2001 12:15:56 -0800

autogen (5.2.10-3) unstable; urgency=low

  * created debian/autogen.info (Closes: Bug#117674) 

 -- Luca Filipozzi <lfilipoz@debian.org>  Mon,  5 Nov 2001 18:08:13 -0800

autogen (5.2.10-2) unstable; urgency=low

  * New Maintainer (well, it's still me, just fixed my name in debian/control)

 -- Luca Filipozzi <lfilipoz@debian.org>  Wed, 24 Oct 2001 16:06:25 -0700

autogen (5.2.10-1) unstable; urgency=low

  * New upstream release
  * debian/control required a "Replaces: autogen" because libopts9 now
    contains files previously in autogen (Closes: Bug#111195)

 -- Luca Filipozzi <lfilipoz@debian.org>  Tue, 23 Oct 2001 14:06:10 -0700

autogen (5.2.8-1) unstable; urgency=low

  * New Maintainer
  * New upstream release (Closes: #106657, #42525)
  * Completely reworked the debian/* files
  * Installs autoopts-config for use in Makefile(s)

 -- Luca Filipozzi <lfilipoz@debian.org>  Sun, 12 Aug 2001 11:42:31 -0700

autogen (5.2.7-3) unstable; urgency=low

  * build-depend on libguile-dev vice libguile9-dev, link against
    libguile9 rather than libguile6 (closes:bug#107592,bug#108004,bug#107914)

 -- James R. Van Zandt <jrv@debian.org>  Fri, 10 Aug 2001 19:42:20 -0400

autogen (5.2.7-2) unstable; urgency=low

  * build-depend on tetex-bin and libguile9-dev (vice libguile6-dev)
    (closes:bug#107267,bug#107280,bug#107592)  

 -- James R. Van Zandt <jrv@debian.org>  Sat,  4 Aug 2001 18:30:29 -0400

autogen (5.2.7-1) unstable; urgency=low

  * New upstream release (closes:bug#99470,bug#100599)
  * debian/control: move Build-Depends line to source section
    (closes:bug#104303), update to policy version 3.2.1, rename libopts3
    to libopts9. 
  * debian/control: build-depends on texinfo
  * debian/rules: honor DEB_BUILD_OPTIONS.  Install .info files.
  * README.example, checkopt.def: update per example in autoopt.texi file
  * debian/libopts9.postinst: call ldconfig
  * Makefile.am: move  $(GUILE_INC) to the end of the include directory
    search path, so local files are found before those that may have been
    installed in the same directory as guile, fix courtesy of Alexandre
    Duret-Lutz  <duret_g@epita.fr> (closes:bug#101666)
  * upstream package now has recent config.guess and config.sub files
    (closes:bug#96608)
  * new maintainer email

 -- James R. Van Zandt <jrv@debian.org>  Sat, 28 Jul 2001 13:33:33 -0400

autogen (5.1.4-1) unstable; urgency=low

  * New upstream release
  * Build-Depends: libguile6-dev
  * update URL in watch file
  * update URL in copyright file

 -- James R. Van Zandt <jrv@vanzandt.mv.com>  Sat, 17 Mar 2001 15:13:54 -0500

autogen (4.5.11-4) unstable; urgency=low

  * Build-Depends: debhelper (Closes:Bug#70222)
  * libopts3.postinst: eliminate extra "exit 0" (Thanks to Gordon Sadler
    <gbsadler1@ispchannel.com> Closes:Bug#74130)

 -- James R. Van Zandt <jrv@vanzandt.mv.com>  Sun,  8 Oct 2000 21:33:34 -0400

autogen (4.5.11-3) unstable; urgency=low

  * install autogen.info (closes:Bug#69044)

 -- James R. Van Zandt <jrv@vanzandt.mv.com>  Mon, 14 Aug 2000 21:21:45 -0400

autogen (4.5.11-2) unstable; urgency=low

  * update policy to 3.1.1
  * in copyright file, don't refer to former directory
  * upload everything, since the package unaccountably disappeared from
    unstable (closes:Bug#60308)
  
 -- James R. Van Zandt <jrv@vanzandt.mv.com>  Sat,  4 Mar 2000 09:26:38 -0500

autogen (4.5.11-1) unstable; urgency=low

  * New upstream release

 -- James R. Van Zandt <jrv@vanzandt.mv.com>  Mon,  8 Nov 1999 20:01:37 -0500

autogen (4.5.10-1) unstable; urgency=low

  * New upstream release
  * Supply shlibs.local so autogen package declares its dependency on
    libopts3.

 -- James R. Van Zandt <jrv@vanzandt.mv.com>  Thu, 21 Oct 1999 20:10:56 -0400

autogen (4.5.8-1) unstable; urgency=low

  * New upstream release

 -- James R. Van Zandt <jrv@vanzandt.mv.com>  Mon, 27 Sep 1999 17:10:43 -0400

autogen (4.5.6-2) unstable; urgency=low

  * Link against glibc2.1
  * update to FHS
  * update GPL reference in copyright file

 -- James R. Van Zandt <jrv@vanzandt.mv.com>  Sat,  4 Sep 1999 13:39:19 -0400

autogen (4.5.6-1) unstable; urgency=low

  * New upstream release

 -- James R. Van Zandt <jrv@vanzandt.mv.com>  Sat, 21 Aug 1999 18:15:29 -0400

autogen (4.5.4-3) unstable; urgency=low

  * Actually revise description (Closes: Bug#42144).

 -- James R. Van Zandt <jrv@vanzandt.mv.com>  Sat,  7 Aug 1999 14:45:47 -0400

autogen (4.5.4-2) unstable; urgency=low

  * Revise description (Closes: Bug#42144).
  * In rules, add `-f' flag so that `rm snprintfv/snprintfv.h' does not fail
    gratuitously (Closes: Bug#42070)
  * In /usr/share/aclocal/autoopts.m4, put AC_LANG_* calls around the
    AC_TRY_* calls, so that the C compiler is used no matter what language
    mode the configure script is in when the macro(s) are called.
    (Closes: Bug#42525)

 -- James R. Van Zandt <jrv@vanzandt.mv.com>  Sat,  7 Aug 1999 08:26:46 -0400

autogen (4.5.4-1) unstable; urgency=low

  * New upstream release

 -- James R. Van Zandt <jrv@vanzandt.mv.com>  Sun, 27 Jun 1999 21:35:03 -0400

autogen (4.5.3-1) unstable; urgency=low

  * Initial Release.

 -- James R. Van Zandt <jrv@vanzandt.mv.com>  Fri, 18 Jun 1999 22:09:00 -0400


