[SCM] Debian packaging for XML-Security-C branch, master, updated. debian/1.7.0-1-11-gbbed522

Russ Allbery rra at debian.org
Tue Jun 18 04:36:32 UTC 2013


The following commit has been merged in the master branch:
commit 4771f62eb224cf0182db18ec775d99876b833097
Author: Russ Allbery <rra at debian.org>
Date:   Mon Jun 17 20:59:01 2013 -0700

    Rename all tools to have an xsec-* prefix
    
    Some of the tool names are rather generic.  This will keep them
    from confusing anyone or conflicting with generic tools from other
    packages.

diff --git a/xsec/Makefile.am b/xsec/Makefile.am
index 0396c5c..442069d 100644
--- a/xsec/Makefile.am
+++ b/xsec/Makefile.am
@@ -69,42 +69,42 @@ tools =
 
 # xtest
 
-tools += xtest
-xtest_SOURCES = \
+tools += xsec-xtest
+xsec_xtest_SOURCES = \
   tools/xtest/xtest.cpp
 
-tools += c14n
-c14n_SOURCES = \
+tools += xsec-c14n
+xsec_c14n_SOURCES = \
   tools/c14n/c14n.cpp
 
-tools += checksig
-checksig_SOURCES = \
+tools += xsec-checksig
+xsec_checksig_SOURCES = \
   tools/checksig/checksig.cpp \
   tools/checksig/AnonymousResolver.hpp \
   tools/checksig/AnonymousResolver.cpp \
   tools/checksig/InteropResolver.hpp \
   tools/checksig/InteropResolver.cpp
 
-tools += templatesign
-templatesign_SOURCES = \
+tools += xsec-templatesign
+xsec_templatesign_SOURCES = \
   tools/templatesign/templatesign.cpp
 
-tools += txfmout
-txfmout_SOURCES = \
+tools += xsec-txfmout
+xsec_txfmout_SOURCES = \
   tools/txfmout/txfmout.cpp
 
-tools += siginf
-siginf_SOURCES = \
+tools += xsec-siginf
+xsec_siginf_SOURCES = \
   tools/siginf/siginf.cpp
 
-tools += cipher
-cipher_SOURCES = \
+tools += xsec-cipher
+xsec_cipher_SOURCES = \
   tools/cipher/cipher.cpp \
   tools/cipher/XencInteropResolver.hpp \
   tools/cipher/XencInteropResolver.cpp
 
-tools += xklient
-xklient_SOURCES = \
+tools += xsec-xklient
+xsec_xklient_SOURCES = \
   tools/xklient/xklient.cpp
 
 

-- 
Debian packaging for XML-Security-C



More information about the Pkg-shibboleth-devel mailing list