[cpp-sp] 02/42: Enable and ship memcache-store.

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:44:19 EST 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to annotated tag debian/2.4.2+dfsg-1
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=af0eb9b69d9b9f1d15139e2c5f6e47253e78e662

commit af0eb9b69d9b9f1d15139e2c5f6e47253e78e662
Author: Faidon Liambotis <paravoid at debian.org>
AuthorDate: Fri Oct 15 21:16:24 2010 +0300

    Enable and ship memcache-store.
---
 debian/changelog | 1 +
 debian/control   | 3 ++-
 debian/rules     | 1 +
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 42c2d9f..06d0f45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 shibboleth-sp2 (2.3.1+dfsg-3) UNRELEASED; urgency=low
 
   * Add myself to Uploaders.
+  * Enable and ship memcache-store.
 
  -- Faidon Liambotis <paravoid at debian.org>  Fri, 15 Oct 2010 21:04:44 +0300
 
diff --git a/debian/control b/debian/control
index f82a3ac..7378d0a 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,8 @@ Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake,
  libtool, apache2-threaded-dev, doxygen, liblog4cpp5-dev,
  libsaml2-dev (>= 2.3), libssl-dev, libxerces-c-dev,
  libxml-security-c-dev (>= 1.5), libxmltooling-dev (>= 1.3),
- opensaml2-schemas, unixodbc-dev, xmltooling-schemas
+ unixodbc-dev, libmemcached-dev,
+ opensaml2-schemas, xmltooling-schemas
 Standards-Version: 3.8.4
 Homepage: http://shibboleth.internet2.edu/
 Vcs-Git: git://git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git
diff --git a/debian/rules b/debian/rules
index 48f062d..7afda1a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,6 +57,7 @@ configure-stamp:
 	    --sysconfdir=/etc --libexecdir=/usr/lib/shibboleth \
 	    --localstatedir=/var --enable-apache-22 \
 	    --with-apxs2=/usr/bin/apxs2 --disable-dependency-tracking \
+	    --with-memcached \
 	    $(SYSTEM)
 	touch $@
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list