diff options
author | Dmitry Shachnev <mitya57@gmail.com> | 2017-10-14 10:14:14 +0300 |
---|---|---|
committer | Dmitry Shachnev <mitya57@gmail.com> | 2017-10-14 10:14:14 +0300 |
commit | eacdcc8338be5683a72952d1db4a266f567c181a (patch) | |
tree | a3780d51facbc9530f475fa758262b6188d05424 | |
parent | a4c828993cf4a1c77c8ca97ba6baa767ec2936f3 (diff) | |
download | pkg-kde-tools-eacdcc8338be5683a72952d1db4a266f567c181a.tar.gz |
Fix syntax error in pkgkde-symbolshelper.1 manpage.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | man1/pkgkde-symbolshelper.1 | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c8265b6..e43425a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ pkg-kde-tools (0.15.26) UNRELEASED; urgency=medium * Add a new script, dh_qmlcdeps, for generating proper Qt dependencies for QML compiled data files (Closes: #872325). * Bump Standards-Version to 4.1.1, no changes needed. + * Fix syntax error in pkgkde-symbolshelper.1 manpage. -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Wed, 11 Oct 2017 13:24:10 +0300 diff --git a/man1/pkgkde-symbolshelper.1 b/man1/pkgkde-symbolshelper.1 index ee8356e..f72a282 100644 --- a/man1/pkgkde-symbolshelper.1 +++ b/man1/pkgkde-symbolshelper.1 @@ -24,7 +24,7 @@ pkgkde-gensymbols -plibfoo1 -v1.7 -Osymbols.amd64 -edebian/libfoo1/usr/lib/libfo pkgkde-symbolshelper create -o debian/libfoo1.symbols -v 1.7 symbols.amd64 \fR .RE -.ni +.fi .P The above commands should be invoked from the top level directory of your package's source after having built the package before cleaning, |