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 8a92b0dc6fd5dc6b6fe1f8f7563cc6c2473a0d83 Author: Markus Koschany <[email protected]> Date: Sat Jun 6 22:13:33 2015 +0200 Deduplication: Use rdfind and symlinks to replace duplicate files. --- debian/control | 3 ++- debian/rules.full | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index c696e90..66bde8b 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,8 @@ Build-Depends-Indep: maven-repo-helper, ant, ant-optional, libspring-web-java, libqdox-java, libosgi-core-java, libosgi-compendium-java, libslf4j-java, libmaven-antrun-plugin-java, libmaven-bundle-plugin-java, libmaven-install-plugin-java, libmaven-javadoc-plugin-java, libcglib3-java, libmaven-shade-plugin-java, - libmaven-plugin-tools-java (>= 2.8), libequinox-osgi-java, junit4, + libmaven-plugin-tools-java (>= 2.8), libequinox-osgi-java, junit4, rdfinds, + symlinks # For bootstrap build : maven-ant-helper (>> 4) Standards-Version: 3.9.6 diff --git a/debian/rules.full b/debian/rules.full index 680d37e..c0d11f3 100755 --- a/debian/rules.full +++ b/debian/rules.full @@ -13,4 +13,6 @@ 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 -- 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

