Package: avahi / 0.7-4+deb10u1

fix-manpage-install-conditions.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
From: Andreas Henriksson <andreas@fatal.se>
Date: Thu, 24 Aug 2017 17:52:19 +0200
Subject: Ship avahi-discover(1), bssh(1) and bvnc(1) also for GTK3

These manpages went missing when you disabled gtk2 builds....
---
 man/Makefile.am | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/man/Makefile.am b/man/Makefile.am
index d38267c..c5b78e0 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -56,7 +56,7 @@ man_MANS += \
 	avahi-publish.1 \
 	avahi-set-host-name.1
 
-if HAVE_GTK
+if HAVE_GTK2OR3
 man_MANS += \
 	bssh.1
 endif
@@ -64,12 +64,13 @@ endif
 if HAVE_PYTHON
 man_MANS += \
 	avahi-bookmarks.1
-if HAVE_GTK
+endif
+
+if HAVE_PYGOBJECT
 man_MANS += \
 	avahi-discover.1
 endif
 endif
-endif
 
 if ENABLE_AUTOIPD
 if HAVE_LIBDAEMON
@@ -134,7 +135,7 @@ EXTRA_DIST = \
 if HAVE_DBUS
 
 BSSH_LN =
-if HAVE_GTK
+if HAVE_GTK2OR3
 if HAVE_GLIB
 BSSH_LN += $(LN_S) bssh.1 bvnc.1 &&
 endif