Blame SOURCES/0007-man-add-missing-bshell.1-symlink.patch

d59061
From f983df44870b602179b493f9c3d113753b378e27 Mon Sep 17 00:00:00 2001
d59061
From: Michael Biebl <biebl@debian.org>
d59061
Date: Sun, 17 Sep 2017 12:52:39 +0200
d59061
Subject: [PATCH 07/11] man: add missing bshell.1 symlink
d59061
d59061
The bshell binary is missing a symlink to its manual page. It should be
d59061
symlinked to the man page for bssh, just like how the bvnc man page is.
d59061
d59061
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655190
d59061
---
d59061
 man/Makefile.am | 3 ++-
d59061
 1 file changed, 2 insertions(+), 1 deletion(-)
d59061
d59061
diff --git a/man/Makefile.am b/man/Makefile.am
d59061
index d38267c..77a27bd 100644
d59061
--- a/man/Makefile.am
d59061
+++ b/man/Makefile.am
d59061
@@ -137,12 +137,13 @@ BSSH_LN =
d59061
 if HAVE_GTK
d59061
 if HAVE_GLIB
d59061
 BSSH_LN += $(LN_S) bssh.1 bvnc.1 &&
d59061
+BSSH_LN += $(LN_S) bssh.1 bshell.1 &&
d59061
 endif
d59061
 endif
d59061
 install-exec-local:
d59061
 	mkdir -p $(DESTDIR)/$(mandir)/man1 && \
d59061
 		cd $(DESTDIR)/$(mandir)/man1 && \
d59061
-		rm -f avahi-resolve-host-name.1 avahi-resolve-address.1 avahi-browse-domains.1 avahi-publish-address.1 avahi-publish-service.1 bvnc.1 && \
d59061
+		rm -f avahi-resolve-host-name.1 avahi-resolve-address.1 avahi-browse-domains.1 avahi-publish-address.1 avahi-publish-service.1 bvnc.1 bshell.1 && \
d59061
 		$(BSSH_LN) \
d59061
 		$(LN_S) avahi-resolve.1 avahi-resolve-host-name.1 && \
d59061
 		$(LN_S) avahi-resolve.1 avahi-resolve-address.1 && \
d59061
-- 
d59061
2.25.2
d59061