[xmltooling] 16/17: Require xml-security with a correct pkg-config file
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Thu Jul 21 18:17:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi-guest pushed a commit to branch debian/experimental
in repository xmltooling.
commit 8f1416369ab83d3e534623137848f1227be21dba
Author: Ferenc Wágner <wferi at niif.hu>
Date: Thu Jul 21 18:33:52 2016 +0200
Require xml-security with a correct pkg-config file
---
debian/control | 3 ++-
debian/rules | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 9360606..b54a694 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,8 @@ Build-Depends:
liblog4shib-dev,
libssl-dev,
libxerces-c-dev,
- libxml-security-c-dev (>= 1.7),
+# our Debian changes need the pkg-config file from:
+ libxml-security-c-dev (>= 1.7.3-3),
pkg-config,
Build-Depends-Indep:
doxygen,
diff --git a/debian/rules b/debian/rules
index 5427645..b1c868a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,8 @@ endif
dh $@ --parallel --with autoreconf
override_dh_auto_configure:
- dh_auto_configure -- $(DEBUG)
+ dh_auto_configure -- $(DEBUG) \
+ --with-xmlsec
override_dh_auto_build-indep:
$(MAKE) doxygen-doc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/xmltooling.git
More information about the Pkg-shibboleth-devel
mailing list