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
|
triggerhappy (0.5.0-2) unstable; urgency=medium
* QA upload.
Closes: #1113759
* Add debian/gbp.conf
* Maintain package in Debian/ team
* Clarify relation to esekeyd package
Closes: #633041
* Fix watchfile to detect new versions on github (routine-update)
* Standards-Version: 4.7.2 (routine-update)
* Reorder sequence of d/control fields by cme (routine-update)
* Replace transitional package pkg-config by pkgconf in Build-Depends
(routine-update)
* Secure URI in copyright format (routine-update)
* Update watch file format version to 4.
-- Andreas Tille <tille@debian.org> Thu, 02 Oct 2025 11:56:51 +0200
triggerhappy (0.5.0-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix Build-Depends on deprecated dh-systemd (Closes: #958598)
- Replace debhelper by debhelper-compat
- Bump debhelper-compat to 13
- Remove debian/compat file
- Remove dh-systemd dependency
- Remove systemd dh addon
- Add missing ${misc:Pre-Depends}
-- Baptiste Beauplat <lyknode@cilg.org> Wed, 07 Oct 2020 12:03:39 +0200
triggerhappy (0.5.0-1) unstable; urgency=medium
* add new upstream release 0.5.0 (Closes: #834637, #835980)
-- Stefan Tomanek <stefan.tomanek+debian@wertarbyte.de> Tue, 30 Aug 2016 09:26:25 +0200
triggerhappy (0.4.0-2) unstable; urgency=low
* add build dependency for linux-libc-dev
* add build dependency for pkg-config
* add systemd dependencies and support files
* enable hardening flags in debian/rules
* refine debian/watch pattern
-- Stefan Tomanek <stefan.tomanek+debian@wertarbyte.de> Tue, 26 Jul 2016 11:37:03 +0200
triggerhappy (0.4.0-1) unstable; urgency=low
* update to new upstream version 0.4.0 (Closes: #827079, #769184, #652120)
* use Debian Standard-Version 3.9.8
* bump compat level to 9
* update VCS URLs
* add machine readable debian/copyright file
-- Stefan Tomanek <stefan.tomanek+debian@wertarbyte.de> Sun, 12 Jun 2016 13:50:32 +0200
triggerhappy (0.3.4-2) unstable; urgency=low
* beautify packaging information
* First upload to Debian (Closes: #603842)
-- Stefan Tomanek <stefan.tomanek+debian@wertarbyte.de> Wed, 13 Apr 2011 21:02:29 +0200
triggerhappy (0.3.4-1) unstable; urgency=low
* fix segfault when dumping non-key events
* update udev rules (SYSFS->ATTRS)
-- Stefan Tomanek <stefan.tomanek+debian@wertarbyte.de> Wed, 09 Mar 2011 14:50:48 +0100
triggerhappy (0.3.3-1) unstable; urgency=low
[ Stefan Tomanek ]
* add licence headers to source files
* increase version to 0.3.3
-- Stefan Tomanek <stefan.tomanek+debian@wertarbyte.de> Mon, 14 Feb 2011 13:15:54 +0100
triggerhappy (0.3.2-1) unstable; urgency=low
* increase version to 0.3.2
* various bugfixes and code cleanups
-- Stefan Tomanek <stefan.tomanek+debian@wertarbyte.de> Tue, 21 Dec 2010 13:16:52 +0100
triggerhappy (0.3.1-1) unstable; urgency=low
* introduce CMD_NOP to ensure type safety
* increase version number to 0.3.1
* modify package description
-- Stefan Tomanek <stefan.tomanek+debian@wertarbyte.de> Sat, 18 Dec 2010 15:00:06 +0100
triggerhappy (0.3.0-1) unstable; urgency=low
* rework config file parser
* improve error detection for modifiers
* improve error reporting
* improve dropping of privileges
* allow tagging of devices
* new upstream version 0.3.0
-- Stefan Tomanek <stefan.tomanek+debian@wertarbyte.de> Fri, 10 Dec 2010 11:14:00 +0100
triggerhappy (0.2.1-1) unstable; urgency=low
* fix segmentation fault when handling comment lines
-- Stefan Tomanek <stefan.tomanek+debian@wertarbyte.de> Mon, 06 Dec 2010 02:04:31 +0100
triggerhappy (0.2.0-1) unstable; urgency=low
* optionally grab the device exclusively
* add uinput support for generating synthetic events
* update udev rule
* add version information into build
-- Stefan Tomanek <stefan.tomanek+debian@wertarbyte.de> Mon, 06 Dec 2010 01:15:00 +0100
triggerhappy (0.1.6-2) unstable; urgency=low
* change manpage sections according to "man 7 man-pages"
* drop root privileges by default
-- Stefan Tomanek <stefan.tomanek+debian@wertarbyte.de> Mon, 22 Nov 2010 09:12:18 +0100
triggerhappy (0.1.6-1) unstable; urgency=low
* fix typo in changelog
* suppress mode change message on startup
* ignore the triggering key while checking modifier
-- Stefan Tomanek <stefan.tomanek+th@wertarbyte.de> Sun, 21 Nov 2010 22:17:50 +0100
triggerhappy (0.1.5-1) unstable; urgency=low
* add "mode" support
* make trigger mode changeable through th-cmd
* try to autodetect the location of <linux/input.h>
-- Stefan Tomanek <stefan.tomanek+th@wertarbyte.de> Thu, 18 Nov 2010 15:36:06 +0100
triggerhappy (0.1.4-1) unstable; urgency=low
[ Eduard Bloch ]
* Minor modifications for better code safety
[ Stefan Tomanek ]
* update th-cmd cmdline parsing and add --clear
* make --dump print skeleton lines for trigger conf
* fix "Provides" in init script
* fix typos in man page
* fix description
* add debian/watch
-- Stefan Tomanek <stefan.tomanek+th@wertarbyte.de> Thu, 18 Nov 2010 01:24:22 +0100
triggerhappy (0.1.3-1) unstable; urgency=low
* drop root with --user <name>
* use sendmsg/recvmsg for socket communication
* send opened fd from th-cmd to daemon
* enhance init script and default config
-- Stefan Tomanek <stefan.tomanek+th@wertarbyte.de> Fri, 29 Oct 2010 21:06:12 +0200
triggerhappy (0.1.2-1) unstable; urgency=low
* autogenerate event mapping table
* add --listevents to list known event names
-- Stefan Tomanek <stefan.tomanek+th@wertarbyte.de> Thu, 28 Oct 2010 15:04:30 +0200
triggerhappy (0.1.1-1) unstable; urgency=low
* fix off-by-one error in conf file filtering routine
-- Stefan Tomanek <stefan.tomanek+th@wertarbyte.de> Wed, 27 Oct 2010 16:49:16 +0200
triggerhappy (0.1.0-1) unstable; urgency=low
* Initial release
-- Stefan Tomanek <stefan.tomanek+th@wertarbyte.de> Sat, 23 Oct 2010 10:59:38 +0200
|