Skip to content

Commit

Permalink
Fix manpage-has-bad-whatis-entry-on-man-pages
Browse files Browse the repository at this point in the history
apply fix-manpage-has-bad-whatis-entry-on-man-pages.patch

|Description: Fix manpage-has-bad-whatis-entry-on-man-pages
| Use hyphens to split words in a command to fix
| manpage-has-bad-whatis-entry-on-man-pages
| .
| euslisp (9.26-1) unstable; urgency=low
| .
|   * Initial debian release (Closes: Bug#942317).
|Author: Kei Okada <kei.okada@gmail.com>
  • Loading branch information
k-okada committed Feb 3, 2022
1 parent 15f6555 commit aadb145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.sh
Expand Up @@ -83,7 +83,7 @@ if [ "$QEMU" != "" ]; then
git clone http://salsa.debian.org/science-team/euslisp /tmp/euslisp-dfsg
for file in $(cat /tmp/euslisp-dfsg/debian/patches/series); do
# skip patches already applied by https://github.com/euslisp/EusLisp/pull/482
[[ $file =~ use-rtld-global-loadelf.patch|fix-arm-ldflags.patch|fix-library-not-linked-against-libc.patch ]] && continue;
[[ $file =~ use-rtld-global-loadelf.patch|fix-arm-ldflags.patch|fix-library-not-linked-against-libc.patch|fix-manpage-has-bad-whatis-entry-on-man-pages.patch ]] && continue;
# skip patch already applied by https://github.com/euslisp/EusLisp/pull/441
if [[ $file =~ fix-for-reprotest.patch ]]; then
filterdiff -p1 -x 'lisp/image/jpeg/makefile' -x 'lisp/comp/comp.l' < /tmp/euslisp-dfsg/debian/patches/$file > /tmp/euslisp-dfsg/debian/patches/$file-fix
Expand Down
2 changes: 1 addition & 1 deletion doc/man/eus.1
@@ -1,6 +1,6 @@
.TH eus 1 "Apr/20/1989"
.SH NAME
eus eusx euscomp eusxview eusview \- EusLisp
eus \- EusLisp
.SH SYNOPSIS
.nf
eus [start-up-files]
Expand Down

0 comments on commit aadb145

Please sign in to comment.