tpctl (4.8-1) unstable; urgency=low

  * Tweak tpctl initscript to allow different forms of "yes"
  * Source confmodule in postinst

 -- Thomas Hood <jdthood@yahoo.co.uk>  Fri,  3 Oct 2003 20:39:03 +0200

tpctl (4.7-1) unstable; urgency=low

  * debian/po/nl.po:
    * Add  (Closes: #206514).  Met dank aan cobaco.
  * debian/postinst:
    * try-restart apmiser on upgrade
  * debian/rules:
    * Make use of dh_installinit's new --name option.
      Thanks to Joey Hess for implementing this.
  * debian/control:
    * Build-Depend on debhelper 4.1.68 because of above
    * Standards-Version: 3.6.1  (No changes required)
  * /etc/init.d/tpctl:
    * Create to control sedate-on-lid-closure -- disable it during
      boot and shutdown sequences.  (Closes: #206084)
      Thanks to Andrew Lau for this idea.
  * /etc/default/tpctl:
    * Create to control initscript
  * /usr/sbin/apmiser:
    * Make more intelligent.  New options have been added.
      See the upstream ChangeLog for more details.
      Thanks to wayne schlitt for this work.
  * /etc/init.d/apmiser:
    * Take advantage of the fact that apmiser now generates a pidfile
    * Improve messages and error handling
    * Add "try-restart" option for use by postinst
  * /etc/apm/event.d/apmiser:
    * Create
  * /etc/default/apmiser:
    * Create to control initscript and apm event script
  * apmiser/README
    * Update

 -- Thomas Hood <jdthood@yahoo.co.uk>  Sun, 10 Aug 2003 14:49:33 -0400

tpctl (4.6-1) unstable; urgency=low

  * New upstream with only minor changes
  * Standardized debian copyright file
  * debian/control
    * Standards-Version: 3.6.0  (No changes required)
    * Recommend thinkpad-source (>= 4.0) and thinkpad4-modules
  * Gettextize Debian template.  (Closes: #200553)
    Merci  Michel Grentzinger.
  * Ajouter debian/po/fr.po  (Closes: #200900)
  * Only install apmiser stop rcsymlinks in rc0 and rc6 .
    Now that we use the dh_installinit --start option, invoke-rc.d is
    not called in the postinst, so we do not need to install stop
    rcsymlinks in every runlevel to prevent invoke-rc.d from improperly
    starting apmiser.  (We don't want to start apmiser automatically.
    We leave it up to the administrator to start it manually or to set
    up start rcsymlinks.)

 -- Thomas Hood <jdthood@yahoo.co.uk>  Wed,  9 Jul 2003 08:28:35 +0200

tpctl (4.5-1) unstable; urgency=low

  * New upstream

 -- Thomas Hood <jdthood@yahoo.co.uk>  Sat, 10 May 2003 14:09:16 +0200

tpctl (4.4-1) unstable; urgency=low

  * New upstream
  * Update standards version to 3.5.9:
    * In initscript restart, don't make start dependent on successful
      stop, as per policy.
  * Remove shlibs.local
  * /etc/init.d/apmiser:
    * Print error messages on stderr
    * Exitstatus 3 if arg not recognized

 -- Thomas Hood <jdthood@yahoo.co.uk>  Mon,  7 Apr 2003 21:15:48 +0200

tpctl (4.2-1) unstable; urgency=medium

  * New upstream apmiser.
    Thanks to Dirk Husemann for improving the apmiser script
  * Update description in control file (... mention "IBM" in
    the synopsis and say who should install this package).
  * Add shlibs.local so that we depend on libc6 (>= 2.2.5-11.2)
    and libncurses5 (>= 5.2.20020112a-7), i.e., the woody versions:
        libc 6 libc6 (>= 2.2.5-11.2)
        libncurses 5 libncurses5 (>= 5.2.20020112a-7)
        libmenu 5 libncurses5 (>= 5.2.20020112a-7)

 -- Thomas Hood <jdthood@yahoo.co.uk>  Fri, 17 Jan 2003 10:32:35 +0100

tpctl (4.1-1) unstable; urgency=low

  * Standards-Version: 3.5.8
  * To make linda happy:
      #!/bin/sh -e  =>  #!/bin/sh\nset -e

 -- Thomas Hood <jdthood@yahoo.co.uk>  Wed, 20 Nov 2002 12:00:00 +0100

tpctl (4.0-1) unstable; urgency=high

  * New upstream.  See upstream ChangeLog.
  * Stop apmiser in runlevel 1 (as well as in 0 and 2-6).
  * No --no-restart-on-upgrade option for dh_installinit.
    This switch merely results in the apmiser daemon not being
    stopped in prerm before upgrade.  What we really want is
    the new dh_installinit --no-start option, so ...
  * Add --no-start option to dh_installinit
  * Standards-Version: 3.5.7
  * Use dh_installdebconf before dh_installinit and dh_makeshlibs.
    This ensures that the debconf bit comes before the others in
    the postrm.  Since the debconf bit calls the postrm again,
    it should be the first bit, otherwise the other parts of the
    postrm get executed twice.
  * tpctl now depends on thinkpad-base version 4.0 or later.
    Also add "-V 'tpctl (>= 4.0)'" to dh_makeshlibs.
    This is because we now ship libsmapidev as version 2, in agreement
    with its internal version number.
  * Add "-l$(DEB)/usr/lib" to dh_shlibdeps.  This eliminates a
    warning message from dpkg-shlibdeps that libsmapidev.so.2 cannot
    be found

 -- Thomas Hood <jdthood@yahoo.co.uk>  Sat, 5 Nov 2002 18:00:00 +0200

tpctl (3.7-1) unstable; urgency=low

  * New upstream (with updated docs, added /etc/init.d/apmiser, tweaked
    apmiser and debconf templates)
  * Reword note about thinkpad-modules-x.y.z
  * Add /etc/init.d/apmiser (Closes: #137308) and debconf note to that effect
  * By default, do not start apmiser in any runlevel; but stop apmiser
    on shutdown, so that the machine will boot next time at full speed
  * debian/rules cleanup
  * Add Spanish translation of notes to debconf templates
    -- Thanks to Daniel H. Perez!

 -- Thomas Hood <jdthood@yahoo.co.uk>  Thu, 10 Aug 2002 12:00:00 -0400

tpctl (3.4-1) unstable; urgency=medium

  * Add debconf note about getting a thinkpad-modules-x.y.z package

 -- Thomas Hood <jdthood@yahoo.co.uk>  Sun, 21 Apr 2002 11:00:24 -0400

tpctl (3.3-1) unstable; urgency=medium

  * New upstream
  * Depend on thinkpad-base to make sure that modutils and
    devfs configuration files are available, even if tpctl
    is used with old tpctl-modules-x.y.z packages.
    See bug report #140664.

 -- Thomas Hood <jdthood@yahoo.co.uk>  Sun, 31 Mar 2002 07:37:54 -0500

tpctl (3.2-4) unstable; urgency=low

  * Add prerm
  * set -e in maintainer scripts

 -- Thomas Hood <jdthood@yahoo.co.uk>  Wed, 13 Mar 2002 12:29:41 -0500

tpctl (3.2-3) unstable; urgency=high

  * Eliminate build-essential packages from Build-Depends
  * Requre debhelper version >= 3.4.1

 -- Thomas Hood <jdthood@yahoo.co.uk>  Sun, 10 Mar 2002 19:36:12 -0500

tpctl (3.2-1) unstable; urgency=high

  * New upstream
  * Add min version to debhelper build dependency
  * Use hyphen instead of underscore in build dir name
  * Update copyright file

 -- Thomas Hood <jdthood@yahoo.co.uk>  Sat, 10 Mar 2002 12:00:00 -0500

tpctl (3.1-8) unstable; urgency=high

  * New maintainer
  * Upstream has split the tpctl sources into two tarballs.
    The tpctl package now contains only the userland stuff.
  * Reduce dependency on module package to a recommendation
    (Closes: #97055)
  * Add build dependency on libncurses5-dev (Closes: #123710)
  * Remove thinkpad group differently (Closes: #133976)
  * Move devfsd conf file to thinkpad-base (Closes: #133990)
  * Move modutils conf file to thinkpad-base (Closes: #133992)
  * Reduce frequency of SMAPI BIOS error messages (Closes: #134104)
  * Make lintian clean
  * Fix dependencies
  * Update Standards Version to 3.5.6

 -- Thomas Hood <jdthood@yahoo.co.uk>  Thu, 6 Mar 2002 12:00:00 -0500

tpctl (2.5-6) unstable; urgency=low

  * just create a thinkpad group, not a user too
  * delete user in postinst
  * make postinst/postrm scripts in tpctl-modules-source executable

 -- Adrian Bridgett <bridgett@debian.org>  Sun,  2 Dec 2001 14:22:47 +0000

tpctl (2.5-5) unstable; urgency=low

  * fix typo in debconf (db_input medium foo/i_like_debian wasn't really
    what I wanted to ask!)
  * pass --no-create-home to adduser

 -- Adrian Bridgett <bridgett@debian.org>  Sun, 14 Oct 2001 15:22:33 +0100

tpctl (2.5-4) unstable; urgency=low

  * someone I had managed to duplicate duplicate the INFO-BIOS file

 -- Adrian Bridgett <bridgett@debian.org>  Thu,  9 Aug 2001 21:00:49 +0100

tpctl (2.5-3) unstable; urgency=low

  * remove "this doesn't work on 2.4.x" note - it does now (closes: #108129)
  * add missing newline to conffiles file (closes: #108079)
  * as part of the above bug, module parameters have now changed
  * create thinkpad group on installation for devfs
  * add TECHNOTES and AUTHORS to package

 -- Adrian Bridgett <bridgett@debian.org>  Thu,  9 Aug 2001 20:31:13 +0100

tpctl (2.5-2) unstable; urgency=low

  * add devfs support thanks to Chris Halls and Thomas Hood (closes: #107352)

 -- Adrian Bridgett <bridgett@debian.org>  Tue,  7 Aug 2001 22:44:52 +0100

tpctl (2.5-1) unstable; urgency=low

  * new upstream

 -- Adrian Bridgett <bridgett@debian.org>  Tue, 31 Jul 2001 22:53:16 +0100

tpctl (2.4-3) unstable; urgency=low

  * include INFO-BIOS in .deb not just the .diff.gz! (closes: #95577)

 -- Adrian Bridgett <bridgett@debian.org>  Sun, 29 Apr 2001 20:43:30 +0100

tpctl (2.4-2) unstable; urgency=low

  * included missing INFO-BIOS file (thanks Thomas)
  * removed hdparm from Suggests (closes: #94203).  The libc6 dependency is
    picked up automatically from the one provided by libc6.  Just one of
    those things I'm afraid (tm)

 -- Adrian Bridgett <bridgett@debian.org>  Tue, 17 Apr 2001 22:41:15 +0100

tpctl (2.4-1) unstable; urgency=low

  * new upstream for 2.4 kernels, but fortunately these programs will work
    with 1.0 tpctl-modules.  Well done Thomas!  We enclose the 1.0 kernel
    source (for 2.2 kernels) and decide at compile time which set to build
    (closes: #88137,#89142,#92631).
  * spanish templates file (closes: #92320)
  * fix brackets in thinkpad.c (not that you will use the 2.2 source on 2.4
    kernel now, but still - this is Open Source and we do the right thing
    (TM))
  * new upstream location
  * remove dh_suidregister call
  * call 822-date without arguments

 -- Adrian Bridgett <bridgett@debian.org>  Mon, 16 Apr 2001 20:30:42 +0100

tpctl (1.0-3) unstable; urgency=low

  * use 822-date not date to build kernel modules, added dpkg-dev dependency
    (closes: #88970)
  * added note about this version not working on 2.4.x kernels
  * added German template file (closes: #84841)
  * trimmed TODO file down (closes: #82467)
  * kdist_clean exists (since at least 1.0-2) (closes: #89132)
  * change Makefile_common's idea of DIR_KERNEL to /usr/src/linux

 -- Adrian Bridgett <bridgett@debian.org>  Mon, 19 Mar 2001 20:52:44 +0000

tpctl (1.0-2) unstable; urgency=low

  * tidy up tpctl-modules-source rules files - this should now always get
    the kernel version correct. changed buildpkg to match
    (closes: #77564, #71839)
  * tpctl-modules-source is now unpacked
  * old bugs already fixed (closes: #66818, #75820, #76852)

 -- Adrian Bridgett <bridgett@debian.org>  Tue, 26 Dec 2000 20:03:02 +0000

tpctl (1.0-1) unstable; urgency=low

  * new upstream - .so names now, thanks Thomas!
  * source package control file now says utils rather than utilities
  * this should fix epochs properly
  * prompt (using debconf) before calling MAKEDEV, depend on makedev and
    debconf

 -- Adrian Bridgett <bridgett@debian.org>  Sun,  5 Nov 2000 19:42:10 +0000

tpctl (0.8.8-4) unstable; urgency=low

  * tpctl-modules-source now provides and replaces tpctl-source

 -- Adrian Bridgett <bridgett@debian.org>  Thu, 22 Jun 2000 19:51:35 +0100

tpctl (0.8.8-3) unstable; urgency=low

  * tpctl-modules-source now understands epochs (closes: #65430)
  * tpctl-modules-source locales clean (closes: #65789)

 -- Adrian Bridgett <bridgett@debian.org>  Wed, 21 Jun 2000 22:06:47 +0100

tpctl (0.8.8-2) unstable; urgency=low

  * changed a few tpctl-source mentions to tpctl-modules-source
  * make device in tpctl rather than tpctl-modules

 -- Adrian Bridgett <bridgett@debian.org>  Mon, 12 Jun 2000 20:10:26 +0100

tpctl (0.8.8-1) unstable; urgency=low

  * new upstream
  * s/utilities/utils
  * fix up rules from the tpctl-source name change - mucho brokeness fixed
  * removed ubswap from package at authors request - it can
    cause serious filesystem corruption.

 -- Adrian Bridgett <bridgett@debian.org>  Sun, 28 May 2000 20:09:57 +0100

tpctl (0.8.5-1) unstable; urgency=low

  * new upstream (parallel port support)
  * descriptions improved to those suggested by the author
  * tpctl-source renamed to tpctl-modules-source
  * moved from misc to utilities to match toshutils

 -- Adrian Bridgett <bridgett@debian.org>  Thu,  6 Apr 2000 19:34:06 +0100

tpctl (0.8.1-4) frozen unstable; urgency=low

  * make tpctl Architecture: i386 (closes #55436)
  * module now has dependency on makedev and uses it properly (see bug 55666)

 -- Adrian Bridgett <bridgett@debian.org>  Mon, 24 Jan 2000 23:25:15 +0000

tpctl (0.8.1-3) frozen unstable; urgency=low

  * downgraded Priority: to extra (closes: #54832)
  * removed m4 depenency for tpctl-source

 -- Adrian Bridgett <bridgett@debian.org>  Wed, 12 Jan 2000 18:54:59 +0000

tpctl (0.8.1-2) frozen unstable; urgency=low

  * manpages for ntpctl, tpctlir, idectl, ultrabayd
  * added tpctl-source package so now you can build the kernel modules.
    Ripped from device3dfx-source by Steve Haslam <araqnid@debian.org>
  * now depend on tpctl-modules
  * /etc/modutils/tpctl now supplied
  * I'm working on supplying binary modules

 -- Adrian Bridgett <bridgett@debian.org>  Mon, 10 Jan 2000 21:35:42 +0000

tpctl (0.8.1-1) frozen unstable; urgency=low

  * new upstream (and new upstream location)

 -- Adrian Bridgett <bridgett@debian.org>  Wed,  5 Jan 2000 21:00:03 +0000

tpctl (0.8.0-2) unstable; urgency=low

  * fix a few lintian errors

 -- Adrian Bridgett <bridgett@debian.org>  Mon,  3 Jan 2000 14:08:58 +0000

tpctl (0.8.0-1) unstable; urgency=low

  * new upstream - tpctl manpage, 2.3.x support, removed tpctlsnd

 -- Adrian Bridgett <bridgett@debian.org>  Sun,  2 Jan 2000 17:22:04 +0000

tpctl (0.7.5-1) unstable; urgency=low

  * new upstream - ntpctl, ubswap, tpctlir, tpctlsnd now included

 -- Adrian Bridgett <bridgett@debian.org>  Sat, 25 Dec 1999 16:21:30 +0000

tpctl (0.7.0-1) unstable; urgency=low

  * initial release.

 -- Adrian Bridgett <bridgett@debian.org>  Tue,  1 Jul 1997 16:05:37 +0100
