This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jakarta-jmeter.
commit f0ddc19d0ee1f5bb0acd85f68cb5cd7863b12d92 Author: Emmanuel Bourg <[email protected]> Date: Fri Jul 5 07:59:42 2013 +0000 Added a dependency on libcommons-jexl2-java --- debian/changelog | 1 + debian/control | 1 + debian/rules | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index da97e6b..6cc3e26 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ jakarta-jmeter (2.6-1) UNRELEASED; urgency=low * New upstream release * Refreshed the patches + * Added a dependency on libcommons-jexl2-java -- Emmanuel Bourg <[email protected]> Fri, 05 Jul 2013 09:25:43 +0200 diff --git a/debian/control b/debian/control index e3af0f2..e50fd13 100644 --- a/debian/control +++ b/debian/control @@ -16,6 +16,7 @@ Build-Depends-Indep: default-jdk, libcommons-httpclient-java, libcommons-io-java, libcommons-jexl-java (>= 1.1), + libcommons-jexl2-java, libcommons-lang-java, libcommons-net-java, libexcalibur-logger-java, diff --git a/debian/rules b/debian/rules index dc5ca8b..c866d2e 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ include /usr/share/cdbs/1/class/javahelper.mk include /usr/share/cdbs/1/class/ant.mk JAVA_HOME_DIRS := /usr/lib/jvm/default-java -DEB_JARS := ant-nodeps avalon-framework bcmail bcpkix bcprov bsf commons-collections3 commons-httpclient commons-io commons-jexl commons-lang commons-net geronimo-jms-1.1-spec geronimo-javamail-1.4-spec geronimo-jms_1.1_spec httpclient httpcore httpmime jcharts jdom1 js jtidy junit4 libhtmlparser excalibur-logger excalibur-logkit oro xalan2 xmlgraphics-commons xstream velocity +DEB_JARS := ant-nodeps avalon-framework bcmail bcpkix bcprov bsf commons-collections3 commons-httpclient commons-io commons-jexl commons-jexl2 commons-lang commons-net geronimo-jms-1.1-spec geronimo-javamail-1.4-spec geronimo-jms_1.1_spec httpclient httpcore httpmime jcharts jdom1 js jtidy junit4 libhtmlparser excalibur-logger excalibur-logkit oro xalan2 xmlgraphics-commons xstream velocity DEB_ANT_BUILD_TARGET := install docs-printable docs-api ANT_ARGS := -Dlib.api=/usr/share/java -Djmeter.version=$(DEB_UPSTREAM_VERSION) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jakarta-jmeter.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

