micro-evtd (3.4-2) unstable; urgency=low

  * debian/udeb/micro-evtd.command: Fixed bashisms. Thanks to Martin Michlmayr
    for the report and patch. (Closes: #666218)
  * debian/copyright: Update Format URL and debian/ copyright declaration. 
  * debian/control: Update Standards-Version to 3.9.3.
  * debian/patches/bashisms.patch: Patch out remaining bashisms from scripts.
  * debian/patches/dont-copy-eventscript.patch: Place runtime files (e.g.
    micro-evtd.status) in /var/run instead of next to the program.
  * debian/micro-evtd.postinst: Clean up runtime files accidentally placed
    into /usr/sbin in previous revision.

 -- Ryan Tandy <ryan@nardis.ca>  Sun, 15 Apr 2012 19:14:52 -0700

micro-evtd (3.4-1) unstable; urgency=low

  * New upstream release.
    - no longer overlaps sprintf source and destination (closes: #534931)
    - corrected microapl buzzer operations (closes: #580549)
  * Dropped all Debian patches and changes to upstream files (man pages,
    Makefile) due to upstream changes.
  * Added buffalo-files.patch: removes references to Buffalo scripts not
    available in Debian (was previously a hunk in eventscript.patch)
  * Added dont-copy-eventscript.patch: disables copying event script to /tmp,
    details and rationale in README.Debian. (closes: #5153353)
  * Added watchfile and debian/urepack script; changed get-orig-source target
    in debian/rules to call uscan; dropped old get-orig-source script.
  * Switched to dpkg-source 3.0 (quilt) format.
  * Updated to debhelper v8 format.
  * Updated debian/copyright and README.Debian.
  * Removed the CFLAGS override as this version no longer crashes with -O2.
  * Updated my e-mail address.

 -- Ryan Tandy <ryan@nardis.ca>  Wed, 01 Jun 2011 09:43:01 -0700

micro-evtd (3.3.3-7) unstable; urgency=low

  * New maintainer.
  * debian/udeb/micro_evtd.command: Fixed test condition for whether daemon is
    already running. (Closes: #580549)
  * debian/patches/microapl-bashisms.patch: Fixed several more bashisms in
    microapl.  Based on a patch by Noriaki Mitsunaga. (Closes: #534257)
  * debian/patches/eventscript.patch: Fixed more bashisms, so the script
    actually copies and runs now.
  * debian/patches/script-paths.patch: Refreshed.
  * debian/init.d:
    - Replaced Required-{Start,Stop} with values from /etc/init.d/skeleton,
    as the daemon has no special requirements.  (Fixes a lintian error.)
    - Added runlevel 1 to Default-Stop.  (Fixes a lintian warning.)
  * debian/rules: Overrode CFLAGS to work around a segfault that appears when
    built with optimizations.

 -- Ryan Tandy <tarpman@gmail.com>  Tue, 24 Aug 2010 22:15:38 -0700

micro-evtd (3.3.3-6+lenny3) unstable; urgency=low

  * Added safety measure in udeb for argument incompability between
    micro_evtd.command (microapl) and busybox implementation of sleep.
    (Closes: #506945)
  * Added beep and led signaling when daemon starts and stops and a check
    for supported hardware in init script. (Closes: 508218)

 -- Per Andersson <avtobiff@gmail.com>  Fri, 19 Dec 2008 10:16:59 +0100

micro-evtd (3.3.3-6+lenny2) unstable; urgency=low

  * Fixed udeb so It Works(TM).
  * Patched bashisms in microapl.
  * Deleted space from start message in init.d script.
  * Removed note about suspend mode from description since this doesn't work
    in the Debian version.

 -- Per Andersson <avtobiff@gmail.com>  Sat, 16 Aug 2008 15:12:43 +0200

micro-evtd (3.3.3-6+lenny1) unstable; urgency=low

  * Added Buffalo Linkstation Pro/Live to the udeb test (micro_evtd.command).
  * Included patch from Ryan Tandy to annotate the default config with
    comments (see micro_evtd-default-conf.patch).
  * Patched strTmpPath (micro_evtd.c) from "/tmp" to "/tmp/micro_evtd" and
    changed EventScript (micro_evtd.event) and micro_evtd.sample
    (micro_evtd.conf) accordingly (see script-paths.patch). Also added
    /usr/sbin to PATH in EventScript.
  * Moved man pages to the correct sections, also removed COPYRIGHT from each
    and put a copyright notice at the top in each. Corrected path to
    micro_evtd.conf from /etc/micro_evtd.conf to
    /etc/micro_evtd/micro_evtd.conf in man page micro_evtd.8.

 -- Per Andersson <avtobiff@gmail.com>  Thu, 31 Jul 2008 15:24:46 +0200

micro-evtd (3.3.3-6) unstable; urgency=low

  * Installed scripts and hooks manually in debian/rules so that diff.gz
    can represent the correct permissions. Thanks Frans Pop for helping.
  * Added hook to base-installer.d in udeb to install micro-evtd if the
    device is supported.

 -- Per Andersson <avtobiff@gmail.com>  Mon, 14 Jul 2008 16:53:11 +0200

micro-evtd (3.3.3-5) unstable; urgency=low

  * Changed mode for hook scripts in udeb to be executable.
  * Tidied the code in micro_evtd.command in udeb.

 -- Per Andersson <avtobiff@gmail.com>  Mon, 14 Jul 2008 14:51:08 +0200

micro-evtd (3.3.3-4) unstable; urgency=low

  * Moved microapl to /usr/sbin as documented.
  * Added daemon, scripts and conf file to udeb, doh!
  * Removed unnecessary stuff from micro_evtd.command, used in udeb.

 -- Per Andersson <avtobiff@gmail.com>  Sun, 13 Jul 2008 21:34:06 +0200

micro-evtd (3.3.3-3) unstable; urgency=low

  * Fixed that a hook-script resided in /lib/ in udeb.
  * Added dependency to libc-udeb for udeb.
  * Added content to udeb, untested.
  * Added man page for microapl.
  * Fixed typo in man page micro_evtd.1.

 -- Per Andersson <avtobiff@gmail.com>  Sun, 13 Jul 2008 11:47:17 +0200

micro-evtd (3.3.3-2) unstable; urgency=low

  * Moved microapl from /etc/micro_evtd to /usr/sbin.

 -- Per Andersson <avtobiff@gmail.com>  Thu, 10 Jul 2008 14:28:57 +0200

micro-evtd (3.3.3-1) unstable; urgency=low

  * Initial release (Closes: #484104)
  * My first Debian package!
  * Created a Makefile to suit packaging. Thanks Ryan Tandy who had
    valuable comments on this and helped testing in general.
  * Patched daemon to write a pidfile.
  * Moved around files to suit packaging, check README.Debian.
  * Patched unnecessary casting in daemon.
  * Created udeb, need to add content.

 -- Per Andersson <avtobiff@gmail.com>  Fri, 27 Jun 2008 22:21:35 +0200
