[Python-apps-commits] r7130 - in packages/nagstamon/trunk/debian (4 files)

chaica-guest at users.alioth.debian.org chaica-guest at users.alioth.debian.org
Mon May 30 15:13:32 UTC 2011


    Date: Monday, May 30, 2011 @ 15:13:31
  Author: chaica-guest
Revision: 7130

  * New upstream release
  * debian/control
    - Versioned python-beautifulsoup needed (Closes: #628158)
  * debian/patches/series
    - Removed remove-beautifulsoup.patch
  * Removed debian/patches/remove-beautifulsoup.patch

Modified:
  packages/nagstamon/trunk/debian/changelog
  packages/nagstamon/trunk/debian/control
  packages/nagstamon/trunk/debian/patches/series
Deleted:
  packages/nagstamon/trunk/debian/patches/remove-beautifulsoup.patch

Modified: packages/nagstamon/trunk/debian/changelog
===================================================================
--- packages/nagstamon/trunk/debian/changelog	2011-05-29 18:36:57 UTC (rev 7129)
+++ packages/nagstamon/trunk/debian/changelog	2011-05-30 15:13:31 UTC (rev 7130)
@@ -1,3 +1,15 @@
+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 <chaica at ohmytux.com>  Mon, 30 May 2011 17:07:58 +0200
+
 nagstamon (0.9.6.1-2) unstable; urgency=low
 
   * debian/control

Modified: packages/nagstamon/trunk/debian/control
===================================================================
--- packages/nagstamon/trunk/debian/control	2011-05-29 18:36:57 UTC (rev 7129)
+++ packages/nagstamon/trunk/debian/control	2011-05-30 15:13:31 UTC (rev 7130)
@@ -12,7 +12,7 @@
 
 Package: nagstamon
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-gtk2, python-pkg-resources, python-eggtrayicon, librsvg2-common, sox, python-beautifulsoup
+Depends: ${python:Depends}, ${misc:Depends}, python-gtk2, python-pkg-resources, python-eggtrayicon, 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 

Deleted: packages/nagstamon/trunk/debian/patches/remove-beautifulsoup.patch
===================================================================
--- packages/nagstamon/trunk/debian/patches/remove-beautifulsoup.patch	2011-05-29 18:36:57 UTC (rev 7129)
+++ packages/nagstamon/trunk/debian/patches/remove-beautifulsoup.patch	2011-05-30 15:13:31 UTC (rev 7130)
@@ -1,23 +0,0 @@
-# Description: remove the call to embedded BeautifulSoup library
-# Author: Carl Chenet <chaica at ohmytux.com>
-
-Index: nagstamon_0.9.6.1/Nagstamon/Server/Generic.py
-===================================================================
---- nagstamon_0.9.6.1.orig/Nagstamon/Server/Generic.py	2011-05-16 01:40:42.000000000 +0200
-+++ nagstamon_0.9.6.1/Nagstamon/Server/Generic.py	2011-05-16 01:41:02.000000000 +0200
-@@ -13,7 +13,7 @@
- import base64
- import re
- 
--from Nagstamon.BeautifulSoup import BeautifulSoup, BeautifulStoneSoup
-+from BeautifulSoup import BeautifulSoup, BeautifulStoneSoup
- from Nagstamon.Actions import HostIsFilteredOutByRE, ServiceIsFilteredOutByRE, not_empty
- from Nagstamon.Objects import *
- 
-@@ -916,4 +916,4 @@
-         debug_string =  " ".join((head + ":",  str(datetime.datetime.now()), server, host, service, debug))     
-         # give debug info to debug loop for thread-save log-file writing
-         self.debug_queue.put(debug_string)
--        
-\ No newline at end of file
-+        

Modified: packages/nagstamon/trunk/debian/patches/series
===================================================================
--- packages/nagstamon/trunk/debian/patches/series	2011-05-29 18:36:57 UTC (rev 7129)
+++ packages/nagstamon/trunk/debian/patches/series	2011-05-30 15:13:31 UTC (rev 7130)
@@ -1,2 +1 @@
 check-for-new-version.patch
-remove-beautifulsoup.patch




More information about the Python-apps-commits mailing list