lsb (1.3-9ubuntu7) warty; urgency=low

  * prerm, postinst: Add support for amd64. (closes: #1354)

 -- Tollef Fog Heen <tfheen@raw.no>  Mon, 20 Sep 2004 09:29:54 +0200

lsb (1.3-9ubuntu6) warty; urgency=low

  * init-functions: fix a bashism on line #76 (closes #1325)
  * debian-control: added sed as a dependency just to be safe

 -- Nathaniel McCallum <npmccallum@canonical.com>  Thu, 16 Sep 2004 22:52:18 -0400

lsb (1.3-9ubuntu5) warty; urgency=low

  * init-functions: check for tput on each function call that requires it,
    closes (#1044)

 -- Nathaniel McCallum <npmccallum@canonical.com>  Tue,  7 Sep 2004 12:00:16 -0400

lsb (1.3-9ubuntu4) warty; urgency=low

  * init-functions: checks for the needed binaries (in /usr)
  * init-functions: fallbacks if binaries aren't available
  * init-functions: fallbacks if tput can't handle the current TERM

 -- Nathaniel McCallum <npmccallum@canonical.com>  Fri,  3 Sep 2004 21:17:24 -0400

lsb (1.3-9ubuntu3) warty; urgency=low

  * init-functions: made log_end_msg return the same exitstatus it is passed 

 -- Nathaniel McCallum <npmccallum@gentoo.org>  Mon, 30 Aug 2004 18:44:03 -0400

lsb (1.3-9ubuntu2) warty; urgency=low

  * init-functions: added two more ourput functions and a function to get lsb info
  * init-functions: fixed a path problem

 -- Nathaniel McCallum <npmccallum@gentoo.org>  Mon, 30 Aug 2004 17:23:42 -0400

lsb (1.3-9ubuntu1) warty; urgency=low

  * Modified init-functions to provide cleaner (simpler) output
  * Splitting init-functions into a second package with less depends:
    . debian/config -> debian/lsb.config
    . debian/dirs -> debian/lsb.dirs
    . debian/postinst -> debian/lsb.postinst
    . debian/prerm -> debian/lsb.prerm
    . debian/templates -> debian/lsb.templates
    . debian/rules: install init-functions to lsb-base
    . debian/lsb.dirs: removed lib/lsb
    . debian/lsb-base.dirs: added lib/lsb
    . debian/control: added new package (lsb-base)

 -- Nathaniel McCallum <npmccallum@gentoo.org>  Mon, 16 Aug 2004 06:17:52 -0400

lsb (1.3-9) unstable; urgency=low

  * Added Danish po file.  (Closes: #234406)

 -- Chris Lawrence <lawrencc@debian.org>  Mon, 23 Feb 2004 15:04:37 -0600

lsb (1.3-8) unstable; urgency=low

  * Added German po file.  (Closes: #223120)
  * Depend on exim4 | m-t-a instead of exim | m-t-a.  (Closes: #228588)

 -- Chris Lawrence <lawrencc@debian.org>  Sat, 31 Jan 2004 20:49:47 -0600

lsb (1.3-7) unstable; urgency=medium

  * Conflict with libutahglx1 instead of depending on xlibmesa3-gl.
    This will allow XFree86 4.3.0's libgl1 to be installed on the system.
  * Move conflicts with Python to 2.5, since 2.4 is not expected to be
    backwards incompatible with anything in the lsb package.

 -- Chris Lawrence <lawrencc@debian.org>  Tue, 18 Nov 2003 12:02:01 -0600

lsb (1.3-6) unstable; urgency=medium

  * Depend on alien 8.36 or later.  (Closes: #220177)
  * Depend on xlibmesa3-gl instead of libgl1.  (Closes: #220523)
  * If the pathname supplied to install_initd or remove_initd exists
    relative to the cwd, use it rather than prepending /etc/init.d.
    (Closes: #207851)
  * Added notes for backporting to woody to README.Debian.

 -- Chris Lawrence <lawrencc@debian.org>  Mon, 17 Nov 2003 10:05:29 -0600

lsb (1.3-5) unstable; urgency=low

  * Note in README.Debian that the --lsbsysinit option in /etc/crontab is
    required for strict LSB compliance.  (Closes: #214896)
  * Re-enable $netdaemons facility in the "internal registry" again, as
    gLSB 1.1 included it and some packages appear to still use it.
    (Closes: #210578)
  * Use ld.so.1 symlink instead of the glibc-version-dependent location
    for s390.  (Closes: #216824)

 -- Chris Lawrence <lawrencc@debian.org>  Wed, 22 Oct 2003 13:17:25 -0500

lsb (1.3-4) unstable; urgency=low

  "cobaco":
  * Add Dutch translation of debconf template.  (Closes: #204921)
  Matt Taggart:
  * Add ia64 to description.  (Closes: #207694)
  Tobias Burnus:
  * Provide a skeleton LSB init script.  (Closes: #207715)
  * Numerous improvements to init-functions.  (Closes: #207639)
  Me:
  * Support broken uses of install_initd and remove_initd.
    (See #207851; still pondering on start_daemon's behavior.)

 -- Chris Lawrence <lawrencc@debian.org>  Wed, 10 Sep 2003 17:40:24 -0500

lsb (1.3-3) unstable; urgency=low

  * Depend on pax.  (Closes: #203545)
  * Add ld.so symlink for ia64.  (Closes: #203541)
  * Improved French translation.  (Closes: #202692)

 -- Chris Lawrence <lawrencc@debian.org>  Fri,  8 Aug 2003 18:13:08 -0400

lsb (1.3-2) unstable; urgency=low

  * Use iteritems instead of the default iterator when saving the
    init script dependency dictionary.  (Closes: #202012)
  * Add a link to Matt Taggart's DebConf2 talk to README.Debian.
    (Closes: #198600)
  * Add French translation of debconf prompts.  (Closes: #201626)

 -- Chris Lawrence <lawrencc@debian.org>  Mon, 21 Jul 2003 12:19:34 -0400

lsb (1.3-1) unstable; urgency=low

  * First release of LSB 1.3 for Debian.
  * Convert everything to Python 2.2+ style.
  * Clean up the parsing of header lines to be fully compliant.
  * Add po-debconf patch.  (Closes: #186853)
  * Don't retry if a signal specified in killproc.  (Closes: #167759)
  * Revise pidofproc to return a failure code if no pid found.
    (Closes: #190719)
  * Properly treat Required-Start and Required-Stop as strict dependencies
    (install_initd will now fail if they cannot be fulfilled.)
  * remove_initd will now fail if removing the init script would cause
    another LSB package to be missing a dependency.  (However, the
    tracking for these dependencies was not done in the past.  As this is
    part of gLSB 1.9, this should not be a problem.)
  * The previous two items were in a single report.  (Closes: #198293)
  * Support Should-Start and Should-Stop from gLSB 1.9.  (Closes: #198277)
    (A warning message will be output if a facility requested is unavailable.)
  * Support -p argument to killproc, pidofproc and start_daemon, per gLSB 1.9.
    (Closes: #197794)
  * Set up the ld-lsb symlink in the postinst, so it can vary between
    architectures, and remove in the prerm.  (Closes: #183617)
    Currently only defined for IA32 (i386), PPC32 (powerpc) and S390
    (s390); please let me know the correct link for IA64 (ia64) and any
    other ports that may be floating out there.  (I'm only interested in
    architectures that appear at http://www.linuxbase.org/spec/.)
  * Purge the lsb registry on package removal.
  * Depend on mawk | gawk; original-awk may not be SUS-compliant.
    (See http://www.linuxbase.org/spec/refspecs/LSB_1.3.0/gLSB/gLSB/awk.html)

 -- Chris Lawrence <lawrencc@debian.org>  Tue, 24 Jun 2003 03:06:37 -0500

lsb (1.2-6) unstable; urgency=medium

  * Fix call to shadowconfig in postinst.  (Closes: #166041)
  * Add text to the debconf template that lets the user know that shadow
    passwords are not needed by most LSB applications.

 -- Chris Lawrence <lawrencc@debian.org>  Sat, 26 Oct 2002 07:20:54 -0500

lsb (1.2-5) unstable; urgency=medium

  * Remove duplicate --retry 5 from start-stop-daemon call.  (Closes: #165395)
  * Fix bugs in the init script registry code.  (Closes: #165038)

 -- Chris Lawrence <lawrencc@debian.org>  Tue, 22 Oct 2002 06:23:03 -0500

lsb (1.2-4) unstable; urgency=low

  * Support more specifications for the signal in "killproc".
    (Closes: #163109)

 -- Chris Lawrence <lawrencc@debian.org>  Fri,  4 Oct 2002 07:09:22 -0500

lsb (1.2-3) unstable; urgency=low

  * Return non-zero exit status if "pidofproc" can't find the process.
    (Closes: #157314)

 -- Chris Lawrence <lawrencc@debian.org>  Wed, 21 Aug 2002 13:20:09 -0500

lsb (1.2-2) unstable; urgency=low

  * Fix silly typos in install_initd.  (Closes: #152544)
  * Fix duplicated --retry 5.  (Closes: #152552)

 -- Chris Lawrence <lawrencc@debian.org>  Wed, 10 Jul 2002 15:48:10 -0500

lsb (1.2-1) unstable; urgency=low

  * ADV: Matt Taggart will be giving a presentation on LSB in Debian at
    Debconf2 on Sunday afternoon; your attendence and attentiveness is
    strongly encouraged :-)

  * First release of LSB 1.2 (hopefully-)compliant package.
  * Added link to joeyh's LSB testing page to README.Debian.
  * Revised README.Debian in light of LSB 1.2's improved verbiage.
  * Added support for facilities introduced in gLSB 1.2.  (Closes: #148568)
    - $time: start >= S24, stop <= K21
    - $portmap: start >= S19, stop <= K34
  * Removed support for the $netdaemons facility, which vanished from the
    specification.  Hopefully nobody is using it...
  * Call pidof if it's available and /var/run/$1.pid doesn't exist.

 -- Chris Lawrence <lawrencc@debian.org>  Tue,  2 Jul 2002 19:48:35 -0500

lsb (1.1.0-11) unstable; urgency=low

  * Note that Debian's run-parts ignores certain lsb cron.* scripts, in
    violation of the LSB specification.  See #118646.
    (If necessary, run-parts may be diverted by this package to conform.)

 -- Chris Lawrence <lawrencc@debian.org>  Mon, 15 Apr 2002 02:25:51 -0500

lsb (1.1.0-10) unstable; urgency=low

  * Force removal of rc.d links in remove_initd.  (Closes: #139400)

 -- Chris Lawrence <lawrencc@debian.org>  Thu, 21 Mar 2002 22:43:01 -0600

lsb (1.1.0-9) unstable; urgency=low

  * Improve error handing in {install,remove}_initd when no argument is
    specified.
  * Fix minor syntax error in outputing the facilities file.
  * Move facilities file handling into the initdutils module.
  * Changed facilities file format to allow multiple init scripts to
    provide the same facility w/o crashing.
  * These changes should solve all the init script handing bugs; thanks to
    Tobias Burnus <tburnus@physik.fu-berlin.de> for his testing.

 -- Chris Lawrence <lawrencc@debian.org>  Tue, 19 Mar 2002 20:40:50 -0600

lsb (1.1.0-8) unstable; urgency=low

  * Fix typo in debian/rules.  (Closes: #138945)
  * Rewrite the init script handling to improve modularity.
  * Fix typos in regexes in init script handling.  (Closes: #138946)

 -- Chris Lawrence <lawrencc@debian.org>  Tue, 19 Mar 2002 14:47:43 -0600

lsb (1.1.0-7) unstable; urgency=low

  * Fix remove_initd in line with the changes to install_initd.

 -- Chris Lawrence <lawrencc@debian.org>  Sun, 17 Mar 2002 19:46:21 -0600

lsb (1.1.0-6) unstable; urgency=medium

  * Fix typos in init functions.  (Closes: #138766)
  * Move init-functions to /lib/lsb.  (Closes: #138762)
  * Fix logic errors in start_daemon.  (Closes: #138771)
  * Fix init script header processing to accomodate minor deviations from
    the LSB spec.  (Closes: #138789)

 -- Chris Lawrence <lawrencc@debian.org>  Sun, 17 Mar 2002 18:27:42 -0600

lsb (1.1.0-5) unstable; urgency=low

  * Include /usr/X11R6/bin to make the LSB test suite happy.  Document
    LSB's lack of specification of an X server or any clients as required
    for compliance (hence making it odd that /usr/X11R6/bin would be
    needed, as it could conceivably be empty).  (Closes: #136713)
  * Prompt on installation if shadow passwords appear to be disabled, and
    enable them if requested.  (Closes: #136806)
  * Fix the spelling of Matt Taggart's name in README.Debian.

 -- Chris Lawrence <lawrencc@debian.org>  Fri,  8 Mar 2002 23:19:39 -0600

lsb (1.1.0-4) unstable; urgency=low

  * Clean up directories to omit those present in current base-files.
  * Rearrange README.Debian to put installation discussion near the top.

 -- Chris Lawrence <lawrencc@debian.org>  Sun, 24 Feb 2002 23:51:05 -0600

lsb (1.1.0-3) unstable; urgency=low

  * Release candidate.
  * Include HTML files from Matt Taggart <taggart@debian.org> comparing
    the LSB spec to Debian.
  * Clean up dependency list.
  * Convert to arch-independent package.
  * Add lsb(8) manpage.

 -- Chris Lawrence <lawrencc@debian.org>  Sun, 24 Feb 2002 21:42:26 -0600

lsb (1.1.0-2) unstable; urgency=low

  * Update README.Debian and install_initd to implement a few changes:
    - uid/gid for bin is documented.
    - treat RL 2-5 as the same, because nothing else sensible seems
      available.
  
 -- Chris Lawrence <lawrencc@debian.org>  Mon, 18 Feb 2002 20:08:23 -0600

lsb (1.1.0-1) unstable; urgency=low

  * Initial Release.  (Closes: #134658)

 -- Chris Lawrence <lawrencc@debian.org>  Sun, 17 Feb 2002 14:07:32 -0600
