[libgetopt-java] 18/32: Remove the javadoc for an example (as it is rather useless)

Markus Koschany apo-guest at moszumanska.debian.org
Fri Nov 27 22:12:47 UTC 2015


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 <nthykier at debian.org>
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



More information about the pkg-java-commits mailing list