summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves-Alexis Perez <corsac@corsac.net>2012-06-29 13:13:08 +0200
committerYves-Alexis Perez <corsac@corsac.net>2012-06-29 13:13:08 +0200
commit22a7054ee5b58dce56ebef637ec58331c2e0a58f (patch)
treedd8c2fec079c3fadd368622eadde60d57a1d4da0
parentde707fa60bce64a2c7aa5cb479a5f9b40bd6b2c6 (diff)
downloadvyos-strongswan-22a7054ee5b58dce56ebef637ec58331c2e0a58f.tar.gz
vyos-strongswan-22a7054ee5b58dce56ebef637ec58331c2e0a58f.zip
add patch to fix NAME section in manpages
* debian/patches: - 01_fix-manpages added, fix space in NAME section.
-rw-r--r--debian/changelog2
-rw-r--r--debian/patches/01_fix-manpages.patch49
-rw-r--r--debian/patches/series1
3 files changed, 52 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2b3676a5b..86e1e0754 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,8 @@ strongswan (4.6.4-0.1) UNRELEASED; urgency=low
* debian/libstrongswan.lintian-overrides,
debian/libstrongswan-ikev2.lintian-overrides:
- override warning for hardening flags, we do use them.
+ * debian/patches:
+ - 01_fix-manpages added, fix space in NAME section.
-- Yves-Alexis Perez <corsac@debian.org> Thu, 28 Jun 2012 21:17:38 +0200
diff --git a/debian/patches/01_fix-manpages.patch b/debian/patches/01_fix-manpages.patch
new file mode 100644
index 000000000..c3b689bd9
--- /dev/null
+++ b/debian/patches/01_fix-manpages.patch
@@ -0,0 +1,49 @@
+Index: strongswan/src/_updown/_updown.8
+===================================================================
+--- strongswan.orig/src/_updown/_updown.8 2012-06-28 20:48:14.337158901 +0200
++++ strongswan/src/_updown/_updown.8 2012-06-29 11:25:55.897696373 +0200
+@@ -1,6 +1,6 @@
+ .TH _UPDOWN 8 "27 Apr 2006"
+ .SH NAME
+-ipsec _updown \- route and firewall manipulation script
++ipsec_updown \- route and firewall manipulation script
+ .SH SYNOPSIS
+ .I _updown
+ is invoked by pluto when it has brought up a new connection. This script
+Index: strongswan/src/_updown_espmark/_updown_espmark.8
+===================================================================
+--- strongswan.orig/src/_updown_espmark/_updown_espmark.8 2012-06-28 20:48:14.337158901 +0200
++++ strongswan/src/_updown_espmark/_updown_espmark.8 2012-06-29 11:26:18.517907016 +0200
+@@ -1,6 +1,6 @@
+ .TH _UPDOWN_ESPMARK 8 "7 Apr 2005"
+ .SH NAME
+-ipsec _updown_espmark \- manages routes and firewall rules
++ipsec_updown_espmark \- manages routes and firewall rules
+ .SH SYNOPSIS
+ .I _updown_espmark
+ is invoked by pluto when it has brought up a new connection. This script
+Index: strongswan/src/openac/openac.8
+===================================================================
+--- strongswan.orig/src/openac/openac.8 2012-06-28 20:48:14.473160290 +0200
++++ strongswan/src/openac/openac.8 2012-06-29 11:26:38.854096394 +0200
+@@ -1,6 +1,6 @@
+ .TH IPSEC_OPENAC 8 "22 September 2007"
+ .SH NAME
+-ipsec openac \- Generation of X.509 attribute certificates
++ipsec_openac \- Generation of X.509 attribute certificates
+ .SH SYNOPSIS
+ .B ipsec
+ .B openac
+Index: strongswan/src/scepclient/scepclient.8
+===================================================================
+--- strongswan.orig/src/scepclient/scepclient.8 2012-06-28 20:48:14.497160535 +0200
++++ strongswan/src/scepclient/scepclient.8 2012-06-29 11:27:01.934311341 +0200
+@@ -1,7 +1,7 @@
+ .\"
+ .TH "IPSEC_SCEPCLIENT" "8" "29 September 2005" "Jan Hutter, Martin Willi" ""
+ .SH "NAME"
+-ipsec scepclient \- Client for the SCEP protocol
++ipsec_scepclient \- Client for the SCEP protocol
+ .SH "SYNOPSIS"
+ .B ipsec scepclient [argument ...]
+ .sp
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000000000..2cf256b6c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01_fix-manpages.patch