[SCM] Debian packaging for the 2.0 Apache Shibboleth SP branch, master, updated. debian/2.3.1+dfsg-2-11-gf5f2d61
Faidon Liambotis
paravoid at debian.org
Wed Mar 9 01:33:36 UTC 2011
The following commit has been merged in the master branch:
commit af0eb9b69d9b9f1d15139e2c5f6e47253e78e662
Author: Faidon Liambotis <paravoid at debian.org>
Date: Fri Oct 15 21:16:24 2010 +0300
Enable and ship memcache-store.
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 $@
--
Debian packaging for the 2.0 Apache Shibboleth SP
More information about the Pkg-shibboleth-devel
mailing list