debian/0000755000000000000000000000000012154350723007170 5ustar debian/watch0000644000000000000000000000012511755002747010225 0ustar version=3 http://cgit.freedesktop.org/evtest/ /evtest/snapshot/evtest-(.*)\.tar\..* debian/changelog0000644000000000000000000000270712154350405011045 0ustar evtest (1:1.31-1) unstable; urgency=low * New upstream version. * Switch to my Debian address. * Upstream dropped evtest-capture in favour of evemu; drop libxml2-dev build-dependency and recommend evemu-tools. * Use canonical VCS URIs. * Standards-Version 3.9.4, no change required. -- Stephen Kitt Fri, 07 Jun 2013 14:24:12 +0200 evtest (1:1.30-1) unstable; urgency=low * New upstream version. * Update debian/watch to track all tarballs. * Update debian/copyright format URL. * Switch to debhelper compat 9 (notably to automatically enable hardened builds). * Standards-Version 3.9.3, no change required. -- Stephen Kitt Wed, 16 May 2012 22:17:49 +0200 evtest (1:1.29-1) unstable; urgency=low * New upstream version. * Drop force-feedback patch, merged upstream. -- Stephen Kitt Thu, 08 Sep 2011 07:54:49 +0200 evtest (1:1.28-1) unstable; urgency=low * New upstream version. * Display force-feedback information. LP: #793852. * Standards-Version 3.9.2, no change required. * Add collab-maint VCS information. -- Stephen Kitt Wed, 08 Jun 2011 00:19:13 +0200 evtest (1:1.27-1) unstable; urgency=low * Initial release. Closes: #620943. * This package used to be part of the joystick source but is now maintained separately. * Now decodes numeric key events. Closes: #619932. -- Stephen Kitt Tue, 05 Apr 2011 09:30:22 +0200 debian/compat0000644000000000000000000000000211755004424010366 0ustar 9 debian/copyright0000644000000000000000000000212412154327761011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: evtest Source: http://cgit.freedesktop.org/evtest/ Files: * Copyright: 1999-2000 Vojtech Pavlik 2009-2011 Red Hat, Inc License: GPL-2.0+ Files: debian/* Copyright: 2011-2013 Stephen Kitt License: GPL-2.0+ License: GPL-2.0+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/gbp.conf0000644000000000000000000000012512154327127010607 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True debian/source/0000755000000000000000000000000011546542422010473 5ustar debian/source/format0000644000000000000000000000001411546542422011701 0ustar 3.0 (quilt) debian/control0000644000000000000000000000143212154347752010603 0ustar Source: evtest Section: utils Priority: extra Maintainer: Stephen Kitt Build-Depends: asciidoc, debhelper (>= 9), dh-autoreconf, pkg-config, xmlto, xsltproc Standards-Version: 3.9.4 Homepage: http://cgit.freedesktop.org/evtest/ Vcs-Git: git://anonscm.debian.org/collab-maint/evtest.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/evtest.git;a=summary Package: evtest Architecture: linux-any Depends: ${misc:Depends}, ${shlibs:Depends} Recommends: evemu-tools Description: utility to monitor Linux input device events evtest monitors a Linux input device, displaying all the events it generates. . It can be used to determine mice button bindings, keymaps for exotic keyboards... It is commonly used to debug issues with input devices in X.Org. debian/rules0000755000000000000000000000071311546553125010256 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with autoreconf