debian/0000755000000000000000000000000011733177220007171 5ustar debian/pyversions0000644000000000000000000000000511326527446011337 0ustar 2.5- debian/control0000644000000000000000000000140711733177046010604 0ustar Source: xpyb Section: python Priority: optional Maintainer: Julien Danjou Build-Depends: debhelper (>= 7.0.50~), automake, autoconf, xcb-proto (>= 1.7.1), libtool, pkg-config, libxcb1-dev (>= 1.1), python-all-dev (>= 2.5), python-support, python-xcbgen (>= 1.7.1) Standards-Version: 3.9.3 Homepage: http://xcb.freedesktop.org Package: python-xpyb Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Provides: ${python:Provides} Description: Python bindings to XCB This module provides Python binding to libxcb, the X C Bindings library. . It provides an interface to the X Window System protocol, designed to replace the Xlib interface, featuring latency hiding, small size, direct protocol access and thread support. debian/watch0000644000000000000000000000007411326527447010233 0ustar version=3 http://xcb.freedesktop.org/pub/xpyb-(.*)\.tar\.gz debian/copyright0000644000000000000000000000062011326527446011131 0ustar This work was packaged for Debian by: Julien Danjou on Wed, 23 Dec 2009 13:55:02 +0100 It was downloaded from Upstream Author: Eamon Walsh License: This code is licensed under public domain. The Debian packaging is: Copyright (C) 2009 Julien Danjou Licensed under public domain. debian/source/0000755000000000000000000000000011326527447010501 5ustar debian/source/format0000644000000000000000000000001411326527447011707 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000123711733176767011065 0ustar xpyb (1.3.1-1) unstable; urgency=low * New upstream release -- Julien Danjou Fri, 23 Mar 2012 23:49:27 +0100 xpyb (1.3-1) unstable; urgency=low * New upstream release (Closes: #645672) * Bump standards-version * Use dh_python2 * Do not provide .la file -- Julien Danjou Thu, 22 Mar 2012 22:53:04 +0100 xpyb (1.2-2) unstable; urgency=low * Add support for multiple Python version (Closes: #566355) -- Julien Danjou Mon, 23 Jan 2010 09:14:11 +0100 xpyb (1.2-1) unstable; urgency=low * Initial release (Closes: #546568) -- Julien Danjou Wed, 23 Dec 2009 13:55:02 +0100 debian/rules0000755000000000000000000000142311733177204010253 0ustar #!/usr/bin/make -f PYTHON_VERSION=$(shell pyversions -s) override_dh_auto_configure: autoreconf -vfi for py in $(PYTHON_VERSION); do \ mkdir build-$$py; \ cd build-$$py; \ ../configure PYTHON=$$py --prefix=/usr; \ cd $(CURDIR); \ done override_dh_makeshlibs: override_dh_auto_build: for py in $(PYTHON_VERSION); do \ make -C build-$$py; \ done override_dh_auto_install: for py in $(PYTHON_VERSION); do \ make -C build-$$py DESTDIR=$(CURDIR)/debian/python-xpyb install; \ rm -rf debian/python-xpyb/usr/lib/$$py/dist-packages/xcb/xcb.la ; \ done override_dh_auto_clean: for py in $(PYTHON_VERSION); do \ rm -rf build-$$py; \ done dh_auto_clean override_dh_install: rm -f debian/python-xpyb/usr/share/doc/xpyb/COPYING dh_install %: dh --with python2 $@ debian/docs0000644000000000000000000000001411326527446010046 0ustar NEWS README debian/compat0000644000000000000000000000000211326527446010376 0ustar 7