diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2014-01-24 14:34:26 +0100 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2014-01-24 21:21:32 +0100 |
commit | edf8928c5167c129322caa9136384b11892ce09b (patch) | |
tree | 8b18d09a188f7cf80fcbab15a79def9f60c08a74 /debian | |
parent | 367f35c9029e84898f7709ceae0cc8b693ba6e57 (diff) | |
download | vyos-strongswan-edf8928c5167c129322caa9136384b11892ce09b.tar.gz vyos-strongswan-edf8928c5167c129322caa9136384b11892ce09b.zip |
debian/patches/01_fix-manpages updated, move pki --issue manpage to section 1.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/patches/01_fix-manpages.patch | 15 |
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) |