This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-jexl2-java.
commit eb5e3f12eb1bae8b1e3862942f288f5b71aed93f Author: Emmanuel Bourg <[email protected]> Date: Fri Apr 26 12:10:50 2013 +0000 Add the classpath to the manifest --- debian/control | 19 +++++++++++-------- debian/copyright | 2 +- debian/libcommons-jexl2-java.classpath | 1 + debian/rules | 1 + 4 files changed, 14 insertions(+), 9 deletions(-) diff --git a/debian/control b/debian/control index 554a53a..7157976 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> -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 @@ Homepage: http://commons.apache.org/jexl/ 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 @@ Section: doc 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. diff --git a/debian/copyright b/debian/copyright index 1b557a1..85cec7d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -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: * diff --git a/debian/libcommons-jexl2-java.classpath b/debian/libcommons-jexl2-java.classpath new file mode 100644 index 0000000..ad816f3 --- /dev/null +++ b/debian/libcommons-jexl2-java.classpath @@ -0,0 +1 @@ +usr/share/java/commons-jexl.jar commons-logging.jar diff --git a/debian/rules b/debian/rules index b76c54a..5f485a4 100755 --- a/debian/rules +++ b/debian/rules @@ -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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-jexl2-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

