[xml-security-c] 01/05: Revert all patches in preparation for gbp-pq switch
Russ Allbery
rra at stanford.edu
Tue Apr 8 00:27:45 UTC 2014
This is an automated email from the git hooks/post-receive script.
rra pushed a commit to branch master
in repository xml-security-c.
commit e09debc267127a80938f9b46a68229df24bb37bb
Author: Russ Allbery <rra at debian.org>
Date: Mon Apr 7 16:42:17 2014 -0700
Revert all patches in preparation for gbp-pq switch
Patches will be managed using a patch queue going forward. Revert
the patches applied directly to the master branch in preparation.
Note that this commit is intermediate between two working states
and will not build on its own.
---
xsec/Makefile.am | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/xsec/Makefile.am b/xsec/Makefile.am
index 850ce94..7c48495 100644
--- a/xsec/Makefile.am
+++ b/xsec/Makefile.am
@@ -69,42 +69,42 @@ tools =
# xtest
-tools += xsec-xtest
-xsec_xtest_SOURCES = \
+tools += xtest
+xtest_SOURCES = \
tools/xtest/xtest.cpp
-tools += xsec-c14n
-xsec_c14n_SOURCES = \
+tools += c14n
+c14n_SOURCES = \
tools/c14n/c14n.cpp
-tools += xsec-checksig
-xsec_checksig_SOURCES = \
+tools += checksig
+checksig_SOURCES = \
tools/checksig/checksig.cpp \
tools/checksig/AnonymousResolver.hpp \
tools/checksig/AnonymousResolver.cpp \
tools/checksig/InteropResolver.hpp \
tools/checksig/InteropResolver.cpp
-tools += xsec-templatesign
-xsec_templatesign_SOURCES = \
+tools += templatesign
+templatesign_SOURCES = \
tools/templatesign/templatesign.cpp
-tools += xsec-txfmout
-xsec_txfmout_SOURCES = \
+tools += txfmout
+txfmout_SOURCES = \
tools/txfmout/txfmout.cpp
-tools += xsec-siginf
-xsec_siginf_SOURCES = \
+tools += siginf
+siginf_SOURCES = \
tools/siginf/siginf.cpp
-tools += xsec-cipher
-xsec_cipher_SOURCES = \
+tools += cipher
+cipher_SOURCES = \
tools/cipher/cipher.cpp \
tools/cipher/XencInteropResolver.hpp \
tools/cipher/XencInteropResolver.cpp
-tools += xsec-xklient
-xsec_xklient_SOURCES = \
+tools += xklient
+xklient_SOURCES = \
tools/xklient/xklient.cpp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/xml-security-c.git
More information about the Pkg-shibboleth-devel
mailing list