[Pkg-zenoss-commits] r349 - in /trunk/packages/pynetsnmp/debian: changelog libdeps

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Fri Dec 14 21:36:59 UTC 2007


Author: bzed
Date: Fri Dec 14 21:36:59 2007
New Revision: 349

URL: http://svn.debian.org/wsvn/pkg-zenoss/?sc=1&rev=349
Log:
* Medium urgency as requested by the RMs.
* debian/libdeps:
  - Relaxing libsnmp dependency to the current SONAME.

Modified:
    trunk/packages/pynetsnmp/debian/changelog
    trunk/packages/pynetsnmp/debian/libdeps

Modified: trunk/packages/pynetsnmp/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-zenoss/trunk/packages/pynetsnmp/debian/changelog?rev=349&op=diff
==============================================================================
--- trunk/packages/pynetsnmp/debian/changelog (original)
+++ trunk/packages/pynetsnmp/debian/changelog Fri Dec 14 21:36:59 2007
@@ -1,4 +1,4 @@
-pynetsnmp (0.28.0-1) unstable; urgency=low
+pynetsnmp (0.28.0-1) unstable; urgency=medium
 
   * New upstream version.
   * debian/control:
@@ -6,8 +6,11 @@
     - Updating Standards-Version to 3.7.3.
   * debian/examples:
     - Including test/* as examples.
+  * Medium urgency as requested by the RMs.
+  * debian/libdeps:
+    - Relaxing libsnmp dependency to the current SONAME.
 
- -- Bernd Zeimetz <bzed at debian.org>  Thu, 13 Dec 2007 20:25:34 +0100
+ -- Bernd Zeimetz <bzed at debian.org>  Fri, 14 Dec 2007 22:36:11 +0100
 
 pynetsnmp (0.27.0-1) unstable; urgency=low
 

Modified: trunk/packages/pynetsnmp/debian/libdeps
URL: http://svn.debian.org/wsvn/pkg-zenoss/trunk/packages/pynetsnmp/debian/libdeps?rev=349&op=diff
==============================================================================
--- trunk/packages/pynetsnmp/debian/libdeps (original)
+++ trunk/packages/pynetsnmp/debian/libdeps Fri Dec 14 21:36:59 2007
@@ -8,6 +8,6 @@
 child_stdout.close()
 child_stdin.close()
 
-version = re.findall(r'^Depends:.*(libsnmp[0-9]+ \([^)]+\))', output, re.M)[0]
+version = re.findall(r'^Depends:.*(libsnmp[0-9]+) \([^)]+\)', output, re.M)[0]
 
 print "libsnmp:Depends=" + version




More information about the Pkg-zenoss-commits mailing list