From: Faidon Liambotis Date: Tue, 10 Nov 2009 23:56:02 +0000 (-0800) Subject: Run make install with NOKEYGEN=1 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fsp.git;a=commitdiff_plain;h=413ba5f34002540bae1bf6a34f38dda5624518d0 Run make install with NOKEYGEN=1 * Run make install with NOKEYGEN=1 and stop rm-ing generated certificates. Fixes FTBFS. --- diff --git a/debian/changelog b/debian/changelog index 1242796..be8d675 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,10 @@ shibboleth-sp2 (2.3+dfsg-1) UNRELEASED; urgency=high require the versions with the security fix. * Fix watch file for the new version mangling. + [ Faidon Liambotis ] + * Run make install with NOKEYGEN=1 and stop rm-ing generated + certificates. Fixes FTBFS. + [ Ferenc Wagner ] * Run shibd as non-root. diff --git a/debian/rules b/debian/rules index b37a9dd..96419d7 100755 --- a/debian/rules +++ b/debian/rules @@ -83,7 +83,7 @@ install-stamp: dh_testdir dh_testroot dh_clean -k - $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install + $(MAKE) NOKEYGEN=1 DESTDIR=$(CURDIR)/debian/tmp install rm -r $(CURDIR)/debian/tmp/usr/share/doc/shibboleth* rm -r $(CURDIR)/debian/tmp/var/run rm $(CURDIR)/debian/tmp/etc/shibboleth/*.dist @@ -91,7 +91,6 @@ install-stamp: rm $(CURDIR)/debian/tmp/etc/shibboleth/shibd-osx.plist rm $(CURDIR)/debian/tmp/etc/shibboleth/shibd-redhat rm $(CURDIR)/debian/tmp/etc/shibboleth/shibd-suse - rm $(CURDIR)/debian/tmp/etc/shibboleth/sp-*.pem chmod +x $(CURDIR)/debian/tmp/etc/shibboleth/keygen.sh mv $(CURDIR)/debian/tmp/etc/shibboleth/keygen.sh \ $(CURDIR)/debian/tmp/usr/sbin/shib-keygen