Subject: Collected Debian patches for xml-security-c
Author: Russ Allbery <rra@debian.org>

The packaging for xml-security-c is maintained in Git using multiple
branches for fixes, which makes it complex to separate the changes easily
into individual patches.  They are therefore all included in a single
Debian patch.

For full commit history and separated commits, see the packaging Git
repository.

--- xml-security-c-1.7.2.orig/xsec/Makefile.am
+++ xml-security-c-1.7.2/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
 
 
