This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository libgetopt-java.
commit 0a394427b72c9118bd3048f9ab069e5e35d65194 Author: Niels Thykier <[email protected]> Date: Fri Oct 28 18:34:56 2011 +0000 Remove the javadoc for an example (as it is rather useless) --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 46daa35..c90e710 100755 --- a/debian/rules +++ b/debian/rules @@ -39,6 +39,8 @@ install: build dh_installdirs (cd classes; ${JAR} cvf ../gnu-getopt.jar gnu) javadoc -link /usr/share/doc/default-jdk-doc/api -d api/ gnu/getopt/*.java + # Remove the javadoc of the example + [ ! -f api/GetoptDemo.html ] || rm -f api/GetoptDemo.html # Build architecture-independent files here. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libgetopt-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

