debian/0000775000000000000000000000000012316371610007170 5ustar debian/source/0000775000000000000000000000000012175500741010472 5ustar debian/source/format0000664000000000000000000000001412175500741011700 0ustar 3.0 (quilt) debian/python-evdev.docs0000664000000000000000000000001312175500741012466 0ustar README.rst debian/python-evdev.install0000664000000000000000000000002312175500741013205 0ustar usr/lib/python2.*/ debian/copyright0000664000000000000000000000464612175500741011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-evdev Source: https://pypi.python.org/pypi/evdev/ Files: * Copyright: Copyright (c) 2012 Georgi Valkov. All rights reserved. License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. Neither the name of author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GEORGI VALKOV BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: 2012-2013 Canonical Ltd. License: GPL-3 This program 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, version 3 of the License. . This program 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 full text of the GNU General Public License version 3 can be found in the file /usr/share/common-licenses/GPL-3. debian/changelog0000664000000000000000000000173312316371610011046 0ustar python-evdev (0.4.1-0ubuntu3) trusty; urgency=medium * No change rebuild to drop python3.3 compiled extension. -- Dimitri John Ledkov Tue, 01 Apr 2014 00:00:24 +0100 python-evdev (0.4.1-0ubuntu2) trusty; urgency=medium * Rebuild for python3.4 as a supported python version. -- Matthias Klose Sat, 04 Jan 2014 18:32:25 +0000 python-evdev (0.4.1-0ubuntu1) saucy; urgency=low * New upstream version. (LP: #1206139) - Fix segfault in device_read_many() - Fix reference counting in device_read, device_read_many and ioctl_capabilities - New enhancements * debian/control, debian/copyright: - Modified the short package descriptions, changed homepage and Vcs -- Łukasz 'sil2100' Zemczak Mon, 29 Jul 2013 13:03:20 +0200 python-evdev (0.3.3-0ubuntu1) saucy; urgency=low * Initial release. -- Łukasz 'sil2100' Zemczak Thu, 30 May 2013 13:24:50 +0200 debian/control0000664000000000000000000000330012175500741010571 0ustar Source: python-evdev Section: python Priority: optional Maintainer: Łukasz 'sil2100' Zemczak Build-Depends: debhelper (>= 9), python-all-dev, python-setuptools, python3-all-dev, python3-setuptools, Standards-Version: 3.9.4 X-Python-Version: >= 2.7 X-Python3-Version: >= 3.2 Homepage: https://pypi.python.org/pypi/evdev/ Vcs-Bzr: lp:~sil2100/python-evdev/ubuntu Package: python-evdev Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, Description: python bindings for the generic input event interface The evdev interface serves the purpose of passing events generated in the kernel directly to userspace through character devices that are typically located in /dev/input/. . evdev also comes with bindings to uinput, the userspace input subsystem. Uinput allows userspace programs to create and handle input devices from which they can inject events directly into the input subsystem. . This is the Python 2 version of the package. Package: python3-evdev Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, Description: python 3 bindings for the generic input event interface The evdev interface serves the purpose of passing events generated in the kernel directly to userspace through character devices that are typically located in /dev/input/. . evdev also comes with bindings to uinput, the userspace input subsystem. Uinput allows userspace programs to create and handle input devices from which they can inject events directly into the input subsystem. . This is the Python 3 version of the package. debian/rules0000775000000000000000000000112312175500741010247 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 PYTHON2=$(shell pyversions -vr) PYTHON3=$(shell py3versions -vr) %: dh $@ --with python2,python3 build-python%: python$* setup.py build install-python%: python$* setup.py install \ --install-layout=deb \ --root=$(CURDIR)/debian/tmp \ --force override_dh_auto_build: $(PYTHON3:%=build-python%) dh_auto_build override_dh_auto_install: $(PYTHON3:%=install-python%) dh_auto_install override_dh_auto_clean: dh_auto_clean -rm -rf build -rm -rf *.egg-info -rm evdev/ecodes.c debian/watch0000664000000000000000000000011612175500741010221 0ustar version=3 http://pypi.python.org/packages/source/e/evdev/evdev-(.*)\.tar\.gz debian/compat0000664000000000000000000000000212175500741010370 0ustar 9 debian/python3-evdev.install0000664000000000000000000000002112175500741013266 0ustar usr/lib/python3/ debian/python3-evdev.docs0000664000000000000000000000001312175500741012551 0ustar README.rst