[pkg-java] r5018 - trunk/groovy/debian
twerner at alioth.debian.org
twerner at alioth.debian.org
Thu Dec 13 19:16:30 UTC 2007
Author: twerner
Date: 2007-12-13 19:16:30 +0000 (Thu, 13 Dec 2007)
New Revision: 5018
Modified:
trunk/groovy/debian/changelog
trunk/groovy/debian/control
trunk/groovy/debian/rules
Log:
* Switch to libservlet2.4-java.
* Add Build-Depends: libjline-java.
Modified: trunk/groovy/debian/changelog
===================================================================
--- trunk/groovy/debian/changelog 2007-12-13 19:07:18 UTC (rev 5017)
+++ trunk/groovy/debian/changelog 2007-12-13 19:16:30 UTC (rev 5018)
@@ -1,5 +1,6 @@
groovy (1.5.0-1) unstable; urgency=low
+ [ Varun Hiremath ]
* New upstream release
* debian/control:
+ Add libxstream-java to Build-Depends
@@ -10,8 +11,12 @@
* 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
+ [ Torsten Werner ]
+ * Switch to libservlet2.4-java.
+ * Add Build-Depends: libjline-java.
+ -- Torsten Werner <twerner at debian.org> Thu, 13 Dec 2007 20:10:45 +0100
+
groovy (0.1.0beta10-3) unstable; urgency=low
* Fixed dependencies to ant after ant reorganisation into main.
Modified: trunk/groovy/debian/control
===================================================================
--- trunk/groovy/debian/control 2007-12-13 19:07:18 UTC (rev 5017)
+++ trunk/groovy/debian/control 2007-12-13 19:16:30 UTC (rev 5018)
@@ -7,9 +7,9 @@
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,
+ (>= 2.0.1), libregexp-java (>= 1.2), libservlet2.4-java, sharutils,
ant, ant-optional, j2sdk1.4 | j2sdk1.3 | java-virtual-machine,
- libxstream-java
+ libxstream-java, libjline-java
Standards-Version: 3.7.3
Homepage: http://groovy.codehaus.org/
Modified: trunk/groovy/debian/rules
===================================================================
--- trunk/groovy/debian/rules 2007-12-13 19:07:18 UTC (rev 5017)
+++ trunk/groovy/debian/rules 2007-12-13 19:16:30 UTC (rev 5018)
@@ -6,7 +6,7 @@
JAVA_HOME := /usr/lib/jvm/java-gcj
DEB_ANT_BUILDFILE := debian/build.xml
DEB_JARS := mockobjects-core servlet-api jsp-api commons-cli antlr \
- xstream bsf xercesImpl jline junit4 xstream
+ xstream bsf xercesImpl jline junit4 xstream jline
get-orig-source:
-uscan --upstream-version 0 --rename
More information about the pkg-java-commits
mailing list