[cpp-sp] 15/34: Run make install with NOKEYGEN=1

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


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

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

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

commit 413ba5f34002540bae1bf6a34f38dda5624518d0
Author: Faidon Liambotis <paravoid at debian.org>
AuthorDate: Tue Nov 10 15:56:02 2009 -0800

    Run make install with NOKEYGEN=1
    
    * Run make install with NOKEYGEN=1 and stop rm-ing generated certificates.
      Fixes FTBFS.
---
 debian/changelog | 4 ++++
 debian/rules     | 3 +--
 2 files changed, 5 insertions(+), 2 deletions(-)

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

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


More information about the commits mailing list