[pkg-java] r5004 - trunk/groovy/debian
varun-guest at alioth.debian.org
varun-guest at alioth.debian.org
Wed Dec 12 19:17:27 UTC 2007
Author: varun-guest
Date: 2007-12-12 19:17:26 +0000 (Wed, 12 Dec 2007)
New Revision: 5004
Modified:
trunk/groovy/debian/build.xml
trunk/groovy/debian/changelog
trunk/groovy/debian/control
Log:
* Exclude ConsoleView.groovy and BasicContentPane.groovy from compiling
because of BUG: exception in phase 'conversion' in source unit.
Modified: trunk/groovy/debian/build.xml
===================================================================
--- trunk/groovy/debian/build.xml 2007-12-12 17:08:56 UTC (rev 5003)
+++ trunk/groovy/debian/build.xml 2007-12-12 19:17:26 UTC (rev 5004)
@@ -20,7 +20,7 @@
</property>
<property name="javadocdir" value="target/docs/api">
</property>
- <property name="version" value="1.0-beta-8">
+ <property name="version" value="1.5">
</property>
<property name="final.name" value="groovy-${version}">
</property>
@@ -80,9 +80,15 @@
<exclude name="CVS/*"/>
</fileset>
</copy>
+
+ <!-- BUG! exception in phase 'conversion' in source unit -->
+ <!-- Deleting these files before compilation becasue of the above -->
+ <delete file="${classesdir}/groovy/ui/ConsoleView.groovy" />
+ <delete file="${classesdir}/groovy/ui/view/BasicContentPane.groovy" />
+
<taskdef name="groovyc" classname="org.codehaus.groovy.ant.Groovyc"
classpathref="test.classpath"/>
- <groovyc destdir="${classesdir}" srcdir="${classesdir}" listfiles="true">
+ <groovyc destdir="${classesdir}" srcdir="${classesdir}" listfiles="true">
<classpath refid="test.classpath"/>
</groovyc>
</target>
Modified: trunk/groovy/debian/changelog
===================================================================
--- trunk/groovy/debian/changelog 2007-12-12 17:08:56 UTC (rev 5003)
+++ trunk/groovy/debian/changelog 2007-12-12 19:17:26 UTC (rev 5004)
@@ -7,6 +7,8 @@
+ Bump up the Standards-Version to 3.7.3
* Add debian/watch, debian/orig-tar.sh to create orig.tar.gz
* Move build.xml to debian directory.
+ * Exclude ConsoleView.groovy and BasicContentPane.groovy from compiling
+ because of BUG: exception in phase 'conversion' in source unit.
-- Varun Hiremath <varun at debian.org> Wed, 12 Dec 2007 16:04:17 +0530
Modified: trunk/groovy/debian/control
===================================================================
--- trunk/groovy/debian/control 2007-12-12 17:08:56 UTC (rev 5003)
+++ trunk/groovy/debian/control 2007-12-12 19:17:26 UTC (rev 5004)
@@ -2,13 +2,14 @@
Section: contrib/devel
Priority: optional
Maintainer: Marcus Crafter <crafterm at debian.org>
-Build-Depends-Indep: debhelper (>= 4.0.0), bzip2, libasm-java (>=
- 1.5.2), libbsf-java, libclassworlds-java (>= 1.0.1),
- libcommons-cli-java (>= 1.0), libcommons-collections3-java (>= 3.1),
- libcommons-logging-java (>= 1.0.3), junit (>= 3.8.1),
- libmockobjects-java (>= 0.09), libmx4j-java (>= 2.0.1),
- libregexp-java (>= 1.2), libservlet2.3-java, sharutils, ant,
- ant-optional, j2sdk1.4 | j2sdk1.3 | java-virtual-machine, libxstream-java
+Build-Depends: debhelper (>= 5), cdbs
+Build-Depends-Indep: bzip2, libasm-java (>= 1.5.2), 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.3-java, sharutils,
+ ant, ant-optional, j2sdk1.4 | j2sdk1.3 | java-virtual-machine,
+ libxstream-java
Standards-Version: 3.7.3
Homepage: http://groovy.codehaus.org/
@@ -35,6 +36,7 @@
templating or writing unit test cases.
Package: groovy-doc
+Section: contrib/doc
Architecture: all
Depends: ${misc:Depends}
Description: Agile dynamic language for the Java Virtual Machine
More information about the pkg-java-commits
mailing list