[shibboleth-sp2] 09/11: Fall back to --list-missing until #831786 is solved

Ferenc Wágner wferi at moszumanska.debian.org
Thu Aug 11 12:48:28 UTC 2016


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

wferi pushed a commit to branch debian/master
in repository shibboleth-sp2.

commit 91e4365d63ffc29f3f6e91c8179fc418bccebe76
Author: Ferenc Wágner <wferi at niif.hu>
Date:   Wed Jul 20 16:56:07 2016 +0200

    Fall back to --list-missing until #831786 is solved
    
    Closes: #819416
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 2c0d28e..8174f27 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,8 +54,10 @@ override_dh_auto_install:
 	mv debian/tmp/usr/include/shibsp/paths.h \
 	    debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/shibsp/
 
+# This really should be --fail-missing, but #831786 made it impossible.
+# If no better solution emerges, I'd prefer backing out of using dh-exec.
 override_dh_install:
-	dh_install --fail-missing
+	dh_install --list-missing
 
 UTIL_MANS:=$(patsubst %,debian/%, \
     mdquery.1 resolvertest.1 shib-metagen.1 shib-keygen.8 shibd.8)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git



More information about the Pkg-shibboleth-devel mailing list