[Pkg-net-snmp-commits] [SCM] Git repository for pkg-net-snmp branch, master, updated. debian/5.7.2_dfsg-6-1-gd45e419

Hideki Yamane henrich at debian.org
Mon May 20 05:34:51 UTC 2013


The following commit has been merged in the master branch:
commit d45e41959f9f92916798aff4f61c0ed02b77e386
Author: Hideki Yamane <henrich at debian.org>
Date:   Mon May 20 14:21:24 2013 +0900

    fix script

diff --git a/debian/changelog b/debian/changelog
index 0755443..a81d64b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+net-snmp (5.7.2~dfsg-7) unstable; urgency=low
+
+  * debian/control
+    - libsnmp-base: update to more policy polite (Breaks/Replaces: libsnmp15
+      (<<5.7.2~dfsg-5)), thanks to James McCoy
+  * debian/snmp.preinst
+    - fix incomplete script.
+
+ -- Hideki Yamane <henrich at debian.org>  Mon, 20 May 2013 14:19:36 +0900
+
 net-snmp (5.7.2~dfsg-6) unstable; urgency=low
 
   * debian/rules
diff --git a/debian/control b/debian/control
index 47f5946..10ab27a 100644
--- a/debian/control
+++ b/debian/control
@@ -46,8 +46,9 @@ Description: SNMP (Simple Network Management Protocol) applications
 Package: libsnmp-base
 Section: libs
 Architecture: all
-Replaces: libsnmp-dev (<< 5.4~dfsg), libsnmp9-dev (<< 5.4~dfsg)
-Conflicts: libsnmp-dev (<< 5.4~dfsg), libsnmp9-dev (<< 5.4~dfsg), libsnmp30 (<< 5.7.2~dfsg-5), libsnmp15
+Replaces: libsnmp-dev (<< 5.4~dfsg), libsnmp9-dev (<< 5.4~dfsg), libsnmp15 (<< 5.7.2~dfsg-5)
+Conflicts: libsnmp-dev (<< 5.4~dfsg), libsnmp9-dev (<< 5.4~dfsg), libsnmp30 (<< 5.7.2~dfsg-5)
+Breaks: libsnmp15 (<< 5.7.2~dfsg-5)
 Depends: ${misc:Depends}
 Suggests: snmp-mibs-downloader
 Description: SNMP configuration script, MIBs and documentation
diff --git a/debian/snmp.preinst b/debian/snmp.preinst
index cc44658..8f8c754 100644
--- a/debian/snmp.preinst
+++ b/debian/snmp.preinst
@@ -21,6 +21,9 @@ abort-upgrade)
 *)
   echo "preinst called with unknown argument \`$1'" >&2
   exit 1
+  ;;
+
+esac
 
 #DEBHELPER#
 

-- 
Git repository for pkg-net-snmp



More information about the Pkg-net-snmp-commits mailing list