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 4c85f74f51ae48264334af14da0d043894febb95 Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 17 15:54:58 2014 +0000 Packaged the MongoDB testing module as jmeter-mongodb --- debian/changelog | 1 + debian/control | 11 +++++++++++ debian/jmeter-mongodb.classpath | 1 + debian/jmeter-mongodb.install | 1 + 4 files changed, 14 insertions(+) diff --git a/debian/changelog b/debian/changelog index be66158..e9f7b20 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ jakarta-jmeter (2.11-1) UNRELEASED; urgency=medium and libmongodb-java - Removed 03_bouncycastle_update.patch (fixed upstream) * Install ApacheJMeter_native.jar in the main jmeter package + * Packaged the MongoDB testing module as jmeter-mongodb * Use XZ compression for the upstream tarball -- Emmanuel Bourg <[email protected]> Thu, 17 Jul 2014 13:02:56 +0200 diff --git a/debian/control b/debian/control index 15a8cb1..b7b29ea 100644 --- a/debian/control +++ b/debian/control @@ -30,6 +30,7 @@ Build-Depends-Indep: default-jdk, libjcharts-java, libjdom1-java, libjtidy-java, + libmongodb-java, liboro-java, librhino-java, librsyntaxtextarea-java, @@ -124,6 +125,16 @@ Description: Load testing and performance measurement application (mail module) . This package contains the mail testing module. +Package: jmeter-mongodb +Architecture: all +Depends: jmeter (= ${binary:Version}), ${java:Depends}, ${misc:Depends} +Description: Load testing and performance measurement application (mongodb module) + Apache JMeter is a 100% pure Java desktop application designed to load test + functional behavior and measure performance. It was originally designed for + testing Web Applications but has since expanded to other test functions. + . + This package contains the mongodb testing module. + Package: jmeter-tcp Architecture: all Depends: jmeter (= ${binary:Version}), ${java:Depends}, ${misc:Depends} diff --git a/debian/jmeter-mongodb.classpath b/debian/jmeter-mongodb.classpath new file mode 100644 index 0000000..4bf39f9 --- /dev/null +++ b/debian/jmeter-mongodb.classpath @@ -0,0 +1 @@ +usr/share/jmeter/lib/ext/ApacheJMeter_mongodb.jar /usr/share/java/mongo-java-driver.jar diff --git a/debian/jmeter-mongodb.install b/debian/jmeter-mongodb.install new file mode 100644 index 0000000..74dce72 --- /dev/null +++ b/debian/jmeter-mongodb.install @@ -0,0 +1 @@ +lib/ext/ApacheJMeter_mongodb.jar usr/share/jmeter/lib/ext/ -- 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

