[Pkg-net-snmp-commits] [SCM] Git repository for pkg-net-snmp branch, master, updated. debian/5.7.2_dfsg-1_0.2-10-gbadb701

Hideki Yamane henrich at debian.org
Wed May 15 13:28:50 UTC 2013


The following commit has been merged in the master branch:
commit 40ba5984ff3aeec14efdf6404e548712caff2579
Author: Hideki Yamane <henrich at debian.org>
Date:   Fri Apr 26 00:51:37 2013 +0900

    fix manpage error

diff --git a/debian/changelog b/debian/changelog
index 96236b3..5062cb6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ net-snmp (5.7.2~dfsg-1) UNRELEASED; urgency=low
   * debian/snmpd.{dirs,init,postinst}
     - ensure /var/run/agentx exists since maybe /var/run would be tmpfs, so
       would disappear with reboot. Thanks to lintian.
+  * debian/patches
+    - add fix_manpage-has-errors_break_line.patch
 
  -- Hideki Yamane <henrich at debian.org>  Thu, 11 Apr 2013 10:22:30 +0900
 
diff --git a/debian/patches/fix_manpage-has-errors_break_line.patch b/debian/patches/fix_manpage-has-errors_break_line.patch
new file mode 100644
index 0000000..f642d2b
--- /dev/null
+++ b/debian/patches/fix_manpage-has-errors_break_line.patch
@@ -0,0 +1,43 @@
+Description: fix manpage error
+
+ see http://lintian.debian.org/tags/manpage-has-errors-from-man.html
+
+Author: Hideki Yamane <henrich at debian.org>
+
+---
+Forwarded: no
+Last-Update: 2013-04-26
+
+--- net-snmp-5.7.2~dfsg.orig/man/snmpcmd.1.def
++++ net-snmp-5.7.2~dfsg/man/snmpcmd.1.def
+@@ -888,7 +888,7 @@ The standard prefix for object identifie
+ Defaults to .iso.org.dod.internet.mgmt.mib\-2
+ .IP MIBS
+ The list of MIBs to load. Defaults to
+-SNMPv2\-TC:SNMPv2\-MIB:IF\-MIB:IP\-MIB:TCP\-MIB:UDP\-MIB:SNMP\-VACM\-MIB.
++SNMPv2\-TC\:SNMPv2\-MIB:IF\-MIB:IP\-MIB\:TCP\-MIB\:UDP\-MIB\:SNMP\-VACM\-MIB.
+ Overridden by the
+ .B \-m
+ option.
+--- net-snmp-5.7.2~dfsg.orig/man/netsnmp_mib_api.3.def
++++ net-snmp-5.7.2~dfsg/man/netsnmp_mib_api.3.def
+@@ -277,7 +277,7 @@ A colon separated list of MIB modules to
+ .br
+ The default list of modules will depend on how the Net-SNMP software
+ was originally compiled, but is typically:
+-IP\-MIB:IF\-MIB:TCP\-MIB:UDP\-MIB:SNMPv2\-MIB:RFC1213\-MIB: UCD\-SNMP\-MIB:HOST\-RESOURCES\-MIB
++IP\-MIB\:IF\-MIB\:TCP\-MIB\:UDP\-MIB\:SNMPv2\-MIB\:RFC1213\-MIB\: UCD\-SNMP\-MIB\:HOST\-RESOURCES\-MIB
+ .IP
+ If the value of the
+ .B MIBS
+--- net-snmp-5.7.2~dfsg.orig/man/netsnmp_config_api.3.def
++++ net-snmp-5.7.2~dfsg/man/netsnmp_config_api.3.def
+@@ -365,7 +365,7 @@ function that it should abort the operat
+ SNMPCONFPATH
+ A colon separated list of directories to search for configuration
+ files in.
+-Default: SYSCONFDIR/snmp:DATADIR/snmp:LIBDIR/snmp:$HOME/.snmp
++Default\: SYSCONFDIR/snmp\:DATADIR/snmp\:LIBDIR/snmp\:$HOME/.snmp
+ .SH "SEE ALSO"
+ .BR mib_api "(3), " snmp_api (3)
+ .\" Local Variables:
diff --git a/debian/patches/series b/debian/patches/series
index 80ba325..3eb3f1c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -18,3 +18,4 @@ fix_logging_option.patch
 fix_typo_in_snmpd.conf.patch
 fix_man_error.patch
 after_RFC5378
+fix_manpage-has-errors_break_line.patch

-- 
Git repository for pkg-net-snmp



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