summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/patches/01_fix-manpages.patch15
2 files changed, 16 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4378aa9ca..336b57e35 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,7 @@ strongswan (5.1.1-1) UNRELEASED; urgency=low
- es.po updated, thanks Matias A. Bellone. closes: #733731
* debian/patches:
- CVE-2013-6075 and CVE-2013-6076 dropped, included upstream.
+ - 01_fix-manpages updated, move pki --issue manpage to section 1.
* debian/strongswan-starter.ipsec.init:
- use daemon exe in start-stop-daemon test. closes: #730661
diff --git a/debian/patches/01_fix-manpages.patch b/debian/patches/01_fix-manpages.patch
index 656882939..3b7695fd9 100644
--- a/debian/patches/01_fix-manpages.patch
+++ b/debian/patches/01_fix-manpages.patch
@@ -39,3 +39,18 @@
.SH "SYNOPSIS"
.B ipsec scepclient [argument ...]
.sp
+--- a/src/pki/man/pki---issue.1.in
++++ b/src/pki/man/pki---issue.1.in
+@@ -1,4 +1,4 @@
+-.TH "PKI \-\-ISSUE" 8 "2013-08-12" "@PACKAGE_VERSION@" "strongSwan"
++.TH "PKI \-\-ISSUE" 1 "2013-08-12" "@PACKAGE_VERSION@" "strongSwan"
+ .
+ .SH "NAME"
+ .
+@@ -176,4 +176,4 @@ given PKCS#10 certificate request and th
+ .
+ .SH "SEE ALSO"
+ .
+-.BR pki (1)
+\ No newline at end of file
++.BR pki (1)