netenv (0.94.3-30) unstable; urgency=low

  [ Arnaud Fontaine ]
  * Bump Standards-Version to 3.9.2. No changes needed.
  * Switch debian/copyright to DEP5.

  [ Christian Perrier ]
  * Fix pending l10n issues. Debconf translations:
    + Danish (Joe Hansen). Closes: #634002.
    + Italian (Francesca Ciceri). Closes: #656255.
    + Dutch; (Jeroen Schot). Closes: #656619.

 -- Arnaud Fontaine <arnau@debian.org>  Mon, 23 Jan 2012 17:25:53 +0900

netenv (0.94.3-29) unstable; urgency=low

  * Force init script to be run by itself by adding X-Interactive.
    Closes: #620875.

 -- Arnaud Fontaine <arnau@debian.org>  Thu, 14 Apr 2011 11:26:03 +0900

netenv (0.94.3-28) unstable; urgency=low

  [ Arnaud Fontaine ]
  * debian/control:
    + Bump Standards-Version to 3.9.1. No changes needed.

  [ Christian Perrier ]
  * Fix pending l10n issues. Debconf translations:
    + Spanish (Francisco Javier Cuadrado).  Closes: #600511.
    + Brazilian Portuguese (Flamarion Jorge).  Closes: #618909.
    + Finnish (Esko Arajärvi).  Closes: #619749.
    + Slovak (Slavko).  Closes: #619260.
    + Czech (Miroslav Kure).  Closes: #619808.
    + Brazilian Portuguese (Flamarion Jorge).  Closes: #620013.
    + Catalan; (Innocent De Marchi).  Closes: #620248.

 -- Arnaud Fontaine <arnau@debian.org>  Thu, 14 Apr 2011 00:12:32 +0900

netenv (0.94.3-27) unstable; urgency=low

  * Switch to dpkg-source 3.0 (quilt) format.
    + Remove now useless README.source.
    + Remove include of patchsys-quilt.mk in debian/rules.
    + Remove Build-Depends on quilt and patchutils in debian/control.
  * debian/patches/netenv.diff:
    + Include Ubuntu. Thanks to Luke Faraone. Closes: #574487.

 -- Arnaud Fontaine <arnau@debian.org>  Wed, 31 Mar 2010 00:47:44 +0100

netenv (0.94.3-26) unstable; urgency=low

  * Use new choices list for po-debconf.
    + Bump po-debconf version to 0.6.0 in debian/control.
    + Rename _Choices to __Choices in debian/templates and update the po
      files accordingly.
  * debian/postinst:
    + Put `update-rc.d remove' (patch for #256699) _before_
      #DEBHELPER# (replaced by `update-rc.d start' by dh_installinit).
      Closes: #547394.
  * debian/po:
    + Add russian debconf translation. Thanks to Yuri Kozlov.
      Closes: #554354.
    + Add spanish debconf translation. Thanks to Francisco Javier Cuadrado.
      Closes: #568114.
  * debian/control:
    + Update Standards-Version to 3.8.4. No changes needed.
  * debian/copyright:
    + Update copyright years.
  * debian/watch:
    + Update to version 3.
    + Mangle the upstream version number to match the Debian version
      numbering scheme.

 -- Arnaud Fontaine <arnau@debian.org>  Tue, 09 Feb 2010 18:41:17 +0000

netenv (0.94.3-25) unstable; urgency=low

  * debian/init:
    + Ensure that netenv is started before networking. Thanks to Petter
      Reinholdtsen. Closes: #547394.
  * Fix number-ordering startup. Thanks to Petter Reinholdtsen.
    Closes: #256699.
  * debian/config:
    + Run set -e in the body of the script instead of the shebang line.
  * debian/copyright:
    + Update copyright years.
  * debian/control:
    + Update Standards-Version to 3.8.3.
      - Add debian/README.source.
  * debian/po/cs.po:
    + Update translation. Thanks to Miroslav Kure. Closes: #534789.

 -- Arnaud Fontaine <arnau@debian.org>  Tue, 22 Sep 2009 11:31:38 +0100

netenv (0.94.3-24) unstable; urgency=low

  * debian/po/sv.po:
    + Update swedish translation to fix a fuzzy string. Thanks to Martin Bagge.
      Closes: #492184.
  * debian/patches/netenv_fix_bashism.diff:
    + Add patch to fix bashisms. Thanks to Raphael Geissert and Chris Lamb.
      Closes: #489641.
  * debian/control:
    + Build-Depends on cdbs 0.4.27 instead of depending on first revision.
  * debian/doc-base*:
    + Convert doc-base.de to UTF-8.
    + Update doc-base section from admin to System/Administration.
  * debian/copyright:
    + Convert to UTF-8.

 -- Arnaud Fontaine <arnau@debian.org>  Wed, 27 Aug 2008 09:51:37 +0200

netenv (0.94.3-23) unstable; urgency=low

  * New email address.
  * Remove useless debian/control.in.
  * debian/control:
    + Update Standards-Version to 3.8.0.
    + Wrap Build-Depends field.
    + Add Homepage field.
  * debian/copyright:
    + Add copyright informations.
    + Update GPL path.
    + Update copyright years.
  * debian/patches:
    + Update patches in order to apply at level 1. Closes: #485348.

 -- Arnaud Fontaine <arnau@debian.org>  Thu, 26 Jun 2008 00:05:02 +0900

netenv (0.94.3-22) unstable; urgency=low

  * debian/patches/netenv-*.html.diff:
    + Fix typo in update-rc.d command. Closes: #405544.
  * debian/po/pt.po:
    + Update translation. Thanks to Rui Branco <traduz@debianpt.org>.
      Closes: #420369.
  * debian/patches/netenv.diff:
    + Improve grep on netenv_id which may matches on $netenv_id whereas
      it shouldn't. Thanks to Vincent Lefevre <vincent@vinc17.org>.
      Closes: #302781.
    + Read /etc/hostname by default instead of using uname -n.
      Closes: #328639.
  * debian/control*:
    + Remove uneeded depends on coreutils.

 -- Arnaud Fontaine <arnaud@andesi.org>  Fri,  2 Feb 2007 22:32:11 +0100

netenv (0.94.3-21) unstable; urgency=low

  * Replace /etc/networking/interfaces by /etc/networks/interfaces in
    debconf templates. Closes: #399835.
  * doc/netenv-de.html doc/netenv-en.html:
    + Fix syntax error. Closes: #215895.
  * debian/po/de.po:
    + Update translation. Thanks to Helge Kreutzmann <debian@helgefjell.de>.
      Closes: #401419.

 -- Arnaud Fontaine <arnaud@andesi.org>  Sun, 17 Dec 2006 12:58:54 +0100

netenv (0.94.3-20) unstable; urgency=low

  * debian/config:
    - Really remove bashism. Closes: #398614.

 -- Arnaud Fontaine <arnaud@andesi.org>  Sun, 19 Nov 2006 20:29:31 +0100

netenv (0.94.3-19) unstable; urgency=low

  * Make wireless-* aware of netenv_setup script. Thanks to Alberto
    Federico Turelli <bibe@atworkonline.it>.  Closes: #381172.
  * Update of french debconf translation. Closes: #398662.
  * debian/config:
    - Remove bashism. Closes: #398614.
  * debian/init:
    - Replace NETENV by NETENV_SCRIPT because NETENV is used by netenv
      itself. Closes: #398683.
  * debian/templates:
    - Turn all debconf note to error type. Closes: #398608.

 -- Arnaud Fontaine <arnaud@andesi.org>  Tue, 14 Nov 2006 17:35:07 +0100

netenv (0.94.3-18) unstable; urgency=low

  * New maintainer. Closes: #389394.
  * Add portuguese translation for debconf menus. Closes: #381785.
  * Move changes from diff.gz to debian directory:
    - Move netenv.conf to debian/conf/netenv.
    - Move added examples and doc in debian/doc.
    - Add patches for netenv, doc/netenv-en.html, doc/netenv-de.html.
    - Move manpage from man/netenv.8 to debian/doc/netenv.8.
  * debian/control.in:
    - Add cdbs and po-debconf to Build-Depends.
    - Bump standard version to 3.7.2.2. No changes needed.
    - Add Homepage field.
    - Fix spelling mistake in package description. Closes: #390060.
    - Remove stat from Depends field. Closes: #370006.
  * debian/rules:
    - Switch to cdbs.
  * debian/config:
    - Raise priority to high for every debconf notes. Closes: #388944.
  * debian/postrm:
    - Dont require the presence of debconf during the postrm.
      Closes: #388780.
  * debian/copyright:
    - Update the FSF address.
  * debian/templates:
    - Fix misspelling of default value in netenv/showagain.
  * debian/init:
    - Add run-time dependencies according to the LSB.
    - Add proper exit codes.

 -- Arnaud Fontaine <arnaud@andesi.org>  Sat,  7 Oct 2006 19:23:07 +0200

netenv (0.94.3-17) unstable; urgency=low

  * Don't let the traps fail if a tempfile is not present, thanks to
    Arnaud Fontaine <arnaud@andesi.org> (closes: #348769)

 -- Frank Küster <frank@debian.org>  Thu, 19 Jan 2006 09:08:05 +0100

netenv (0.94.3-16) unstable; urgency=low

  * Remove temporary files created in config and postinst, thanks to Lars
    Wirzenius <liw@iki.fi> (closes: #332493)
  * Added Swedish debconf translation, thanks to Daniel Nylander
    <yeager@lidkoping.net> (closes: #338804)

 -- Frank Küster <frank@debian.org>  Tue, 17 Jan 2006 12:59:47 +0100

netenv (0.94.3-15) unstable; urgency=low

  * Replace manual debconf dependency by ${misc:Depends} (closes: #332046)

 -- Frank Küster <frank@debian.org>  Wed,  5 Oct 2005 10:54:04 +0200

netenv (0.94.3-14) unstable; urgency=low

  * Bug fix: "netenv: man1 listed but not used", thanks to Dan Jacobson
    (Closes: #321859).
  * Bug fix: "netenv: missing redirection of stderr to /dev/null", thanks
    to Vincent Lefevre (Closes: #302779).

 -- Frank Küster <frank@debian.org>  Mon,  8 Aug 2005 10:03:16 +0200

netenv (0.94.3-13) unstable; urgency=low

  * Added patch by Tim Woodall <debianbugs@woodall.me.uk> to allow spaces
    in the description of a netenv_id.  Thank you very much, I was annoyed
    by this behavior for a long time, but didn't have the idea how to
    solve it. (Closes: #311992)
  * Bug fix: "netenv: [INTL:de] German PO file corrections", thanks to
    Jens Seidel (Closes: #313961).
  * Added Vietnamese translation, thanks to Clytie Siddall
    <clytie@riverland.net.au> (closes: #315811)

 -- Frank Küster <frank@debian.org>  Tue, 28 Jun 2005 10:55:31 +0200

netenv (0.94.3-12) unstable; urgency=low

  * Translations:
    - Added Czech translation, thanks to Miroslav Kure
      <kurem@upcase.inf.upol.cz> (closes: #295976)

 -- Frank Küster <frank@debian.org>  Mon, 21 Feb 2005 10:34:05 +0100

netenv (0.94.3-11) unstable; urgency=low

  * Make sure temporary files are always removed, thanks to Javier
    Fernández-Sanguino Peña <jfs@computer.org> (closes: #287926)

 -- Frank Küster <frank@debian.org>  Mon, 10 Jan 2005 18:18:47 +0100

netenv (0.94.3-10) unstable; urgency=medium

  * Change the check for incomplete debconf translation, this fixes the
    FTBFS bug (#282374) - thanks to Kurt Roeckx <Q@ping.be>!
  * Change "REMEBER" to "REMEMBER" in the documentation, thanks again to
    Ondrej Medek <O.Medek@sh.cvut.cz>
  * Translations:
    - Updated catalan debconf translation, thanks to Aleix Badia i Bosch
      <a.badia@callusdigital.org>.

 -- Frank Küster <frank@debian.org>  Mon, 29 Nov 2004 11:13:21 +0100

netenv (0.94.3-9) unstable; urgency=low

  * Netenv can now remember the last selection, many thanks to Ondrej
    Medek <O.Medek@sh.cvut.cz> (closes: #204081)
  * Change default answer for debconf template is_configured0. The old
    value lead to problems with the noninteractive fronted (Closes:
    #250914).
  * Added watch file for uscan.
  * Translation:
    - Updated french debconf translation, thanks to Christian Perrier
      <bubulle@kheops.frmug.org>

 -- Frank Küster <frank@debian.org>  Sun, 24 Oct 2004 22:06:53 +0200

netenv (0.94.3-8) unstable; urgency=low

  * It is now possible to specify the default configuration on the command
    line.

 -- Frank Küster <frank@debian.org>  Thu, 20 May 2004 07:28:50 +0200

netenv (0.94.3-7) unstable; urgency=low

  * added catalan debconf translation  (closes: #248732)
  * Add option to automatically or never restart the network when called
    from a tty. (closes: #249808)

 -- Frank Küster <frank@debian.org>  Wed, 19 May 2004 13:59:36 +0200

netenv (0.94.3-6) unstable; urgency=low

  * Introduce an option so that bold users can use expert mode if they
    like.

 -- Frank Küster <frank@debian.org>  Sat,  8 May 2004 10:12:44 +0200

netenv (0.94.3-5) unstable; urgency=low

  * Disable expert mode. It's a security risk.

 -- Frank Küster <frank@debian.org>  Fri,  7 May 2004 18:42:59 +0200

netenv (0.94.3-4) unstable; urgency=low

  * added french debconf template  (closes: #233733)

 -- Frank Küster <frank@debian.org>  Fri, 20 Feb 2004 09:54:38 +0100

netenv (0.94.3-3) unstable; urgency=low

  * Now uses po-debconf, thanks to Martin Quinson
    <Martin.Quinson@tuxfamily.org>.  (closes: #232084)
  * Added workaround for wwwoffle bug #224937.
  * Refined manpage and documentation.
  * netenv now understands --version and --help
  * refined config, bootp or dhcp in network.opts can now be found. Also,
    some grep's blew their stderr on the screen.

 -- Frank Küster <frank@kuesterei.ch>  Thu, 12 Feb 2004 22:05:16 +0100

netenv (0.94.3-2) unstable; urgency=low

  * Fixed typo in postinst (and /etc/netenv/setup-default)
    (closes: #225582)
  * Now build-depends on debhelper >= 4.1.17 (closes: #224792)

 -- Frank Küster <frank@kuesterei.ch>  Mon,  5 Jan 2004 11:31:55 +0100

netenv (0.94.3-1) unstable; urgency=low

  * New upstream version (no changes important for Debian users)
  * Dropped usage of gdialog and dependency on gnome-utils. Its successor,
    zenity, doesn't work without X. This also closes: #217427, because
    it was triggered only with gdialog (and most probably a swsusp bug,
    anyway).
  * Rewrote config and postinst (less questions). The documentation now
    explains how to make netenv work with PCMCIA network information in
    /etc/pcmcia/network.opts. Also some minor changes in doc directory.
  * Rephrased debconf template (thanks to Jesus Climent
    <jesus.climent@hispalinux.es>) (closes: #219799)
  * included short version information from netenv.spec into changelog,
    refer to separate upstream NEWS.
  * Bumped standards version to 3.6.1.0 (no changes needed).
  * netenv will now give a useful error message in case dialog cannot be
    found.

 -- Frank Küster <frank@kuesterei.ch>  Wed, 19 Nov 2003 14:20:46 +0100

netenv (0.94.2-3) unstable; urgency=low

  * fixed regex in function grep_var in config, thanks to Will McDonald
    <will@cs.wisc.edu> (closes: #213930)
  * Applied tempfile creation patch from Vincent Lefevre
    <vincent@vinc17.org> (closes: #213264), remove old tempfiles.
  * When creating a new configuration with the help of the netenv script,
    make sure that /etc/netenv/hostname is really created
    (closes: #132324). An upstream bug, but important enough to not wait
    for a new relase.

 -- Frank Küster <frank@kuesterei.ch>  Mon, 20 Oct 2003 21:20:16 +0200

netenv (0.94.2-2) unstable; urgency=low

  * Bumped standards version to 3.6.1 (nothing to change)
  * Added linda overrides
  * Moved example files to their proper directory
  * Fixed error in config when pcmcia is used
  * trpnc is no longer used, it's now architecture: any (closes: #211298)
  * Updated description

 -- Frank Küster <frank@kuesterei.ch>  Wed, 17 Sep 2003 17:03:44 +0200

netenv (0.94.2-1.1) unstable; urgency=low

  * small changes, thanks to Bernhard Link <brlink@debian.org>

 -- Frank Küster <frank@kuesterei.ch>  Fri, 15 Aug 2003 13:14:07 +0200

netenv (0.94.2-1) unstable; urgency=low

  * New maintainer  (closes: #188167)
  * New upstream release (closes: #67513)
  * Doesn't start GUI if variable NETENV is set (closes: #59729)
  * Added a configuration file. There you can change variables from their
    defaults. This is currently useful for NETENV_RUN_INIT_SCRIPTS, where
    you can specify scripts in /etc/init.d/ that should be run when
    changing configuration on the fly. It is further useful for the
    timeout feature.
  * Added a NETENV_TIMEOUT variable that can be set in the config
    file. Works only with dialog, not gdialog (but it's save). Split Bug
    #82526 in two; (closes: #204080)
  * Moved NETENV_FIL from /etc/netenv/netenv to /var/tmp/netenv. Upstream
    keeps it in /tmp, but there it will be immediately wiped out by
    bootmisc.sh. /etc/ isn't the right place.
  * Introduced debconf. The postinst script has been completely rewritten,
    and the config script now tries to read the current network parameters
    from conffiles instead using commands.
    (closes: #166947, #166948, #120299, #166948)
  * Package now depends on dialog or gnome-utils (which contain gdialog)
    (closes: #97944)
  * The new upstream release uses uname -s to generate the title
    (closes: #114594)
  * Corrected wording in description (closes: #125179)
  * Added real manpages
  * Added Debian specific sections to the html documentation.

 -- Frank Küster <frank@kuesterei.ch>  Thu, 14 Aug 2003 10:26:00 +0200

netenv (0.82-12) unstable; urgency=low

  * New maintainer
  * Moved manpages to /usr/share/man (Closes: #91023)
  * Moved documentation to /usr/share/doc (Closes: #91604)

 -- Robert van der Meulen <rvdm@debian.org>  Wed, 28 Mar 2001 19:21:52 +0200

netenv (0.82-11) unstable; urgency=low

  * Orphaned package since the guy who took over never uploaded a new version.

 -- Michael Meskes <meskes@debian.org>  Thu, 21 Sep 2000 10:24:03 -0700

netenv (0.82-10) unstable; urgency=low

  * Make sure temporary file are removed.

 -- Michael Meskes <meskes@debian.org>  Sun,  6 Jun 1999 19:22:47 +0200

netenv (0.82-9) unstable; urgency=low

  * Updated docs to list correct placement of file.

 -- Michael Meskes <meskes@debian.org>  Tue, 23 Feb 1999 17:51:25 +0100

netenv (0.82-8) frozen unstable; urgency=low

  * Remove /etc/netenv/netenv instead of /var/run/netenv.

 -- Michael Meskes <meskes@debian.org>  Mon, 14 Dec 1998 20:07:09 +0100

netenv (0.82-7) frozen unstable; urgency=low

  * Move /var/run/netenv to /etc/netenv/netenv (#30569)

 -- Michael Meskes <meskes@debian.org>  Fri, 11 Dec 1998 09:46:06 +0100

netenv (0.82-6) frozen unstable; urgency=low

  * Move /tmp/netenv to /var/run/netenv (#30133)

 -- Michael Meskes <meskes@debian.org>  Wed,  2 Dec 1998 14:50:44 +0100

netenv (0.82-5) unstable; urgency=low

  * Remove file /tmp/netenv in /etc/init.d/netenv before running netenv

 -- Michael Meskes <meskes@debian.org>  Tue,  6 Oct 1998 09:57:08 +0200

netenv (0.82-4) unstable; urgency=low

  * Created init file in init.d and moved netenv script to /sbin
  * Fixed some bugs in postinst

 -- Michael Meskes <meskes@debian.org>  Thu,  1 Oct 1998 08:54:36 +0200

netenv (0.82-3) unstable; urgency=low

  * Added 'Recommends: dialog' to control file (#25234)
  * Changed some texts in postinst

 -- Michael Meskes <meskes@debian.org>  Mon, 10 Aug 1998 12:52:09 +0200

netenv (0.82-2) unstable; urgency=low

  * Added postinst to do some initial configuration
  * Changed description (#25425)

 -- Michael Meskes <meskes@debian.org>  Mon, 10 Aug 1998 12:52:09 +0200

netenv (0.82-1) unstable; urgency=low

  * New maintainer
  * New upstream version

 -- Michael Meskes <meskes@debian.org>  Mon,  3 Aug 1998 09:06:22 +0200

netenv (0.81-1) unstable; urgency=low

  * Initial Debian release.

 -- Brian Mays <brian@debian.org>  Fri, 12 Jun 1998 12:32:54 -0400
