[pkg-java] r15290 - trunk/libgetopt-java/debian

Niels Thykier nthykier at alioth.debian.org
Fri Oct 28 18:34:56 UTC 2011


Author: nthykier
Date: 2011-10-28 18:34:56 +0000 (Fri, 28 Oct 2011)
New Revision: 15290

Modified:
   trunk/libgetopt-java/debian/rules
Log:
Remove the javadoc for an example (as it is rather useless)

Modified: trunk/libgetopt-java/debian/rules
===================================================================
--- trunk/libgetopt-java/debian/rules	2011-10-28 18:28:42 UTC (rev 15289)
+++ trunk/libgetopt-java/debian/rules	2011-10-28 18:34:56 UTC (rev 15290)
@@ -39,6 +39,8 @@
 	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.




More information about the pkg-java-commits mailing list