[SCM] Debian packaging for the 2.0 Apache Shibboleth SP branch, debian, updated. upstream/2.0.dfsg1-47-g55a61ce

Russ Allbery rra at debian.org
Wed Jun 25 21:38:10 UTC 2008


The following commit has been merged in the debian branch:
commit 55a61ce51734c519b782180b580eb739ee5cb479
Author: Russ Allbery <rra at debian.org>
Date:   Wed Jun 25 14:38:04 2008 -0700

    Copy config.* files before running autotools
    
    Copy over config.guess and config.sub before re-running the autotools.

diff --git a/debian/rules b/debian/rules
index d100119..237c8f0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,12 +46,12 @@ get-orig-source:
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
+	cp /usr/share/misc/config.guess config.guess
+	cp /usr/share/misc/config.sub config.sub
 	rm -f libtool.m4
 	libtoolize --force
 	autoreconf --force
 	rm -rf autom4te.cache
-	cp /usr/share/misc/config.guess config.guess
-	cp /usr/share/misc/config.sub config.sub
 	CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" ./configure --prefix=/usr \
 	    --sysconfdir=/etc --libexecdir=/usr/lib/shibboleth \
 	    --localstatedir=/var --enable-apache-22 \

-- 
Debian packaging for the 2.0 Apache Shibboleth SP



More information about the Pkg-shibboleth-devel mailing list