debian/ 0000775 0000000 0000000 00000000000 12316371610 007170 5 ustar debian/source/ 0000775 0000000 0000000 00000000000 12175500741 010472 5 ustar debian/source/format 0000664 0000000 0000000 00000000014 12175500741 011700 0 ustar 3.0 (quilt)
debian/python-evdev.docs 0000664 0000000 0000000 00000000013 12175500741 012466 0 ustar README.rst
debian/python-evdev.install 0000664 0000000 0000000 00000000023 12175500741 013205 0 ustar usr/lib/python2.*/
debian/copyright 0000664 0000000 0000000 00000004646 12175500741 011137 0 ustar 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/changelog 0000664 0000000 0000000 00000001733 12316371610 011046 0 ustar 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/control 0000664 0000000 0000000 00000003300 12175500741 010571 0 ustar 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/rules 0000775 0000000 0000000 00000001123 12175500741 010247 0 ustar #!/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/watch 0000664 0000000 0000000 00000000116 12175500741 010221 0 ustar version=3
http://pypi.python.org/packages/source/e/evdev/evdev-(.*)\.tar\.gz
debian/compat 0000664 0000000 0000000 00000000002 12175500741 010370 0 ustar 9
debian/python3-evdev.install 0000664 0000000 0000000 00000000021 12175500741 013266 0 ustar usr/lib/python3/
debian/python3-evdev.docs 0000664 0000000 0000000 00000000013 12175500741 012551 0 ustar README.rst