debian/0000755000000000000000000000000011410033624007160 5ustar debian/prerm0000644000000000000000000000053011405152546010237 0ustar #!/bin/sh # prerm script for gnome-lirc-properties # # see: dh_installdeb(1) set -e case "$1" in remove|deconfigure) rm -f /usr/share/gnome-lirc-properties/remotes.tar.gz ;; upgrade|failed-upgrade) ;; *) echo "prerm called with unknown argument \`$1'" >&2 exit 1 ;; esac #DEBHELPER# exit 0 debian/watch0000644000000000000000000000016011405152546010217 0ustar version=3 http://download.gnome.org/sources/gnome-lirc-properties/([\d\.]+)/gnome-lirc-properties-(.*)\.tar\.gz debian/changelog0000644000000000000000000000506511410033474011043 0ustar gnome-lirc-properties (0.5.1-0ubuntu1) maverick; urgency=low * New upstream release LP: #592547 * debian/control: + Bump up debhelper dependency to >=5.0.38 as per policy + Bump up Standards-Version to 3.8.4 No other changes + Update dependencies for polkit1 compliance * Switch to dpkg-source 3.0 (quilt) format -- Bhavani Shankar Sun, 13 Jun 2010 19:43:50 +0530 gnome-lirc-properties (0.4.0-0ubuntu1) lucid; urgency=low * New upstream release. LP: #482676 * Remove ubuntu_dbus_policy.patch. Merged upstream -- Bhavani Shankar Sat, 14 Nov 2009 20:52:45 +0530 gnome-lirc-properties (0.3.1-0ubuntu2) karmic; urgency=low * Update ubuntu_dbus_policy.patch to fix authentication issues with dbus Thanks to mello73 for the tip! LP: #350825 * Standards-Version is 3.8.3 No other changes. -- Bhavani Shankar Sat, 29 Aug 2009 20:49:10 +0530 gnome-lirc-properties (0.3.1-0ubuntu1) jaunty; urgency=low * New Upstream Version LP: #317969 -- Bhavani Shankar Tue, 27 Jan 2009 18:51:19 +0530 gnome-lirc-properties (0.2.7-0ubuntu2) jaunty; urgency=low * debian/patches/ubuntu_dbus_policy.patch: - Patch from GNOME: #563853 to allow method calls via D-Bus. LP: #318771. -- Scott James Remnant Mon, 19 Jan 2009 15:43:28 +0000 gnome-lirc-properties (0.2.7-0ubuntu1) intrepid; urgency=low * New upstream version (LP: #218691) - Fix crash with ValueError in __init__() (LP: #226745) - Fix crash with error in io() (LP: #224954) - Better method for filtering type of IR device (LP: #221177) * debian/rules - removal of rmdir of the locale dir, since it is not empty anymore. - clean up of help/gnome-lirc-properties.pot * Bump to Standard-Version 3.8.0 * debian/copyright: - corrected the location of the GPL-2 - Addition of the copyright of Openismus GmbH -- Christophe Sauthier Mon, 11 Aug 2008 14:42:36 +0200 gnome-lirc-properties (0.2.5-0ubuntu2) intrepid; urgency=low * Disable scrollkeeper on the buildd and enable it on the user's machine (LP: #229940): - debian/rules: + add --disable-scrollkeeper flag to configure call - debian/control: + move scrollkeeper from Build-Depends to Depends -- Cesare Tirabassi Tue, 13 May 2008 16:27:47 +0200 gnome-lirc-properties (0.2.5-0ubuntu1) hardy; urgency=low * Initial upload to Ubuntu (LP: #192368). -- Mathias Hasselmann Fri, 19 Mar 2008 21:20:19 +0100 debian/pyversions0000644000000000000000000000000511405152546011330 0ustar 2.4- debian/docs0000644000000000000000000000002111405152546010035 0ustar NEWS README TODO debian/copyright0000644000000000000000000000246711405152546011135 0ustar This package was debianized by Murray Cumming and Mathias Hasselmann on Sun, 10 Feb 2008 02:44:14 +0100. It was downloaded from http://download.gnome.org/sources/gnome-lirc-properties/ Upstream Authors: Murray Cumming Mathias Hasselmann Copyright: For everything except web/service.wsgi and bin/lirc-receiver-list Copyright (C) 2008 Fluendo Embedded S.L. (www.fluendo.com) For web/service.wsgi and bin/lirc-receiver-list Copyright (C) 2008 Openismus GmbH (www.openismus.com) 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; either version 2 of the License, or (at your option) any later version. 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. On Debian GNU/Linux systems, the full text of the GNU General Public License can be found in the file /usr/share/common-licenses/GPL-2. The Debian packaging is (C) 2008, Murray Cumming and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/compat0000644000000000000000000000000211405152546010367 0ustar 5 debian/source/0000755000000000000000000000000011405153337010470 5ustar debian/source/format0000644000000000000000000000001411405153337011676 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000046211405152546010253 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/class/gnome.mk DEB_CONFIGURE_EXTRA_FLAGS := --disable-scrollkeeper install/gnome-lirc-properties:: dh_pysupport clean:: rm -rf help/gnome-lirc-properties.pot debian/control0000644000000000000000000000147311405161643010577 0ustar Source: gnome-lirc-properties Section: gnome Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Openismus Package Team Build-Depends: cdbs, debhelper (>= 5.0.38), gnome-doc-utils, libpolkit-backend-1-dev, lirc, pkg-config, python-support Standards-Version: 3.8.4 Homepage: https://code.fluendo.com/remotecontrol/trac/ Package: gnome-lirc-properties Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, lirc, policykit-1 (>= 0.95), python-gtk2, yelp, scrollkeeper Description: Control panel to configure remote controls This control panel updates lirc's configuration files to match your choices. It also allows editing, uploading and downloading of custom remote control configuration files.