[cpp-sp] 28/40: Remove the new upstream doc installation

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:42:49 EST 2018


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

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

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

commit 3a45e561367197716d50689aaef2bb6d3f6f3d05
Author: Russ Allbery <rra at debian.org>
AuthorDate: Mon Sep 7 13:00:00 2009 -0700

    Remove the new upstream doc installation
    
    Upstream now installs the API documentation in a versioned directory, so
    remove that in debian/rules.  We install our copy of the documentation
    directly out of the build tree.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index b1fb7a3..019717c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -84,7 +84,7 @@ install-stamp:
 	dh_testroot
 	dh_clean -k
 	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
-	rm -r $(CURDIR)/debian/tmp/usr/share/doc/shibboleth
+	rm -r $(CURDIR)/debian/tmp/usr/share/doc/shibboleth*
 	rm -r $(CURDIR)/debian/tmp/var/run
 	rm $(CURDIR)/debian/tmp/etc/shibboleth/*.dist
 	rm $(CURDIR)/debian/tmp/etc/shibboleth/*.config

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


More information about the commits mailing list