Remove the new upstream documentation location
authorRuss Allbery <rra@debian.org>
Tue, 8 Sep 2009 01:26:47 +0000 (18:26 -0700)
committerRuss Allbery <rra@debian.org>
Tue, 8 Sep 2009 01:26:47 +0000 (18:26 -0700)
Upstream now installs API documentation into a versioned directory.
Remove that instead, since we install the documentation out of the
build directory.

debian/rules

index 8c6a886..858797f 100755 (executable)
@@ -61,7 +61,7 @@ install-stamp:
        dh_testroot
        dh_clean -k
        $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
-       rm -r $(CURDIR)/debian/tmp/usr/share/doc/opensaml
+       rm -r $(CURDIR)/debian/tmp/usr/share/doc/opensaml*
        dh_install -s -i --fail-missing
        touch $@