debian/0000755000000000000000000000000012141511614007162 5ustar debian/source/0000755000000000000000000000000012075741454010477 5ustar debian/source/format0000644000000000000000000000001412075741454011705 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000024012075741454010612 0ustar [DEFAULT] upstream-branch = master debian-branch = debian upstream-tag = python-xdo/%(version)s debian-tag = python-xdo_debian/%(version)s pristine-tar = False debian/rules0000755000000000000000000000005412075741454010256 0ustar #!/usr/bin/make -f %: dh $@ --with=python2 debian/compat0000644000000000000000000000000212075741454010375 0ustar 9 debian/control0000644000000000000000000000134712075741454010607 0ustar Source: python-xdo Section: python Priority: extra Maintainer: Daniel Kahn Gillmor Build-Depends: debhelper (>= 9), python-all-dev (>= 2.6.6-3~), python-setuptools, libxdo-dev (>= 1:3) Standards-Version: 3.9.4 Vcs-Git: git://lair.fifthhorseman.net/~dkg/python-xdo X-Python-Version: all Package: python-xdo Architecture: any Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends} Provides: ${python:Provides} Description: python library for simulating X11 keyboard/mouse input (libxdo bindings) python's xdo module lets you programmatically simulate keyboard input and mouse activity, move and resize windows, etc. It does this using libxdo, which uses X11's XTEST extension and other Xlib functions. debian/changelog0000644000000000000000000000077412141511614011044 0ustar python-xdo (0.2-2) unstable; urgency=low * moving to unstable. -- Daniel Kahn Gillmor Sun, 05 May 2013 13:14:52 -0400 python-xdo (0.2-1) experimental; urgency=low * new upstream release properly initializes all Window objects. -- Daniel Kahn Gillmor Thu, 17 Jan 2013 04:25:21 -0500 python-xdo (0.1-1) experimental; urgency=low * new package. (Closes: #698020) -- Daniel Kahn Gillmor Sat, 12 Jan 2013 18:53:47 -0500 debian/copyright0000644000000000000000000000325712075741454011141 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-xdo Upstream-Contact: Daniel Kahn Gillmor Source: git://lair.fifthhorseman.net/~dkg/python-xdo Copyright: 2013, Daniel Kahn Gillmor License: BSD-2-clause License: BSD-2-clause These python bindings for libxdo are written by Daniel Kahn Gillmor , and are licensed under a BSD-style license (similar to that of libxdo itself): . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * 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. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 THE AUTHOR 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.