[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libvncserver: FTBFS on GNU/kFreeBSD - patch update



Hi,

it have been pointed out by Cyril Brulebois that the patch does not work.

There is a related discussion in debhelper #540794.

In mean time, please use patch bellow.

Petr

--- libvncserver-0.9.7/debian/rules
+++ libvncserver-0.9.7/debian/rules
@@ -1,7 +1,13 @@
 #!/usr/bin/make -f

+DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
+
+ifneq ($(DEB_HOST_ARCH_OS), linux)
+  EXTRA_DH_ARG=-Nlinuxvnc
+endif
+
 %:
-       dh --with quilt --dbg-package=libvncserver0-dbg $@
+       dh $(EXTRA_DH_ARG) --with quilt --dbg-package=libvncserver0-dbg $@

 override_dh_auto_configure:
        aclocal


Reply to: