[Python-apps-commits] r6915 - in packages/nagstamon/trunk/debian (8 files)

chaica-guest at users.alioth.debian.org chaica-guest at users.alioth.debian.org
Sat Apr 9 14:50:29 UTC 2011


    Date: Saturday, April 9, 2011 @ 14:50:27
  Author: chaica-guest
Revision: 6915

  * 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.1.0
    - Modified long description to add new supported items
  * debian/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

Added:
  packages/nagstamon/trunk/debian/patches/check-for-new-version.patch
  packages/nagstamon/trunk/debian/patches/manpage-correct-typo.patch
Modified:
  packages/nagstamon/trunk/debian/changelog
  packages/nagstamon/trunk/debian/control
  packages/nagstamon/trunk/debian/copyright
  packages/nagstamon/trunk/debian/patches/series
  packages/nagstamon/trunk/debian/rules
Deleted:
  packages/nagstamon/trunk/debian/patches/default_search

Modified: packages/nagstamon/trunk/debian/changelog
===================================================================
--- packages/nagstamon/trunk/debian/changelog	2011-04-09 14:15:58 UTC (rev 6914)
+++ packages/nagstamon/trunk/debian/changelog	2011-04-09 14:50:27 UTC (rev 6915)
@@ -1,3 +1,22 @@
+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.1.0
+    - Modified long description to add new supported items
+  * debian/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 <chaica at ohmytux.com>  Sat, 09 Apr 2011 18:39:48 +0200
+
 nagstamon (0.9.4-1) unstable; urgency=low
 
   * New upstream release (Closes: #582977)

Modified: packages/nagstamon/trunk/debian/control
===================================================================
--- packages/nagstamon/trunk/debian/control	2011-04-09 14:15:58 UTC (rev 6914)
+++ packages/nagstamon/trunk/debian/control	2011-04-09 14:50:27 UTC (rev 6915)
@@ -1,12 +1,11 @@
 Source: nagstamon
 Section: utils
-XS-Python-Version: >= 2.5
+X-Python-Version: >= 2.5
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Carl Chenet <chaica at ohmytux.com>
-Build-Depends: debhelper (>= 7.0.50~), python (>= 2.5), quilt (>= 0.46-7~)
-Build-Depends-Indep: python-support
-Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3)
+Standards-Version: 3.9.1.0
 Homepage: http://nagstamon.sourceforge.net
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/nagstamon/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/nagstamon/trunk/
@@ -18,5 +17,5 @@
  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. 
- It allows to connect to multiple Nagios servers and supports Opsview
- servers.
+ Nagstamon connects to multiple Nagios, Opsview, Icinga, Centreon,
+ Op5/Ninja and Check_MK Multisite monitoring servers.

Modified: packages/nagstamon/trunk/debian/copyright
===================================================================
--- packages/nagstamon/trunk/debian/copyright	2011-04-09 14:15:58 UTC (rev 6914)
+++ packages/nagstamon/trunk/debian/copyright	2011-04-09 14:50:27 UTC (rev 6915)
@@ -11,8 +11,13 @@
 
     Copyright © 2009 Henri Wahl
 
-License:
+except for this file:
+    Nagstamon/Server/Multisite.py
 
+    Copyright © 2010 Mathias Kettner
+
+All files 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.

Added: packages/nagstamon/trunk/debian/patches/check-for-new-version.patch
===================================================================
--- packages/nagstamon/trunk/debian/patches/check-for-new-version.patch	                        (rev 0)
+++ packages/nagstamon/trunk/debian/patches/check-for-new-version.patch	2011-04-09 14:50:27 UTC (rev 6915)
@@ -0,0 +1,16 @@
+# Description: disable the default search for newer version
+# Author: Carl Chenet <chaica at ohmytux.com>
+
+Index: nagstamon_0.9.5/Nagstamon/Config.py
+===================================================================
+--- nagstamon_0.9.5.orig/Nagstamon/Config.py	2011-04-09 02:50:26.000000000 +0200
++++ nagstamon_0.9.5/Nagstamon/Config.py	2011-04-09 02:50:41.000000000 +0200
+@@ -41,7 +41,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
+         # because of nonexistent windows systray popup support I'll let it be now

Deleted: packages/nagstamon/trunk/debian/patches/default_search
===================================================================
--- packages/nagstamon/trunk/debian/patches/default_search	2011-04-09 14:15:58 UTC (rev 6914)
+++ packages/nagstamon/trunk/debian/patches/default_search	2011-04-09 14:50:27 UTC (rev 6915)
@@ -1,16 +0,0 @@
-# Description: disable the default search for newer version
-# Author: Carl Chenet <chaica at ohmytux.com>
-
-Index: nagstamon_0.9.3/Nagstamon/nagstamonConfig.py
-===================================================================
---- nagstamon_0.9.3.orig/Nagstamon/nagstamonConfig.py	2010-06-15 00:38:16.000000000 +0200
-+++ nagstamon_0.9.3/Nagstamon/nagstamonConfig.py	2010-06-15 00:38:39.000000000 +0200
-@@ -39,7 +39,7 @@
-         self.connect_by_dns_yes = True
-         self.connect_by_dns_no = False
-         self.debug_mode = False
--        self.check_for_new_version = True
-+        self.check_for_new_version = False
-         self.notification = True
-         self.notification_flashing = True
-         # because of nonexistent windows systray popup support I'll let it be now

Added: packages/nagstamon/trunk/debian/patches/manpage-correct-typo.patch
===================================================================
--- packages/nagstamon/trunk/debian/patches/manpage-correct-typo.patch	                        (rev 0)
+++ packages/nagstamon/trunk/debian/patches/manpage-correct-typo.patch	2011-04-09 14:50:27 UTC (rev 6915)
@@ -0,0 +1,16 @@
+# Description: correct a typo and update the manpage
+# Author: Carl Chenet <chaica at ohmytux.com>
+
+Index: nagstamon_0.9.5/Nagstamon/resources/nagstamon.1
+===================================================================
+--- nagstamon_0.9.5.orig/Nagstamon/resources/nagstamon.1	2011-04-09 03:27:48.000000000 +0200
++++ nagstamon_0.9.5/Nagstamon/resources/nagstamon.1	2011-04-09 03:29:05.000000000 +0200
+@@ -23,7 +23,7 @@
+ nagstamon [alternate\-config]
+ .SH "DESCRIPTION"
+ .sp
+-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\&. It allows to connect to multiple Nagios servers\&.
++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.\&.
+ .sp
+ The command can optionally take one argument giving the path to an alternate configuration file\&.
+ .SH "OPTIONS"

Modified: packages/nagstamon/trunk/debian/patches/series
===================================================================
--- packages/nagstamon/trunk/debian/patches/series	2011-04-09 14:15:58 UTC (rev 6914)
+++ packages/nagstamon/trunk/debian/patches/series	2011-04-09 14:50:27 UTC (rev 6915)
@@ -1 +1,2 @@
-default_search
+check-for-new-version.patch
+manpage-correct-typo.patch

Modified: packages/nagstamon/trunk/debian/rules
===================================================================
--- packages/nagstamon/trunk/debian/rules	2011-04-09 14:15:58 UTC (rev 6914)
+++ packages/nagstamon/trunk/debian/rules	2011-04-09 14:50:27 UTC (rev 6915)
@@ -3,10 +3,10 @@
 export DH_ALWAYS_EXCLUDE=LICENSE
 
 %:
-	dh $@
+	dh $@ --with python2
 
 override_dh_link:
-	dh_link usr/share/nagstamon/nagstamon usr/bin/nagstamon
+	dh_link usr/share/nagstamon/nagstamon.py usr/bin/nagstamon
 
 override_dh_auto_install:
 	dh_auto_install -- --install-lib=/usr/share/nagstamon \




More information about the Python-apps-commits mailing list