Remove the new upstream doc installation
authorRuss Allbery <rra@debian.org>
Mon, 7 Sep 2009 20:00:00 +0000 (13:00 -0700)
committerRuss Allbery <rra@debian.org>
Mon, 7 Sep 2009 20:00:00 +0000 (13:00 -0700)
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

index b1fb7a3..019717c 100755 (executable)
@@ -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