debian/0000755000000000000000000000000011714726252007175 5ustar debian/compat0000644000000000000000000000000211556112260010363 0ustar 7 debian/rules0000755000000000000000000000175211714725652010265 0ustar #!/usr/bin/make -f LDFLAGS+=-Wl,--as-needed PYVERS=$(shell pyversions -s) %: dh $@ --with autoreconf,python2 override_dh_auto_configure: override_dh_auto_build: override_dh_auto_install: for pyver in $(PYVERS); do \ PYTHON="$$pyver" ./configure \ --enable-static=no \ --prefix=/usr \ --includedir=\${prefix}/include \ --mandir=\${prefix}/share/man \ --infodir=\${prefix}/share/info \ --sysconfdir=/etc \ --localstatedir=/var \ --disable-dependency-tracking && \ $(MAKE) && $(MAKE) install \ DESTDIR=$(CURDIR)/debian/python-gudev && \ $(MAKE) clean ; \ done find $(CURDIR)/debian/python-gudev -name '*.la' -delete find $(CURDIR)/debian/python-gudev -type d -empty -delete override_dh_installchangelogs: dh_installchangelogs NEWS debian/control0000644000000000000000000000152111714725652010602 0ustar Source: python-gudev Section: python Priority: optional Maintainer: Alessio Treglia Uploaders: Martin Pitt Build-Depends: automake, debhelper (>= 7.0.50~), dh-autoreconf, libgudev-1.0-dev (>= 147), libtool, python-all-dev (>= 2.6.6-3~), python-gobject-dev (>= 2.18.0) Standards-Version: 3.9.2 X-Python-Version: >= 2.5 Vcs-Git: git://git.debian.org/collab-maint/python-gudev.git Vcs-Browser: http://git.debian.org/?p=collab-maint/python-gudev.git Homepage: http://github.com/nzjrs/python-gudev/ Package: python-gudev Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, python-gobject, ${python:Depends} Description: Python bindings for gudev The gudev library makes it much simpler to use libudev from programs already using GObject. . This package provides a Python binding to gudev. debian/changelog0000644000000000000000000000322611714725652011055 0ustar python-gudev (147.2-3) unstable; urgency=low * Add dh-autoreconf to DH sequence. * Switch to dh_python2. * debian/rules: - Add --as-needed to linker flags. - Build for all supported Python versions. - Remove unneeded *.la files. - Prune empty directories. * debian/gbp.conf: Set sign-tags to True. * Update debian/copyright. * Bump Standards. -- Alessio Treglia Thu, 28 Apr 2011 00:20:39 +0200 python-gudev (147.2-2) unstable; urgency=medium * Install NEWS file as upstream's changelog. * Bump Standards. * Depends on python-gobject (Closes: #612214), thanks to Matteo Beniamino for reporting this. -- Alessio Treglia Wed, 09 Feb 2011 19:31:12 +0100 python-gudev (147.2-1) unstable; urgency=low * Add debian/gbp.conf file. * New upstream bugfix release. * All patches have been merged in the new release, dropped. -- Alessio Treglia Sat, 26 Jun 2010 19:31:56 +0200 python-gudev (147.1-2) unstable; urgency=low * debian/patches/11-list_devices_in_all_subsys.patch: - Patch taken from upstream's VCS to allow listing devices in all subsystems by calling guved.Client.query_by_subsystem with None as parameter; thanks to Sam Morris for reporting this (Closes: #586402). * debian/patches/12-crash_free_query_result.patch: Fix crash when freeing result of g_udev_client_query_by_subsystem (Closes: #586444). -- Alessio Treglia Sat, 19 Jun 2010 19:24:42 +0200 python-gudev (147.1-1) unstable; urgency=low * Initial release (Closes: #583863). -- Alessio Treglia Mon, 31 May 2010 17:08:34 +0200 debian/gbp.conf0000644000000000000000000000005711714725652010621 0ustar [DEFAULT] pristine-tar = True sign-tags = True debian/copyright0000644000000000000000000000102011714725652011124 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174 Upstream-Name: python-gudev Upstream-Contact: John Stowers Source: http://github.com/nzjrs/python-gudev Files: * Copyright: John Stowers 2010 License: LGPL-3+ The full text of the LGPL v3 is distributed in /usr/share/common-licenses/LGPL-3 on Debian systems. Files: ./debian/* Copyright: 2010-2011 Alessio Treglia 2010 Martin Pitt License: LGPL-3+ debian/source/0000755000000000000000000000000011556112260010465 5ustar debian/source/format0000644000000000000000000000001411556112260011673 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000012111556112260010210 0ustar version=3 http://githubredir.debian.net/github/nzjrs/python-gudev/ (.*)\.tar\.gz