[pkg-java] r16573 - trunk/libcommons-jexl2-java/debian
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Fri Apr 26 12:10:50 UTC 2013
Author: ebourg-guest
Date: 2013-04-26 12:10:50 +0000 (Fri, 26 Apr 2013)
New Revision: 16573
Added:
trunk/libcommons-jexl2-java/debian/libcommons-jexl2-java.classpath
Modified:
trunk/libcommons-jexl2-java/debian/control
trunk/libcommons-jexl2-java/debian/copyright
trunk/libcommons-jexl2-java/debian/rules
Log:
Add the classpath to the manifest
Modified: trunk/libcommons-jexl2-java/debian/control
===================================================================
--- trunk/libcommons-jexl2-java/debian/control 2013-04-26 08:53:22 UTC (rev 16572)
+++ trunk/libcommons-jexl2-java/debian/control 2013-04-26 12:10:50 UTC (rev 16573)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.5)
+Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.5), javahelper
Build-Depends-Indep: libclirr-maven-plugin-java, libjavacc-maven-plugin-java, libcommons-logging-java,
libcommons-parent-java (>= 22), junit4, default-jdk-doc, libcommons-logging-java-doc,
libmaven-javadoc-plugin-java
@@ -14,12 +14,15 @@
Package: libcommons-jexl2-java
Architecture: all
-Depends: ${misc:Depends}, libcommons-logging-java
-Recommends: ${maven:OptionalDepends}
+Depends: libcommons-logging-java
Suggests: libcommons-jexl2-java-doc
-Description: Commons JEXL
- The Commons Jexl library is an implementation of the JSTL Expression Language
- with extensions.
+Description: Apache Commons JEXL - Java Expression Language
+ JEXL is a library intended to facilitate the implementation of dynamic and
+ scripting features in applications and frameworks written in Java.
+ .
+ JEXL implements an Expression Language based on some extensions to the JSTL
+ Expression Language supporting most of the constructs seen in shell-script
+ or ECMAScript.
Package: libcommons-jexl2-java-doc
Architecture: all
@@ -27,8 +30,8 @@
Depends: ${misc:Depends}, ${maven:DocDepends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libcommons-jexl2-java
-Description: Documentation for Commons JEXL
- The Commons Jexl library is an implementation of the JSTL Expression Language
+Description: Documentation for Apache Commons JEXL
+ The Commons JEXL library is an implementation of the JSTL Expression Language
with extensions.
.
This package contains the API documentation of libcommons-jexl2-java.
Modified: trunk/libcommons-jexl2-java/debian/copyright
===================================================================
--- trunk/libcommons-jexl2-java/debian/copyright 2013-04-26 08:53:22 UTC (rev 16572)
+++ trunk/libcommons-jexl2-java/debian/copyright 2013-04-26 12:10:50 UTC (rev 16573)
@@ -1,5 +1,5 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: Commons JEXL
+Upstream-Name: Apache Commons JEXL
Source: http://commons.apache.org/jexl/
Files: *
Added: trunk/libcommons-jexl2-java/debian/libcommons-jexl2-java.classpath
===================================================================
--- trunk/libcommons-jexl2-java/debian/libcommons-jexl2-java.classpath (rev 0)
+++ trunk/libcommons-jexl2-java/debian/libcommons-jexl2-java.classpath 2013-04-26 12:10:50 UTC (rev 16573)
@@ -0,0 +1 @@
+usr/share/java/commons-jexl.jar commons-logging.jar
Modified: trunk/libcommons-jexl2-java/debian/rules
===================================================================
--- trunk/libcommons-jexl2-java/debian/rules 2013-04-26 08:53:22 UTC (rev 16572)
+++ trunk/libcommons-jexl2-java/debian/rules 2013-04-26 12:10:50 UTC (rev 16573)
@@ -2,6 +2,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/maven.mk
+include /usr/share/cdbs/1/class/javahelper.mk
JAVA_HOME := /usr/lib/jvm/default-java
More information about the pkg-java-commits
mailing list