[Pcsclite-cvs-commit] r5640 - in /trunk/Drivers/ccid/contrib: Kobil_mIDentity_switch/Makefile.am RSA_SecurID/Makefile.am

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri Feb 25 13:51:54 UTC 2011


Author: rousseau
Date: Fri Feb 25 13:51:53 2011
New Revision: 5640

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5640
Log:
Do not install RSA_SecurID_getpasswd and Kobil_mIDentity_switch and
the associated documentation.

Only very few people need these tools. Adding them bring a dependency
on libpcsclite (see Debian bug #612972 "libccid: circular dependency
with pcscd and libpcsclite1")

Modified:
    trunk/Drivers/ccid/contrib/Kobil_mIDentity_switch/Makefile.am
    trunk/Drivers/ccid/contrib/RSA_SecurID/Makefile.am

Modified: trunk/Drivers/ccid/contrib/Kobil_mIDentity_switch/Makefile.am
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/contrib/Kobil_mIDentity_switch/Makefile.am?rev=5640&op=diff
==============================================================================
--- trunk/Drivers/ccid/contrib/Kobil_mIDentity_switch/Makefile.am (original)
+++ trunk/Drivers/ccid/contrib/Kobil_mIDentity_switch/Makefile.am Fri Feb 25 13:51:53 2011
@@ -1,10 +1,10 @@
-sbin_PROGRAMS = Kobil_mIDentity_switch
+noinst_PROGRAMS = Kobil_mIDentity_switch
 Kobil_mIDentity_switch_SOURCES = Kobil_mIDentity_switch.c
 Kobil_mIDentity_switch_CFLAGS = $(LIBUSB_CFLAGS)
 Kobil_mIDentity_switch_LDADD = $(LIBUSB_LIBS)
 
-doc_DATA = README_Kobil_mIDentity_switch.txt
+noinst_DATA = README_Kobil_mIDentity_switch.txt
 
-man_MANS = Kobil_mIDentity_switch.8
+noinst_MANS = Kobil_mIDentity_switch.8
 
-EXTRA_DIST = $(doc_DATA) $(man_MANS)
+EXTRA_DIST = $(noinst_DATA) $(noinst_MANS)

Modified: trunk/Drivers/ccid/contrib/RSA_SecurID/Makefile.am
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/contrib/RSA_SecurID/Makefile.am?rev=5640&op=diff
==============================================================================
--- trunk/Drivers/ccid/contrib/RSA_SecurID/Makefile.am (original)
+++ trunk/Drivers/ccid/contrib/RSA_SecurID/Makefile.am Fri Feb 25 13:51:53 2011
@@ -1,9 +1,9 @@
-bin_PROGRAMS = RSA_SecurID_getpasswd
+noinst_PROGRAMS = RSA_SecurID_getpasswd
 RSA_SecurID_getpasswd_SOURCES = RSA_SecurID_getpasswd.c
 
 RSA_SecurID_getpasswd_CFLAGS = $(PCSC_CFLAGS)
 RSA_SecurID_getpasswd_LDADD = $(PCSC_LIBS)
 
-man_MANS = RSA_SecurID_getpasswd.1
+noinst_MANS = RSA_SecurID_getpasswd.1
 
-EXTRA_DIST = $(man_MANS)
+EXTRA_DIST = $(noinst_MANS)




More information about the Pcsclite-cvs-commit mailing list