[SCM] Debian packaging for the 2.0 Apache Shibboleth SP branch, debian, updated. upstream/2.2.1+dfsg-120-g4fa234f
Russ Allbery
rra at debian.org
Tue Sep 8 00:57:13 UTC 2009
The following commit has been merged in the debian branch:
commit 3a45e561367197716d50689aaef2bb6d3f6f3d05
Author: Russ Allbery <rra at debian.org>
Date: 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.
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
--
Debian packaging for the 2.0 Apache Shibboleth SP
More information about the Pkg-shibboleth-devel
mailing list