--- groovy-1.6.4.orig/debian/groovy.install +++ groovy-1.6.4/debian/groovy.install @@ -0,0 +1,9 @@ +target/install/bin/grape /usr/share/groovy/bin/ +target/install/bin/groovy /usr/share/groovy/bin/ +target/install/bin/groovyConsole /usr/share/groovy/bin/ +target/install/bin/groovyc /usr/share/groovy/bin/ +target/install/bin/groovysh /usr/share/groovy/bin/ +target/install/bin/java2groovy /usr/share/groovy/bin/ +target/install/bin/startGroovy /usr/share/groovy/bin/ +target/install/conf/* /etc/groovy + --- groovy-1.6.4.orig/debian/groovy.links +++ groovy-1.6.4/debian/groovy.links @@ -0,0 +1,32 @@ +/usr/share/groovy/bin/grape /usr/bin/grape +/usr/share/groovy/bin/groovy /usr/bin/groovy +/usr/share/groovy/bin/groovyc /usr/bin/groovyc +/usr/share/groovy/bin/groovyConsole /usr/bin/groovyConsole +/usr/share/groovy/bin/groovysh /usr/bin/groovysh +/usr/share/groovy/bin/java2groovy /usr/bin/java2groovy +/usr/share/groovy/bin/startGroovy /usr/bin/startGroovy +/usr/share/java/ant.jar /usr/share/groovy/lib/ant.jar +/usr/share/java/ant-junit.jar /usr/share/groovy/lib/ant-junit.jar +/usr/share/java/ant-launcher.jar /usr/share/groovy/lib/ant-launcher.jar +/usr/share/java/antlr.jar /usr/share/groovy/lib/antlr.jar +/usr/share/java/asm2.jar /usr/share/groovy/lib/asm2.jar +/usr/share/java/asm2-analysis.jar /usr/share/groovy/lib/asm2-analysis.jar +/usr/share/java/asm2-tree.jar /usr/share/groovy/lib/asm2-tree.jar +/usr/share/java/asm2-util.jar /usr/share/groovy/lib/asm2-util.jar +/usr/share/java/bsf.jar /usr/share/groovy/lib/bsf.jar +/usr/share/java/commons-cli.jar /usr/share/groovy/lib/commons-cli.jar +/usr/share/java/commons-logging.jar /usr/share/groovy/lib/commons-logging.jar +/usr/share/java/ivy.jar /usr/share/groovy/lib/ivy.jar +/usr/share/java/jline.jar /usr/share/groovy/lib/jline.jar +/usr/share/java/junit4.jar /usr/share/groovy/lib/junit4.jar +/usr/share/java/jsp-api.jar /usr/share/groovy/lib/jsp-api.jar +/usr/share/java/mockobjects-core.jar /usr/share/groovy/lib/mockobjects-core.jar +/usr/share/java/regexp.jar /usr/share/groovy/lib/regexp.jar +/usr/share/java/servlet-api.jar /usr/share/groovy/lib/servlet-api.jar +/usr/share/java/xstream.jar /usr/share/groovy/lib/xstream.jar +/usr/share/man/man1/groovy.1.gz /usr/share/man/man1/startGroovy.1.gz +/usr/share/man/man1/groovy.1.gz /usr/share/man/man1/groovysh.1.gz +/usr/share/man/man1/groovy.1.gz /usr/share/man/man1/java2groovy.1.gz +/usr/share/man/man1/groovy.1.gz /usr/share/man/man1/groovyConsole.1.gz +/etc/groovy /usr/share/groovy/conf + --- groovy-1.6.4.orig/debian/groovy.manpages +++ groovy-1.6.4/debian/groovy.manpages @@ -0,0 +1,3 @@ +debian/grape.1 +debian/groovy.1 +debian/groovyc.1 --- groovy-1.6.4.orig/debian/orig-tar.sh +++ groovy-1.6.4/debian/orig-tar.sh @@ -0,0 +1,18 @@ +#!/bin/sh -e + +# called by uscan with '--upstream-version' +TAR=../groovy_$2.orig.tar.gz +DIR=groovy-$2.orig + +# clean up the upstream tarball +unzip $3 +mv groovy-$2 $DIR +GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.pdf' $DIR +rm -rf $3 $DIR + +# move to directory 'tarballs' +if [ -r .svn/deb-layout ]; then + . .svn/deb-layout + mv $TAR $origDir + echo "moved $TAR to $origDir" +fi --- groovy-1.6.4.orig/debian/changelog +++ groovy-1.6.4/debian/changelog @@ -0,0 +1,252 @@ +groovy (1.6.4-4ubuntu2) lucid; urgency=low + + * debian/control, debian/rules: (Build-)Depend on libservlet2.5-java instead + of libservlet2.4-java (LP: #534913) + + -- Thierry Carrez Tue, 09 Mar 2010 09:43:33 +0100 + +groovy (1.6.4-4ubuntu1) lucid; urgency=low + + * Merge with Debian; remaining changes: + - debian/control, debian/rules: + Use default-jdk to build and default-jre-headless to run. + - debian/copyright: Fix copyright information and mention missing Apache-2 + license (LP: #358159) + - debian/control: Remove useless runtime dependency on libclassworlds-java. + + -- Matthias Klose Tue, 27 Oct 2009 15:04:33 +0100 + +groovy (1.6.4-4) unstable; urgency=low + + [ Varun Hiremath ] + * Fix debian/copyright file (Closes: #543565) + * Bump Standards-Version to 3.8.3 + + [ Torsten Werner ] + * Remove Build-Depends: bnd and add a patch disable-bn.diff because bnd is + not ready for main yet. (Closes: #543130) + + -- Torsten Werner Wed, 16 Sep 2009 13:25:12 +0200 + +groovy (1.6.4-3) unstable; urgency=low + + * Patch startGroovy to use Debian paths (Closes: #540688) + + -- Ludovic Claude Fri, 14 Aug 2009 14:26:04 +0100 + +groovy (1.6.4-2) unstable; urgency=low + + * Update Depends: libcommons-cli-java (>= 1.2). (Closes: #530623) + + -- Torsten Werner Sun, 09 Aug 2009 11:24:02 +0200 + +groovy (1.6.4-1) experimental; urgency=low + + * New upstream release + * Add myself to Uploaders + * Fix classpath for bnd task in the build + * Add ant to Suggests: for the groovy package as + Ant can be embedded in some Groovy scripts + + -- Ludovic Claude Sun, 02 Aug 2009 23:12:29 +0100 + +groovy (1.6.3-2) experimental; urgency=low + + * Change the section to java + * Update the build to use most of the original ant build script + * Remove build.diff patch as it is not useful anymore. + * Use BND to add the OSGi metadata to the jar. + * Add bnd, libqdox-java, libjarjar-java to Build-Depends + * Link ivy.jar into the Groovy lib folder (Closes: #526472) + * Add Build-Depends on maven-repo-helper + * Deploy groovy jars into the Maven repository + * Add embeddable jar groovy-all.jar + * Add the Groovy documentation (gapi) and the Groovy changes + to the JDK (groovy-jdk) specification. + * Move the classloader configuration to /etc/groovy. + * Bump Standards-Version to 3.8.2: + - Add a README.source to describe patch system + - move API documentation to /usr/share/doc/groovy/api + + -- Ludovic Claude Fri, 17 Jul 2009 00:33:18 +0100 + +groovy (1.6.3-1ubuntu2) karmic; urgency=low + + * debian/control, debian/rules: + Use default-jdk to build and default-jre-headless to run. + + -- Thierry Carrez Fri, 21 Aug 2009 11:29:28 +0200 + +groovy (1.6.3-1ubuntu1) karmic; urgency=low + + * debian/copyright: Fix copyright information and mention missing Apache-2 + license (LP: #358159) + * debian/control: Remove useless runtime dependency on libclassworlds-java + + -- Thierry Carrez Mon, 27 Jul 2009 12:18:29 +0200 + +groovy (1.6.3-1) unstable; urgency=low + + * New upstream release + + -- Torsten Werner Tue, 19 May 2009 21:49:37 +0200 + +groovy (1.6.2-1) unstable; urgency=low + + * New upstream release + + -- Varun Hiremath Wed, 06 May 2009 14:05:59 -0400 + +groovy (1.6.0-1) unstable; urgency=low + + [ Torsten Werner ] + * New upstream release (Closes: #521648) + * Remove Build-Depends: libclassworlds-java. + * Switch to source and target version 1.5. + + [ Varun Hiremath ] + * Fix build.xml file + * Add ivy to Build-Depends + * 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 Wed, 01 Apr 2009 19:24:19 -0400 + +groovy (1.5.7-1) unstable; urgency=low + + * New upstream release + + -- Torsten Werner Thu, 04 Dec 2008 11:15:20 +0100 + +groovy (1.5.6-2) unstable; urgency=low + + * Build the package with openjdk-6-jdk now. + * Move package to main. + * Change Depends: openjdk-6-jre-headless | java5-runtime-headless. + * Bump up Standards-Version: 3.8.0 (no changes needed). + + -- Torsten Werner Mon, 11 Aug 2008 19:21:53 +0200 + +groovy (1.5.6-1) unstable; urgency=low + + * New upstream release + + -- Varun Hiremath Thu, 01 May 2008 10:40:25 +0530 + +groovy (1.5.5-1) unstable; urgency=low + + * New upstream release + + -- Varun Hiremath Mon, 14 Apr 2008 14:53:28 +0530 + +groovy (1.5.4-1) unstable; urgency=low + + * New upstream release + + -- Varun Hiremath Sun, 10 Feb 2008 17:29:48 +0530 + +groovy (1.5.2-1) unstable; urgency=low + + * New upstream release + * Add antlr to Build-Depends-Indep and groovy Depends (Closes: #463147) + * Bump debhelper compat to 6 + + -- Varun Hiremath Wed, 30 Jan 2008 09:41:16 +0530 + +groovy (1.5.1-1) unstable; urgency=low + + * New upstream release + * Fix hyphens in groovy manpage + + -- Varun Hiremath Sat, 05 Jan 2008 03:42:21 +0530 + +groovy (1.5.0-2) unstable; urgency=low + + * Set source=1.4 and target=1.4 for javac. (Closes: #458001) + + -- Torsten Werner Fri, 28 Dec 2007 12:58:00 +0100 + +groovy (1.5.0-1) unstable; urgency=low + + [ Varun Hiremath ] + * New upstream release (Closes: #367010) + * debian/control: + + Set Debian Java maintainers as Maintainer (Closes: #382815) + + Add myself and Torsten to Uploaders + + Add sun-java6-jdk, libxstream-java to Build-Depends + + Add Homepage, Vcs-{Svn, Browser} headers + + Bump up the Standards-Version to 3.7.3 + + Add Suggests for the binary and doc packages + * Add debian/watch, debian/orig-tar.sh to create orig.tar.gz + * Write a new debian/build.xml and add debian/ant.properties + * debian/rules: + + call javadoc to build docs + + use sun-java6-jdk to build + * Clean up javadoc installation. + * Add some missing links in debian/groovy.links + * Add manpages + + [ Torsten Werner ] + * Switch to libservlet2.4-java. + * Add Build-Depends: libjline-java. + * Remove the (binary only) PDF file from orig.tar.gz. + + -- Torsten Werner Sat, 15 Dec 2007 15:21:00 +0100 + +groovy (0.1.0beta10-3) unstable; urgency=low + + * Fixed dependencies to ant after ant reorganisation into main. + (closes: #331647) + + -- Marcus Crafter Tue, 18 Oct 2005 12:35:43 +0200 + +groovy (0.1.0beta10-2) unstable; urgency=low + + * Added missing dependency to bzip2. Thanks for Andreas Jochens + for the bug report. + (closes: #302574) + + -- Marcus Crafter Sat, 2 Apr 2005 20:32:48 +0200 + +groovy (0.1.0beta10-1) unstable; urgency=low + + * New upstream release + + -- Marcus Crafter Wed, 9 Mar 2005 17:11:18 +0100 + +groovy (0.1.0beta8-4) unstable; urgency=low + + * Improved website mirror in groovy-doc package by increasing the mirrored + link depth to 2. This catches many more articles from the Groovy wiki + which would be of interest for offline reading. + * Fixed broken doc-base links, added doc-base link for the website mirror. + * Added examples. + + -- Marcus Crafter Mon, 3 Jan 2005 21:34:18 +0100 + +groovy (0.1.0beta8-3) unstable; urgency=low + + * Added a shallow copy of the Groovy website to the groovy-doc package, + which contains various articles, language references and documents for + offline use. Rearranged javadoc generation to fit in with the website. + + -- Marcus Crafter Mon, 3 Jan 2005 00:37:10 +0100 + +groovy (0.1.0beta8-2) unstable; urgency=low + + * Updated build to include Groovy API javadoc, and Groovy JDK + documentation. + * Split package into a software and documentation package. + * Added doc-base details for groovy-doc package for the javadocs and + groovy API. + + -- Marcus Crafter Sun, 2 Jan 2005 14:33:52 +0100 + +groovy (0.1.0beta8-1) unstable; urgency=low + + * Initial Release. + (closes: #268029) + + -- Marcus Crafter Sat, 18 Dec 2004 22:45:06 +0100 --- groovy-1.6.4.orig/debian/groovy-doc.doc-base.2 +++ groovy-1.6.4/debian/groovy-doc.doc-base.2 @@ -0,0 +1,9 @@ +Document: groovy-doc2 +Title: Groovy API Documentation for Groovy developers +Author: Groovy Development Team (dev@groovy.codehaus.org) +Abstract: This manual is the Groovy API documentation for Groovy developers. +Section: Programming + +Format: HTML +Index: /usr/share/doc/groovy-doc/gapi/index.html +Files: /usr/share/doc/groovy-doc/gapi/* --- groovy-1.6.4.orig/debian/grape.1 +++ groovy-1.6.4/debian/grape.1 @@ -0,0 +1,53 @@ +.TH grape "20" "July 2009" +.SH NAME +grape \- inspection and management of the local grape cache used by Groovy +.SH DESCRIPTION +usage: grape [options] [args] +options: +.TP +\fB\-D\fR,\-\-define +define a system property +.TP +\fB\-d\fR,\-\-debug +debug log level 4 will print out full stack traces +.TP +\fB\-h\fR,\-\-help +usage information +.TP +\fB\-i\fR,\-\-info +info log level 2 will print out information +.TP +\fB\-q\fR,\-\-quiet +quiet log level 0 will print only errors +.TP +\fB\-v\fR,\-\-version +display the Groovy and JVM versions +.TP +\fB\-V\fR,\-\-verbose +verbose log level 3 will print verbose logs +.TP +\fB\-w\fR,\-\-warn +warn log level 1 will print only errors and warnings +.SH COMMANDS +.TP +\fBinstall\fR []: +This installs the specified groovy module or maven artifact. +If a version is specified that specific version will be installed, +otherwise the most recent version will be used (as if '*' we passed in). +.TP +\fBlist\fR: +Lists locally installed modules (with their full maven name in the case of +groovy modules) and versions. +.TP +\fBresolve\fR ( )+: +This returns the file locations of the jars representing the artifcats for +the specified module(s) and the respective transitive dependencies. +You may optionally pass in -ant, -dos, or -shell to get the dependencies +expressed in a format applicable for an ant script, windows batch file, or +unix shell script respectively. +.SH "SEE ALSO" +.BR groovy (1) +.SH AUTHOR +This manual page was generated using help2man and edited by Ludovic +Claude , for the Debian project (but may +be used by others). --- groovy-1.6.4.orig/debian/README.Debian +++ groovy-1.6.4/debian/README.Debian @@ -0,0 +1,88 @@ +groovy for Debian +----------------- + +A few notes for concerning this package: + +Build information: + +Groovy is normally built via maven, however since maven isn't in Debian +just yet and debian policy requires all dependencies to be on the system +at build time (and not retrieved via a network connection), ant is +currently being used. + +The ant file was generated using the maven build files using the 'maven ant' +task, and was then modified to include some of the extra maven.xml post/pre +goals. + +As far as I can tell both builds create the same installables, but please +feel free to let me know if you notice something that is out of sync. + +When maven is available in Debian, we can switch over and use it to +perform an offline build. + +Version Number: + +Currently groovy is a beta, but since the upstream version number contains +a 1.0 in it (1.0beta8) this will be considered a higher version than 1.0 +when it's released. For this reason, all beta packages will have a leading +0 in front of their upstream version. This will allow users to ugprade to +1.0 cleanly when it's released. + +Dependency information: + +Debian java policy prefers all dependencies to be packaged as separate +packages. I've done this for most packages, except those that are CVS cuts, +development versions, or out of date packages. Since these dependencies are +a specific snapshot of what's been used, I've bundled those in this package, +in the debian/bundled.tar.bz2.uue file. + +Over time, as each of these dependencies mature and are officially +released (and groovy adopts them), I'll package them up individually, +unless someone else beats me to it. + +The bundled dependencies are: + +axion-1.0-M3-dev (development version) +commons-collections-3.0-dev2.jar (development version) +nekohtml-0.7.7 (to be packaged) +openejb-loader-0.9.2 (needs packaging, but is a large package) +qdox-1.3 (to be packaged) +redeox-0.9 (to be packaged) +redeox-oro-0.9 (to be packaged, oro packageok ?) +xerces-2.4 (old version, 2.6 in debian, will this work?) +xml-apis-1.0.b2.jar (old version, 1.1 in debian, part of the xerces package ok?) + +Website: + +A shallow copy of the Groovy website has been included for offline reading +in the groovy-doc package. The depth of links mirrored has been set to 2, +this means most articles of interest will be in the +/usr/share/doc/groovy-doc/groovy.codehaus.org directory. The main index +page is Home.html (not index.html as normal) due to the structure of the +actual Groovy website itself. + +The website is pre-fetched and included in the source package as a +compressed uuencoded file, as part of the debian maintainer diffs. There's +also a 'site' rule that's part of the debian/rules file. To update the +website archive, simply run the 'site' rule, and a new website archive +will be created (fakeroot debian/rules site). + +Note that the javadocs which are part of the website, are generated from +the package source code and are not part of the pre-fetched website mirror. + +Misc: + +Any ideas, thoughts, help, etc with this package is greatly appreciated, +please feel free to contact me if you would like to suggest and +improvements, patches, etc. Thanks for using this package. + + -- Marcus Crafter , Sat, 18 Dec 2004 22:45:06 +0100 + +Groovy's build is now using Ant and compatible with Maven 2. +I have patched the Ant build to work with Debian, and I'm deploying +Groovy's jars into the Maven 2 repository for Debian in /usr/share/maven-repo + +Documentation is now completely generated from the code, using the Ant build script. + + -- Ludovic Claude Fri, 17 Jul 2009 00:33:18 +0100 + --- groovy-1.6.4.orig/debian/README.source +++ groovy-1.6.4/debian/README.source @@ -0,0 +1,9 @@ +Patch System +============ + +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. + --- groovy-1.6.4.orig/debian/maven.publishedRules +++ groovy-1.6.4/debian/maven.publishedRules @@ -0,0 +1,3 @@ +s/groovy/org.codehaus.groovy/ groovy* + + --- groovy-1.6.4.orig/debian/groovy-doc.docs +++ groovy-1.6.4/debian/groovy-doc.docs @@ -0,0 +1,2 @@ +target/html/gapi +target/html/groovy-jdk --- groovy-1.6.4.orig/debian/groovy.poms +++ groovy-1.6.4/debian/groovy.poms @@ -0,0 +1,3 @@ +pom.xml +target/groovy-all.pom + --- groovy-1.6.4.orig/debian/rules +++ groovy-1.6.4/debian/rules @@ -0,0 +1,39 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/ant.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk + +PACKAGE := $(DEB_SOURCE_PACKAGE) +VERSION := $(DEB_UPSTREAM_VERSION) +JAVA_HOME := /usr/lib/jvm/default-java +DEB_ANT_BUILDFILE := build.xml +DEB_ANT_BUILD_TARGET := install doc +DEB_ANT_ARGS := -debug -DskipTests=true -DskipFetch=true +DEB_JARS := ant mockobjects-core servlet-api-2.5 jsp-api-2.1 commons-cli antlr \ + ant-antlr ant-trax xstream bsf xercesImpl jline junit4 xstream jline asm2 \ + asm2-util asm2-tree asm2-analysis ivy bnd qdox jarjar +API_DOCS := target/html/api + +binary-post-install/$(PACKAGE):: + chmod a+x debian/groovy/usr/share/groovy/bin/* + sed -i \ + -e"1s,.*,#!/bin/sh," \ + debian/groovy/usr/share/groovy/bin/startGroovy + mh_installpoms -p$(PACKAGE) + # without bnd: + mh_installjar -p$(PACKAGE) -dusr/share/groovy/lib/groovy-$(DEB_UPSTREAM_VERSION).jar -l pom.xml target/dist/groovy.jar + mh_installjar -p$(PACKAGE) -dusr/share/groovy/embeddable/groovy-all-$(DEB_UPSTREAM_VERSION).jar -l target/groovy-all.pom target/dist/groovy-all.jar + # with bnd: + #mh_installjar -p$(PACKAGE) -dusr/share/groovy/lib/groovy-$(DEB_UPSTREAM_VERSION).jar -l pom.xml target/install/lib/groovy-$(DEB_UPSTREAM_VERSION).jar + #mh_installjar -p$(PACKAGE) -dusr/share/groovy/embeddable/groovy-all-$(DEB_UPSTREAM_VERSION).jar -l target/groovy-all.pom target/install/embeddable/groovy-all-$(DEB_UPSTREAM_VERSION).jar + +binary-post-install/$(PACKAGE)-doc:: + dh_install -p$(PACKAGE)-doc $(API_DOCS) usr/share/doc/$(PACKAGE) + +clean:: + -rm -rf debian/tmp + +get-orig-source: + -uscan --download-version $(VERSION) --force-download --rename + --- groovy-1.6.4.orig/debian/watch +++ groovy-1.6.4/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://dist.groovy.codehaus.org/distributions/ groovy-src-(.*).zip debian debian/orig-tar.sh --- groovy-1.6.4.orig/debian/copyright +++ groovy-1.6.4/debian/copyright @@ -0,0 +1,62 @@ +Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Name: groovy +Packager: Marcus Crafter +Source: http://groovy.codehaus.org/ +X-Upstream-Authors: Groovy Development Team, dev@groovy.codehaus.org + +Files: * +Copyright: © 2003-2007 the original author or authors +License: Apache-2.0 + On Debian systems the full text of the Apache-2.0 license can be found in + the /usr/share/common-licenses/Apache-2.0 file. + +Files: src/main/org/codehaus/groovy/jsr223/* +Copyright: © 2006 Sun Microsystems, Inc. +License: BSD + On Debian systems the full text of the BSD license can be found in + the /usr/share/common-licenses/BSD file. + +Files: debian/* +Copyright: © 2009 Varun Hiremath + © 2009 Torsten Werner + © 2009 Ludovic Claude +License: GPL-2 + On Debian systems the full text of the GPL Version 2 license can be + found in the /usr/share/common-licenses/GPL-2 file. + +Copyright: + Copyright 2003-2009 The respective authors and developers + Portions Copyright 2003 (C) James Strachan and Bob Mcwhirter + Some JSR223 support code Copyright 1997-2006 by Sun Microsystems, Inc. + Some classgen support code Copyright (c) 2004 IBM Corporation and others + Some antlr/treewalker support code Copyright 2005-2007 (C) Jeremy Rayner + checkstyle-frames.xsl: Copyright (c) 2002 The Apache Software Foundation + src/test/groovy/text/TemplateTest.java Copyright 2003 (C) Sam Pullara + src/test/groovy/lang/ScriptTest.java Copyright 2003 (C) Guillaume Laforge + src/test/org/codehaus/groovy/ant/ files Copyright (C) 2008 Russel Winder + some files under experimental/ Copyright 2005 John G. Wilson + +Upstream Authors: Groovy Development Team, dev@groovy.codehaus.org + +License: + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +On Debian GNU/Linux and Ubuntu systems, the complete text of the Apache 2.0 +License can be found in the /usr/share/common-licenses/Apache-2.0 file. + +config/checkstyle/checkstyle-frames.xsl, +some files under src/main/org/codehaus/groovy/jsr223/ +some files under src/examples/groovy/ +some files under src/test/ +are still licensed under those terms: --- groovy-1.6.4.orig/debian/groovy-doc.doc-base.3 +++ groovy-1.6.4/debian/groovy-doc.doc-base.3 @@ -0,0 +1,9 @@ +Document: groovy-doc3 +Title: Groovy JDK API Specification +Author: Groovy Development Team (dev@groovy.codehaus.org) +Abstract: This document describes the methods added to the JDK to make it more groovy. +Section: Programming + +Format: HTML +Index: /usr/share/doc/groovy-doc/groovy-jdk/index.html +Files: /usr/share/doc/groovy-doc/groovy-jdk/* --- groovy-1.6.4.orig/debian/groovy.1 +++ groovy-1.6.4/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