debian/0000755000000000000000000000000012242127241007163 5ustar debian/install0000644000000000000000000000006312242127241010553 0ustar debian/nagstamon.desktop usr/share/applications debian/compat0000644000000000000000000000000212242127241010361 0ustar 7 debian/README.source0000644000000000000000000000350712242127241011347 0ustar This package uses quilt to manage all modifications to the upstream source. Changes are stored in the source package as diffs in debian/patches and applied during the build. To configure quilt to use debian/patches instead of patches, you want either to export QUILT_PATCHES=debian/patches in your environment or use this snippet in your ~/.quiltrc: for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then export QUILT_PATCHES=debian/patches fi done To get the fully patched source after unpacking the source package, cd to the root level of the source package and run: quilt push -a The last patch listed in debian/patches/series will become the current patch. To add a new set of changes, first run quilt push -a, and then run: quilt new where is a descriptive name for the patch, used as the filename in debian/patches. Then, for every file that will be modified by this patch, run: quilt add before editing those files. You must tell quilt with quilt add what files will be part of the patch before making changes or quilt will not work properly. After editing the files, run: quilt refresh to save the results as a patch. Alternately, if you already have an external patch and you just want to add it to the build system, run quilt push -a and then: quilt import -P /path/to/patch quilt push -a (add -p 0 to quilt import if needed). as above is the filename to use in debian/patches. The last quilt push -a will apply the patch to make sure it works properly. To remove an existing patch from the list of patches that will be applied, run: quilt delete You may need to run quilt pop -a to unapply patches first before running this command. debian/source/0000755000000000000000000000000012242127241010463 5ustar debian/source/format0000644000000000000000000000001412242127241011671 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000607312242127241011124 0ustar This package was debianized by Carl Chenet on Mon, 22 Feb 2010 00:00:15 +0200. It was downloaded from http://sourceforge.net/projects/nagstamon/ Upstream Author: Henri Wahl Copyright: Copyright © 2008-2012 Henri Wahl except for the following files: Nagstamon/Server/Multisite.py Copyright © 2010 Mathias Kettner and: Nagstamon/BeautifulSoup.py Copyright (c) 2004-2010, Leonard Richardson Nagstamon/BeautifulSoup.py is under the bsdish license: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the the Beautiful Soup Consortium and All Night Kosher Bakery nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE, DAMMIT. All files except Nagstamon/BeautifulSoup.py are under the following license: 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; version 2 of the License. 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. On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. The Debian packaging is: Copyright © 2012 Carl Chenet and is also under the same license described above. debian/control0000644000000000000000000000210212242127241010561 0ustar Source: nagstamon Section: utils X-Python-Version: >= 2.5 Priority: optional Maintainer: Python Applications Packaging Team Uploaders: Carl Chenet Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3) Standards-Version: 3.9.3 Homepage: http://nagstamon.ifw-dresden.de Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/nagstamon/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/nagstamon/trunk/ Package: nagstamon Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-gtk2 (>= 2.20~), python-pkg-resources, python-notify, librsvg2-common, sox, python-beautifulsoup (>= 3.2.0-2) Description: Nagios status monitor which takes place in systray or on desktop Nagstamon is a Nagios status monitor which takes place in systray or on desktop (GNOME, KDE), as floating statusbar to inform you in realtime about the status of your Nagios monitored network. Nagstamon connects to multiple Nagios, Opsview, Icinga, Centreon, Op5/Ninja and Check_MK Multisite monitoring servers. debian/nagstamon.desktop0000644000000000000000000000054412242127241012550 0ustar [Desktop Entry] Type=Application Name=nagstamon Comment=Nagios status monitor Icon=/usr/share/nagstamon/Nagstamon/resources/nagstamon.svg Exec=nagstamon Terminal=false Categories=System;Monitor;GTK; #X-GNOME-Autostart-enabled=true #X-KDE-autostart-after=panel #X-KDE-StartupNotify=false #X-KDE-UniqueApplet=true #NoDisplay=true #OnlyShowIn=GNOME;XFCE;KDE debian/rules0000755000000000000000000000045612242127241010250 0ustar #!/usr/bin/make -f export DH_ALWAYS_EXCLUDE=LICENSE:BeautifulSoup.py %: dh $@ --with python2 override_dh_link: dh_link usr/share/nagstamon/nagstamon.py usr/bin/nagstamon override_dh_auto_install: dh_auto_install -- --install-lib=/usr/share/nagstamon \ --install-scripts=/usr/share/nagstamon \ debian/patches/0000755000000000000000000000000012242127241010612 5ustar debian/patches/series0000644000000000000000000000003412242127241012024 0ustar check-for-new-version.patch debian/patches/check-for-new-version.patch0000644000000000000000000000104512242127241015746 0ustar # Description: disable the default search for newer version # Author: Carl Chenet --- nagstamon.orig/Nagstamon/Config.py +++ nagstamon/Nagstamon/Config.py @@ -71,7 +71,7 @@ self.debug_mode = False self.debug_to_file = False self.debug_file = os.path.expanduser('~') + os.sep + "nagstamon.log" - self.check_for_new_version = True + self.check_for_new_version = False self.notification = True self.notification_flashing = True self.notification_desktop = False debian/changelog0000644000000000000000000001107412242127241011040 0ustar nagstamon (0.9.11-1) unstable; urgency=low * New upstream release (Closes: #702103, #668384) - Remove fix-update-checking.patch - Refresh other patches * Switch notify icon to python-notify (Closes: #702103) -- Jonathan Wiltshire Sun, 17 Nov 2013 10:53:54 +0000 nagstamon (0.9.9-2) unstable; urgency=high [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. [ Carl Chenet ] * debian/patches - add fix-system-checking.patch * debian/patches/series - add fix-system-checking.patch -- Carl Chenet Wed, 10 Jul 2013 23:58:16 +0200 nagstamon (0.9.9-1) unstable; urgency=low * New upstream release * debian/control - switched Uploaders field from chaica@ohmytux.com to chaica@debian.org - removed DM-Upload-Allowed field - bump Standards-Version to 3.9.3 * debian/copyright - update author and Debian maintainer copyrights -- Carl Chenet Sat, 19 May 2012 15:25:46 +0200 nagstamon (0.9.8-1) unstable; urgency=low * New upstream release * debian/control - rename Standards-Version 3.9.2 to 3.9.2.0 - python-gtk2 should be >= 2.20 - added DM-Upload-Allowed: yes -- Carl Chenet Mon, 05 Dec 2011 01:32:35 +0100 nagstamon (0.9.7.1-1) unstable; urgency=low * New upstream release * debian/control - Versioned python-beautifulsoup needed (Closes: #628158) * debian/patches/series - Removed remove-beautifulsoup.patch * Removed debian/patches/remove-beautifulsoup.patch -- Carl Chenet Mon, 30 May 2011 17:07:58 +0200 nagstamon (0.9.6.1-2) unstable; urgency=low * debian/control - Removed two recently unnecessary dependencies messing some images -- Carl Chenet Wed, 18 May 2011 03:33:02 +0200 nagstamon (0.9.6.1-1) unstable; urgency=low * New upstream version (Closes: #585963,#591875) * debian/patches - Added remove-beautifulsoup.patch to remove a call to embedded beautifulsoup library - Removed the manpage patch. Has been integrated upstream. * debian/rules - Added exclusion for beautifulsoup library * debian/copyright - Added copyright and license for BeautifulSoup library -- Carl Chenet Mon, 16 May 2011 02:15:33 +0200 nagstamon (0.9.5-1) unstable; urgency=low * New upstream version (Closes: #617490,#579001) * debian/control - Replace XS-Python-Version by X-Python-Version - Removed python-support from Indep-Build-Depends - Bump python version to 2.6.6-3 - Bump Standards-Version to 3.9.2 - Modified long description to add new supported items - Changed the homepage * debian/copyright - Updated years of the copyright - Added copyright and license for a new file * debian/rules - added dh $@ --with python2 * debian/patches - Replaced default_search by check-for-new-version.patch - Added manpage-correct-typo.patch to shut up Lintian -- Carl Chenet Wed, 13 Apr 2011 10:54:05 +0200 nagstamon (0.9.4-1) unstable; urgency=low * New upstream release (Closes: #582977) * removed debian/manpages * renamed debian/nagstamon.install to debian/install * debian/patches - removed settings_glade - removed setup_patch -- Carl Chenet Sat, 19 Jun 2010 12:46:42 +0200 nagstamon (0.9.3-2) unstable; urgency=low * debian/patches/default_search - disable the default search for newer versions (Closes: #585928) * debian/patches/series - added default_search -- Carl Chenet Tue, 15 Jun 2010 00:41:22 +0200 nagstamon (0.9.3-1) unstable; urgency=low * New upstream release * Switching to 3.0 source format * debian/patches - added settings_glade patch to close #2998035 upstream bug - added setup_patch to remove an absolute link for the upstream manpage * debian/control - added quilt in Build-Depends - added the support of Opsview servers in the long description * debian/nagstamon.manpages - switched to the file provided by the upstream * debian/nagstamon.desktop - commenting the OnlyShowIn directive -- Carl Chenet Sun, 23 May 2010 12:47:11 +0200 nagstamon (0.9.2-2) unstable; urgency=low * debian/control - Added a mandatory runtime missing dependency python-pkg-resources. - Fixed a typo in the long message. -- Carl Chenet Wed, 24 Mar 2010 23:18:21 +0100 nagstamon (0.9.2-1) unstable; urgency=low * Initial release. (Closes: #534842) -- Carl Chenet Mon, 22 Feb 2010 14:16:44 +0100 debian/watch0000644000000000000000000000007212242127241010213 0ustar version=3 http://sf.net/nagstamon/nagstamon_(.+)\.tar\.gz