debian/0000755000000000000000000000000012167276616007204 5ustar debian/source/0000755000000000000000000000000012167232442010471 5ustar debian/source/format0000644000000000000000000000001412167232442011677 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212167232442010367 0ustar 9 debian/rules0000755000000000000000000000060412167276616010264 0ustar #!/usr/bin/make -f %: dh "$@" --with python2 override_dh_auto_build: set -ex; for python in $(shell pyversions -r); do \ $$python setup.py build; \ done; override_dh_auto_install: set -ex; for python in $(shell pyversions -r); do \ $$python setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb; \ done; override_dh_installchangelogs: dh_installchangelogs NEWS debian/docs0000644000000000000000000000002312167276043010044 0ustar README MAINTAINERS debian/zeitgeist-explorer.install0000644000000000000000000000017412167232502014425 0ustar usr/bin/zeitgeist-explorer usr/share/icons usr/share/applications/zeitgeist-explorer.desktop usr/lib/python2*/dist-packages debian/control0000644000000000000000000000151312167232525010576 0ustar Source: zeitgeist-explorer Section: devel Priority: extra Maintainer: Manish Sinha Build-Depends: debhelper (>= 9.2), python-distutils-extra, python (>= 2.6.6-3), X-Python-Version: >=2.7 Standards-Version: 3.9.4 Vcs-Bzr: https://code.launchpad.net/~zeitgeist/zeitgeist-explorer/debian-sid-packaging Homepage: https://launchpad.net/zeitgeist-explorer/ Package: zeitgeist-explorer Architecture: all Depends: ${misc:Depends}, ${python:Depends}, gir1.2-gtk-3.0, python3-gi, zeitgeist (>= 0.9.0) Description: GUI application for monitoring and debugging zeitgeist Zeitgeist explorer is a tool which can be used to monitor and explore the events logged by zeitgeist. In the monitor mode is can show the events logged in real-time just like wireshark. debian/watch0000644000000000000000000000014112167232442010216 0ustar version=3 https://launchpad.net/zeitgeist-explorer/+download .*/zeitgeist-explorer-(.+)\.tar\.gz debian/changelog0000644000000000000000000000034412167276071011052 0ustar zeitgeist-explorer (0.2-1) unstable; urgency=low * Initial release (Closes: #712748) * Contains only Monitor feature and sorting by Applications. -- Manish Sinha Sat, 10 July 2013 00:57:20 -0700 debian/copyright0000644000000000000000000000405412167232442011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: zeitgeist-exploer Source: https://launchpad.net/zeitgeist-explorer Upstream-Contact: Manish Sinha Files: * Copyright: 2012-2013, Manish Sinha 2012, Siegfried-Angel Gevatter Pujals 2012, Dhananjay Sathe 2012, Michal Hruby 2012, Trever Fischer License: LGPL-2.1 License: LGPL-2.1 This file may be used under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation and appearing in the file LICENSE.LGPL included in the packaging of this file. Please review the following information to ensure the GNU Lesser General Public License version 2.1 requirements will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. . On Debian systems, the complete text of the LGPL-2.1 license can be found in `/usr/share/common-licenses/LGPL-2.1`, Files: debian/* Copyright: 2009, Andrew Starr-Bochicchio 2013, Manish Sinha License: GPL-2+ License: GPL-2+ 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, see `/usr/share/common-licenses/GPL-2'.