[cpp-sp] 10/12: Fall back to --list-missing until #831786 is solved

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:48:28 EST 2018


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

scantor pushed a commit to annotated tag debian/2.5.6+dfsg1-2
in repository cpp-sp.

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

commit 91e4365d63ffc29f3f6e91c8179fc418bccebe76
Author: Ferenc Wágner <wferi at niif.hu>
AuthorDate: 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)

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


More information about the commits mailing list