[SCM] Debian packaging for the Shibboleth Apache SP branch, debian, updated. upstream/1.3.1.dfsg1-159-g42d5d9e
Russ Allbery
rra at debian.org
Sun Jun 21 21:16:06 UTC 2009
The following commit has been merged in the debian branch:
commit c4d1915392383181a3d51464f1300fcc34c17257
Author: Russ Allbery <rra at debian.org>
Date: Sun Jun 21 14:11:42 2009 -0700
Adjust autoreconf calling method for Autoconf 2.63
* Adjust autoreconf calling method so that Autoconf 2.63 will install
supporting files. (Closes: #533931)
diff --git a/debian/changelog b/debian/changelog
index 3643118..beb213e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+shibboleth-sp (1.3.1.dfsg1-4) UNRELEASED; urgency=low
+
+ * Adjust autoreconf calling method so that Autoconf 2.63 will install
+ supporting files. (Closes: #533931)
+
+ -- Russ Allbery <rra at debian.org> Sun, 21 Jun 2009 14:11:31 -0700
+
shibboleth-sp (1.3.1.dfsg1-3) unstable; urgency=low
* Unlink the correct Apache configuration on package removal.
diff --git a/debian/rules b/debian/rules
index a3faed2..56a61ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,8 +56,7 @@ configure: configure-stamp
configure-stamp:
dh_testdir
rm -f libtool.m4
- libtoolize --force
- autoreconf --force
+ autoreconf --force --install
rm -rf autom4te.cache
CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LIBS=-lpthread ./configure \
--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/shibboleth \
--
Debian packaging for the Shibboleth Apache SP
More information about the Pkg-shibboleth-devel
mailing list