Patch no_xtalk_send: don't install xtalk_send

This commit is contained in:
Tzafrir Cohen 2016-11-15 15:03:24 +02:00
parent bbc4932178
commit c26ed816ec
2 changed files with 28 additions and 0 deletions

27
debian/patches/no_xtalk_send vendored Normal file
View File

@ -0,0 +1,27 @@
From: Tzafrir Cohen <tzafrir.cohen@xorcom.com>
Subject: Don't install xtalk_send
xtalk_send is a helper tool for xtalk, a low-level libary used by some
Xorcom DAHDI userspace tools. It is hardly needed by most people.
--- a/xpp/xtalk/Makefile.am
+++ b/xpp/xtalk/Makefile.am
@@ -21,8 +21,7 @@ USB_NAME = libusb
endif
endif
-noinst_PROGRAMS = xlist_test xusb_test xusb_test_bypath xtalk_test xtalk_raw_test
-sbin_PROGRAMS = xtalk_send
+noinst_PROGRAMS = xlist_test xusb_test xusb_test_bypath xtalk_test xtalk_raw_test xtalk_send
noinst_LTLIBRARIES = libxtalk.la
dist_noinst_HEADERS = \
xtalk_base.h \
@@ -39,8 +38,6 @@ dist_noinst_HEADERS = \
include/xtalk/xtalk_iface.h \
#
-man_MANS = xtalk_send.8
-
libxtalk_la_CFLAGS = \
$(COMMON_CFLAGS) \
-I$(srcdir)/include \

View File

@ -3,3 +3,4 @@ echocan_oslec
init_unload_oslec
remove_dahdi_speed
soname.patch
no_xtalk_send