This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository libxbean-java.
commit 3d6eada99d047940fcf33a352bb87d8f95de1de5 Author: Markus Koschany <[email protected]> Date: Sat Jun 6 23:01:48 2015 +0200 Fix the execution order of rdfind, symlinks and install. --- debian/rules.full | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules.full b/debian/rules.full index c0d11f3..fae4f9e 100755 --- a/debian/rules.full +++ b/debian/rules.full @@ -12,7 +12,7 @@ QUILT_SERIES := full.series export QUILT_SERIES binary-post-install/$(PACKAGE)-doc:: - dh_install -p $(PACKAGE)-doc target/site/apidocs/* /usr/share/doc/$(PACKAGE)/api/ rdfind -outputname /dev/null -makesymlinks true target/site/apidocs symlinks -rsc target/site/apidocs + dh_install -p $(PACKAGE)-doc target/site/apidocs/* /usr/share/doc/$(PACKAGE)/api/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxbean-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

