--- groovy-1.5.6.orig/debian/groovy-doc.doc-base +++ groovy-1.5.6/debian/groovy-doc.doc-base @@ -0,0 +1,9 @@ +Document: groovy-doc +Title: Groovy API Documentation +Author: Groovy Development Team (dev@groovy.codehaus.org) +Abstract: This manual is the Groovy API documemtation. This is the Groovy API extensions added to default Java types. +Section: Programming + +Format: HTML +Index: /usr/share/doc/groovy-doc/api/index.html +Files: /usr/share/doc/groovy-doc/api/* --- groovy-1.5.6.orig/debian/groovy-doc.docs +++ groovy-1.5.6/debian/groovy-doc.docs @@ -0,0 +1 @@ +target/docs/api --- groovy-1.5.6.orig/debian/groovy.manpages +++ groovy-1.5.6/debian/groovy.manpages @@ -0,0 +1,2 @@ +debian/groovy.1 +debian/groovyc.1 --- groovy-1.5.6.orig/debian/control +++ groovy-1.5.6/debian/control @@ -0,0 +1,60 @@ +Source: groovy +Section: devel +Priority: optional +Maintainer: Debian Java maintainers +Uploaders: Torsten Werner , Varun Hiremath +Build-Depends: debhelper (>= 6), cdbs +Build-Depends-Indep: ant-optional, openjdk-6-jdk, bzip2, libasm2-java, + libbsf-java, libclassworlds-java (>= 1.0.1), libcommons-cli-java (>= + 1.0), libcommons-collections3-java (>= 3.1), libcommons-logging-java + (>= 1.0.3), junit4, libmockobjects-java (>= 0.09), libmx4j-java (>= + 2.0.1), libregexp-java (>= 1.2), libservlet2.4-java, libxstream-java, + libjline-java, antlr, tofrodos +Standards-Version: 3.8.0 +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-collections3-java + (>= 3.1), libcommons-logging-java (>= 1.0.3), junit4, + libmockobjects-java (>= 0.09), libmx4j-java (>= 2.0.1), + libregexp-java (>= 1.2), libservlet2.4-java, libjline-java, + libxpp3-java, libxstream-java, 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 + features from languages like Python, Ruby and Smalltalk and making them + available to the Java developers using a Java-like syntax. + . + Groovy is designed to help you get things done on the Java platform in a + quicker, more concise and fun way - bringing the power of Python and Ruby + inside the Java platform. + . + Groovy can be used as an alternative compiler to javac to generate + standard Java bytecode to be used by any Java project or it can be used + dynamically as an alternative language such as for scripting Java objects, + templating or writing unit test cases. + +Package: groovy-doc +Section: doc +Architecture: all +Depends: ${misc:Depends} +Suggests: groovy +Description: Agile dynamic language for the Java Virtual Machine + 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. + . + Groovy is designed to help you get things done on the Java platform in a + quicker, more concise and fun way - bringing the power of Python and Ruby + inside the Java platform. + . + Groovy can be used as an alternative compiler to javac to generate + standard Java bytecode to be used by any Java project or it can be used + dynamically as an alternative language such as for scripting Java objects, + templating or writing unit test cases. + . + This package includes the Groovy API javadocs, and examples. --- groovy-1.5.6.orig/debian/compat +++ groovy-1.5.6/debian/compat @@ -0,0 +1 @@ +6 --- groovy-1.5.6.orig/debian/groovy.1 +++ groovy-1.5.6/debian/groovy.1 @@ -0,0 +1,66 @@ +.TH GROOVY "1" "December 2007" +.SH NAME +Groovy \- Agile dynamic language for the Java Virtual Machine +.SH DESCRIPTION +usage: groovy [options] [args] +options: +.TP +\fB\-D\fR,\-\-define +define a system property +.TP +\fB\-a\fR,\-\-autosplit +automatically split current line (defaults to +\&'\es') +.TP +\fB\-c\fR,\-\-encoding +specify the encoding of the files +.TP +\fB\-d\fR,\-\-debug +debug mode will print out full stack traces +.TP +\fB\-e\fR