1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214
|
micro-evtd (3.4-5) unstable; urgency=medium
[ Ondřej Nový ]
* d/changelog: Remove trailing whitespaces
[ Roger Shimizu ]
* Release to unstable.
-- Roger Shimizu <rogershimizu@gmail.com> Fri, 04 Jan 2019 14:12:25 +0900
micro-evtd (3.4-5~exp2) experimental; urgency=medium
* debian/control:
- Update Vcs-* to move from alioth to salsa.
-- Roger Shimizu <rogershimizu@gmail.com> Wed, 02 May 2018 23:09:36 +0900
micro-evtd (3.4-5~exp1) experimental; urgency=medium
* debian/watch:
- Update to get correct version.
* debian/control:
- Update Vcs-Git.
- Drop arm architecture support, only keep armel.
There's no arm support in even oldoldstable (wheezy), while armel,
armhf, and arm64 are officially supported.
* debian/copyright:
- Use https for links when possible.
- Update copyright year.
-- Roger Shimizu <rogershimizu@gmail.com> Sun, 24 Sep 2017 00:36:19 +0900
micro-evtd (3.4-4~bpo8+1) jessie-backports; urgency=medium
* Rebuild for jessie-backports.
-- Roger Shimizu <rogershimizu@gmail.com> Tue, 03 Jan 2017 23:33:21 +0900
micro-evtd (3.4-4) unstable; urgency=medium
[ Roger Shimizu ]
* debian/patches:
- Refresh patches by git-buildpackage patch-queue (gbp pq)
- Fix typo in manpages. Thanks to lintian.
* debian/control:
- Add lsb-base (>= 3.0-6) as dependency of micro-evtd.
Thanks to lintian.
- Replace XC-Package-Type with Package-Type. Thanks to lintian.
- Add myself as uploader.
* debian/rules:
- Add security hardening.
[ Ryan Tandy ]
* Upgrade to dh compat level 10.
* Upgrade to Standards-Version 3.9.8. No changes required.
* Support cross-building by passing CROSS_COMPILE to micro-evtd.mak.
* Handle failure to mmap() /dev/mem on recent kernels with STRICT_DEVMEM
enabled by checking for MAP_FAILED. In this case, the UART-based button
press detection will be used. (Closes: #845559)
* Update year in debian/copyright and add Roger Shimizu.
* Add Vcs-Browser and Vcs-Git.
* Align the default temperature thresholds used by micro-evtd with the
commented-out values in the config file. Thanks to Yoichi Imai.
-- Ryan Tandy <ryan@nardis.ca> Sun, 11 Dec 2016 20:22:45 -0800
micro-evtd (3.4-3) unstable; urgency=medium
* Support device-tree enabled kernel
-- Roger Shimizu <rogershimizu@gmail.com> Sat, 13 Feb 2016 16:06:51 +0900
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
|