Run make install with NOKEYGEN=1
authorFaidon Liambotis <paravoid@debian.org>
Tue, 10 Nov 2009 23:56:02 +0000 (15:56 -0800)
committerRuss Allbery <rra@debian.org>
Tue, 10 Nov 2009 23:56:40 +0000 (15:56 -0800)
* Run make install with NOKEYGEN=1 and stop rm-ing generated certificates.
  Fixes FTBFS.

debian/changelog
debian/rules

index 1242796..be8d675 100644 (file)
@@ -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.
 
index b37a9dd..96419d7 100755 (executable)
@@ -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