[Pkg-net-snmp-commits] [pkg-net-snmp] 05/06: fix manpage error

Hideki Yamane henrich at moszumanska.debian.org
Sat Mar 1 12:20:26 UTC 2014


This is an automated email from the git hooks/post-receive script.

henrich pushed a commit to branch master
in repository pkg-net-snmp.

commit eac341b4249d930cb0ced915bff6acb5baff2da9
Author: Hideki Yamane <henrich at debian.org>
Date:   Sat Jan 11 09:47:04 2014 +0900

    fix manpage error
---
 debian/changelog                                    |  5 +++--
 .../patches/fix_manpage-has-errors-from-man.patch   | 21 +++++++++++++++++++++
 debian/patches/series                               |  1 +
 3 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index aac2f8f..39e8c7f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
 net-snmp (5.7.2~dfsg-9) UNRELEASED; urgency=medium
 
-  * add debian/patches/add_rocommunity6.patch
-    - fix snmpwalk using ipv6 (Closes: #717179)
+  * debian/patches
+    - add add_rocommunity6.patch to fix snmpwalk using ipv6 (Closes: #717179)
+    - add fix_manpage-has-errors-from-man.patch
   * debian/control
     - set Standards-Version: 3.9.5
 
diff --git a/debian/patches/fix_manpage-has-errors-from-man.patch b/debian/patches/fix_manpage-has-errors-from-man.patch
new file mode 100644
index 0000000..54e8a55
--- /dev/null
+++ b/debian/patches/fix_manpage-has-errors-from-man.patch
@@ -0,0 +1,21 @@
+Description: variables(5) lines over 80 width
+
+$ LC_ALL=C MANROFFSEQ='' MANWIDTH=80 man --warnings -E UTF-8 -l -Tutf8 -Z man/variables.5.def > /dev/null
+ 
+ cause error.
+
+Forwarded: no
+Last-Update: 2014-01-11
+
+--- net-snmp-5.7.2~dfsg.orig/man/variables.5.def
++++ net-snmp-5.7.2~dfsg/man/variables.5.def
+@@ -84,7 +84,8 @@ A variant of this (typically used when w
+ text, rather than running programs), is to combine the name and
+ numeric subidentifier:
+ .RS
+- .iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1).system(1).sysDescr(1)
++ .iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1).system(1)
++ .sysDescr(1)
+ .RE
+ 
+ .SS Module-qualified OIDs
diff --git a/debian/patches/series b/debian/patches/series
index aa458ba..0cff5f9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -20,3 +20,4 @@ fix_man_error.patch
 after_RFC5378
 fix_manpage-has-errors_break_line.patch
 add_rocommunity6.patch
+fix_manpage-has-errors-from-man.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-net-snmp/pkg-net-snmp.git



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