debian/0000755000000000000000000000000011677467171007207 5ustar debian/changelog0000644000000000000000000000415411677467171011065 0ustar pylirc (0.0.5-3build1) precise; urgency=low * Rebuild to drop python2.6 dependencies. -- Matthias Klose Sat, 31 Dec 2011 02:07:53 +0000 pylirc (0.0.5-3) unstable; urgency=low * Added "--with python2" to debian/rules. * Updated package to source format 3.0 quilt. * Updated debian/copyright to DEP5. * debian/control - increased min python version to 2.6.6-3~. - removed dependency on python-support - changed XS-P-V to X-P-V. - increased Standards Version to 3.9.2 no changes needed. -- Charlie Smotherman Tue, 14 Jun 2011 15:22:45 -0500 pylirc (0.0.5-2) unstable; urgency=low * debian/control - Added myself to uploaders field. - Updated to use dh7 (Closes: #547837). - Removed python-dev. - Changed from python-central to python-support. - Removed XB-Python-Version. - Added Homepage field. - After consulting Arnaud moved package to DMPT for team maintenance. - Added DPMT to Uploaders field. * Removed debian/python-pylirc.install. * Increased debian/compat to 7. * Simplified debian/rules. * Added debian/preinst. * debian/copyright removed (C) and used the word copyright. * debian/copyright corrected link location for LGPL-2. -- Charlie Smotherman Sun, 20 Sep 2009 00:26:23 -0500 pylirc (0.0.5-1.1) unstable; urgency=low * NMU acknowledged by Arnaud Quette. * Move files to /usr/share/pyshared. Closes: #490520. -- Matthias Klose Sun, 13 Jul 2008 02:31:23 +0200 pylirc (0.0.5-1) unstable; urgency=low * Rename the source to pylirc, the binary to python-pylirc and reset changelog. * Rewrite build. * Drop useless debian/dirs. * Wrap build-deps and deps. * Add ${misc:Depends}. * Set lirc Maintainer Team as Maintainer and add Arnaud Quette and myself as Uploaders. * Rework descriptions. * Set Section to python. * Use ${shlibs:Depends} instead of depending on liblircclient0 manually. * Update copyright URLs. * Add watch file. * Initial upload to Debian; closes: #430642. -- Loic Minier Wed, 25 Jul 2007 16:05:13 +0200 debian/rules0000755000000000000000000000005511575740253010257 0ustar #!/usr/bin/make -f %: dh $@ --with python2 debian/control0000644000000000000000000000204311575741203010575 0ustar Source: pylirc Section: python Priority: optional Maintainer: lirc Maintainer Team Uploaders: Loic Minier , Arnaud Quette , Charlie Smotherman , Debian Python Modules Team Build-Depends: debhelper (>= 7.3.5), python-all-dev (>= 2.6.6-3~), liblircclient-dev Standards-Version: 3.9.2 X-Python-Version: >= 2.5 Homepage: http://pylirc.mccabe.nu/ Vcs-Svn: svn://svn.debian.org/python-modules/packages/pylirc/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pylirc/trunk/ Package: python-pylirc Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Description: Python bindings for Linux Infra-red Remote Control (LIRC) support A module for Python that interacts with Linux Infra-red Remote Control (LIRC) to give Python programs the ability to receive commands from remote controls. debian/copyright0000644000000000000000000000402011575741560011130 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173 Upstream-Name: pylirc Upstream-Contact: Linus McCabe http://pylirc.mccabe.nu/ Source: http://sourceforge.net/project/showfiles.php?group_id=69332 Files: * Copyright: 2002-2007 Linus McCabe License: LGPL-2.0 This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package 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 Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Comment: On Debian systems, the complete text of the LGPL-2 Public License can be found in `/usr/share/common-licenses/LGPL-2'. Files: debian/* Copyright: 2007 Philippe Normand 2007 Loic Minier 2009 Charlie Smotherman License: GPL 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. . 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Comment: Comment: On Debian systems, the complete text of the GPL Public License can be found in `/usr/share/common-licenses/GPL'. debian/source/0000755000000000000000000000000011576717734010510 5ustar debian/source/format0000644000000000000000000000001411575737762011720 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000007011256241314010213 0ustar version=3 http://sf.net/pylirc/pylirc-([\d.]+)\.tar\.gz debian/preinst0000644000000000000000000000022611256242440010575 0ustar #! /bin/sh set -e if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 0.0.5-2; then pycentral pkgremove python-pylirc fi #DEBHELPER# exit 0 debian/compat0000644000000000000000000000000211256241314010363 0ustar 7