Author: varun Date: 2009-04-01 23:37:04 +0000 (Wed, 01 Apr 2009) New Revision: 8174
Modified: trunk/groovy/debian/changelog trunk/groovy/debian/control trunk/groovy/debian/groovyc.1 Log: * New upstream release (Closes: #521648) * Update manpage (Closes: #507862) Modified: trunk/groovy/debian/changelog =================================================================== --- trunk/groovy/debian/changelog 2009-04-01 23:25:47 UTC (rev 8173) +++ trunk/groovy/debian/changelog 2009-04-01 23:37:04 UTC (rev 8174) @@ -1,7 +1,7 @@ groovy (1.6.0-1) unstable; urgency=low [ Torsten Werner ] - * New upstream release + * New upstream release (Closes: #521648) * Remove Build-Depends: libclassworlds-java. * Switch to source and target version 1.5. @@ -11,8 +11,9 @@ * Remove unnecessary Depends -- collections3, mx4j and xpp3 * Add build.diff patch to fix a build error * Use quilt to manage patches + * Update manpage (Closes: #507862) - -- Varun Hiremath <[email protected]> Tue, 03 Mar 2009 00:02:06 -0500 + -- Varun Hiremath <[email protected]> Wed, 01 Apr 2009 19:24:19 -0400 groovy (1.5.7-1) unstable; urgency=low Modified: trunk/groovy/debian/control =================================================================== --- trunk/groovy/debian/control 2009-04-01 23:25:47 UTC (rev 8173) +++ trunk/groovy/debian/control 2009-04-01 23:37:04 UTC (rev 8174) @@ -9,18 +9,18 @@ (>= 1.0.3), junit4, libmockobjects-java (>= 0.09), libregexp-java (>= 1.2), libservlet2.4-java, libxstream-java, libjline-java, antlr, tofrodos, ivy -Standards-Version: 3.8.0 +Standards-Version: 3.8.1 Homepage: http://groovy.codehaus.org/ Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/groovy/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/groovy/ Package: groovy Architecture: all -Depends: antlr, libasm2-java, libbsf-java, libclassworlds-java (>= - 1.0.1), libcommons-cli-java (>= 1.0), libcommons-logging-java (>= - 1.0.3), junit4, libmockobjects-java (>= 0.09), libregexp-java (>= - 1.2), libservlet2.4-java, libjline-java, libxstream-java, ivy, - openjdk-6-jre-headless | java5-runtime-headless +Depends: ${misc:Depends}, antlr, libasm2-java, libbsf-java, + libclassworlds-java (>= 1.0.1), libcommons-cli-java (>= 1.0), + libcommons-logging-java (>= 1.0.3), junit4, libmockobjects-java (>= + 0.09), libregexp-java (>= 1.2), libservlet2.4-java, libjline-java, + libxstream-java, ivy, openjdk-6-jre-headless | java5-runtime-headless Suggests: groovy-doc Description: Agile dynamic language for the Java Virtual Machine Groovy is an agile dynamic language for the JVM combining lots of great @@ -41,7 +41,7 @@ Architecture: all Depends: ${misc:Depends} Suggests: groovy -Description: Agile dynamic language for the Java Virtual Machine +Description: Agile dynamic language for the Java Virtual Machine (documentation) Groovy is an agile dynamic language for the JVM combining lots of great features from languages like Python, Ruby and Smalltalk and making them available to the Java developers using a Java-like syntax. Modified: trunk/groovy/debian/groovyc.1 =================================================================== --- trunk/groovy/debian/groovyc.1 2009-04-01 23:25:47 UTC (rev 8173) +++ trunk/groovy/debian/groovyc.1 2009-04-01 23:37:04 UTC (rev 8174) @@ -5,24 +5,64 @@ usage: groovyc [options] <source-files> options: .TP -\-\-encoding <encoding> +\fB\-\-classpath\fR <path> +Specify where to find the class files. +.TP +\fB\-d\fR <arg> +Specify where to place generated class files. +.TP +\fB\-e\fR,\-\-exception +Print stack trace on error. +.TP +\fB\-\-encoding\fR <encoding> Specify the encoding of the user class files. -.TP +.HP \fB\-F\fR <flag> .TP +\fB\-h\fR,\-\-help +Print a synopsis of standard options. +.TP +\fB\-j\fR,\-\-jointCompilation +Attach javac compiler to compile .java files. +.HP \fB\-J\fR <property=value> .TP -\fB\-d\fR +\fB\-\-sourcepath\fR <path> +Specify where to find the source files. +.HP +\fB\-\-temp\fR <temp> +.TP +\fB\-v\fR,\-\-version +Print the version. +.SS "options:" +.TP +\fB\-\-classpath\fR <path> +Specify where to find the class files. +.TP +\fB\-d\fR <arg> Specify where to place generated class files. .TP \fB\-e\fR,\-\-exception Print stack trace on error. .TP +\fB\-\-encoding\fR <encoding> +Specify the encoding of the user class files. +.HP +\fB\-F\fR <flag> +.TP \fB\-h\fR,\-\-help Print a synopsis of standard options. .TP \fB\-j\fR,\-\-jointCompilation Attach javac compiler to compile .java files. +.HP +\fB\-J\fR <property=value> +.TP +\fB\-\-sourcepath\fR <path> +Specify where to find the source files. +.HP +\fB\-\-temp\fR <temp> +.TP \fB\-v\fR,\-\-version Print the version. .SH "SEE ALSO" _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

