debian/0000750000000000000000000000000012142254772007167 5ustar debian/rules0000750000000000000000000000027012142254135010237 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -include /usr/share/topgit/tg2quilt.mk /usr/share/topgit/tg2quilt.mk: %: dh $@ debian/compat0000640000000000000000000000000212142254135010357 0ustar 7 debian/command-runner-applet.install0000640000000000000000000000037212142254135014763 0ustar CommandRunnerApplet.panel-applet usr/share/gnome-panel/4.0/applets CommandRunnerAppletFactory.service usr/share/dbus-1/services command_runner.png usr/share/pixmaps command_runner usr/share/command-runner-applet debian/control0000640000000000000000000000123612142254135010566 0ustar Source: command-runner-applet Section: gnome Priority: extra Maintainer: Marcin Owsiany Build-Depends: debhelper (>= 7) Standards-Version: 3.9.2 Package: command-runner-applet Architecture: all Depends: ${misc:Depends}, python, python-gobject (>= 2.28), gir1.2-gtk-3.0, gir1.2-gdkpixbuf-2.0, gir1.2-gconf-2.0, gir1.2-panelapplet-4.0 Description: panel applet which periodically displays a command output This applet periodically runs a configured shell command and displays its output in a text label on the GNOME panel. . It is useful for keeping track of something, for which having a terminal window constantly open would be inconvenient. debian/gbp.conf0000640000000000000000000000217212142254135010602 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] # the default build command: #builder = debuild -i\.git/ -I.git # the default clean command: #cleaner = debuild clean # the default branch for upstream sources: upstream-branch = master # the default branch for the debian patch: debian-branch = build # the default tag formats used: #upstream-tag = upstream/%(version)s #debian-tag = debian/%(version)s # Options only affecting git-buildpackage [git-buildpackage] #upstream-branch = dfsgclean # uncomment this to automatically GPG sign tags #sign-tags = True # keyid to GPG sign tags with #keyid = 0xdeadbeef # push to a remote repository after a successful tag: #posttag = git-push git.example.com # use this for more svn-buildpackage like bahaviour: #export-dir = ../build-area/ #tarball-dir = ../tarballs/ # Options only affecting git-import-orig [git-import-orig] #upstream-branch = newupstream #debian-branch = dfsgclean # Options only affecting git-import-dsc [git-import-dsc] #upstream-branch = svn-upstream # Options only affecting git-dch [git-dch] meta = True #git-log = --no-merges #snapshot-number = snapshot + 1 debian/source/0000750000000000000000000000000012142254135010460 5ustar debian/source/format0000640000000000000000000000001412142254135011667 0ustar 3.0 (quilt) debian/patches/0000750000000000000000000000000012142254765010620 5ustar debian/patches/series0000640000000000000000000000003712142254765012036 0ustar feature/debug-logging.diff -p1 debian/patches/feature/0000750000000000000000000000000012142254765012253 5ustar debian/patches/feature/debug-logging.diff0000640000000000000000000000140712142254765015622 0ustar From: Marcin Owsiany Subject: [PATCH] feature/debug-logging Temporarily bumped default logging level to DEBUG. This is for the experimental upload, so that it is easier to debug any problems people find in the ported version. Signed-off-by: Marcin Owsiany --- command_runner | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/command_runner b/command_runner index dc99356..6a7f411 100755 --- a/command_runner +++ b/command_runner @@ -259,5 +259,5 @@ def start_factory(level): if __name__ == '__main__': # TODO: make it possible to set DEBUG logging without modifying code - start_factory(logging.INFO) + start_factory(logging.DEBUG) -- tg: (ea36f7c..) feature/debug-logging (depends on: master) debian/changelog0000640000000000000000000000240512142254772011043 0ustar command-runner-applet (0.3-1) unstable; urgency=high * Fixed an incompatibility with newer version of GTK. -- Marcin Owsiany Tue, 07 May 2013 21:44:58 +0200 command-runner-applet (0.2-2) unstable; urgency=low * Upload to unstable * Still with DEBUG logging for a while, to ease debugging. * Changed to using topgit for patch management. -- Marcin Owsiany Sun, 16 Oct 2011 15:58:57 +0100 command-runner-applet (0.2-1) experimental; urgency=low * Ported to GTK3 and libpanel-applet-4-0+GIR. (Closes: #638115) * Temporarily bumped default logging level to DEBUG. * Added a note about UI unresponsiveness. * Depends and install changes for GTK3 port. * Bumped version and copyright years. -- Marcin Owsiany Tue, 06 Sep 2011 13:02:33 +0100 command-runner-applet (0.1-2) unstable; urgency=low * Upload to sid * Bumped Standards-Version to 3.9.2, no changes needed. * Removed indefinite article from Description. * Added a gbp.conf file. -- Marcin Owsiany Sun, 19 Jun 2011 14:51:29 +0100 command-runner-applet (0.1-1) experimental; urgency=low * Initial release (Closes: #602782) -- Marcin Owsiany Sun, 07 Nov 2010 18:19:56 -0800 debian/copyright0000640000000000000000000000272612142254135011123 0ustar This work was packaged for Debian by: Marcin Owsiany on Sun, 07 Nov 2010 17:20:32 -0800 Upstream Authors: Code: Marcin Owsiany Icon: Stefan A. Keel (Sak) Copyright: Copyright 2010-2011 Marcin Owsiany Copyright 2006 Stefan A. Keel (Sak) License: This package 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 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 General Public License for more details. You should have received a copy of the GNU 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 On Debian systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. The Debian packaging is: Copyright (C) 2010-2011 Marcin Owsiany 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. debian/docs0000640000000000000000000000000712142254135010031 0ustar README