jakarta-jmeter (2.13-4) unstable; urgency=medium * Team upload. * Fixed the build failure with Java 9 (Closes: #905145) * Fixed the build failure caused by the MongoDB Java Driver upgrade (Closes: #877706) * Standards-Version updated to 4.1.5 * Switch to debhelper level 11 * Use salsa.debian.org Vcs-* URLs -- Emmanuel Bourg Wed, 01 Aug 2018 00:29:43 +0200 jakarta-jmeter (2.13-3) unstable; urgency=medium * Team upload. * Add build-dep on libcommons-codec-java (Closes: #868910) * Bump Standards-Version to 4.0.0 -- tony mancill Sun, 23 Jul 2017 09:05:09 -0700 jakarta-jmeter (2.13-2) unstable; urgency=medium * Team upload. * Added bsh to the jmeter-core classpath (Closes: #842390) * Build with the DH sequencer instead of CDBS * Standards-Version updated to 3.9.8 * Switch to debhelper level 10 * Refreshed the copyright information for the icons -- Emmanuel Bourg Sat, 29 Oct 2016 00:28:17 +0200 jakarta-jmeter (2.13-1) unstable; urgency=medium * Team upload. * New upstream release - Refreshed the patches - New dependencies on libdnsjava-java, libcommons-math3-java and libcommons-pool2-java - Fixed the compatibility with libhttpclient-java (>= 4.3) - No longer install ApacheJMeter_report.jar (removed) * Install the templates (Closes: #795356) * Fixed an error with libxstream-java >= 1.4.9 when loading the templates * Moved the package to Git * Standards-Version updated to 3.9.7 (no changes) -- Emmanuel Bourg Wed, 30 Mar 2016 23:30:24 +0200 jakarta-jmeter (2.11-5) unstable; urgency=medium * Team upload. * Add bouncycastle-1.51.patch and fix FTBFS with bouncycastle >= 1.51. -- Markus Koschany Sun, 06 Dec 2015 16:30:41 +0100 jakarta-jmeter (2.11-4) unstable; urgency=medium * Team upload. * Rebuild jakarta-jmeter against libcommons-net-java (>= 3). -- Markus Koschany Wed, 28 Oct 2015 14:22:11 +0100 jakarta-jmeter (2.11-3) unstable; urgency=medium * Team upload. * Depend on libmail-java instead of libgeronimo-javamail-1.4-spec-java * Standards-Version updated to 3.9.6 (no changes) -- Emmanuel Bourg Thu, 16 Jul 2015 12:12:24 +0200 jakarta-jmeter (2.11-2) unstable; urgency=medium * debian/copyright: Documented the licenses of the Oxygen, Echo and Tango icon themes used by JMeter (Closes: #755794) -- Emmanuel Bourg Thu, 18 Sep 2014 10:33:58 +0200 jakarta-jmeter (2.11-1) unstable; urgency=medium * New upstream release (Closes: #690031) - Refreshed the patches - Added new dependencies on libjsoup-java, librsyntaxtextarea-java and libmongodb-java - Removed 03_bouncycastle_update.patch (fixed upstream) * Improved the application icon * Install ApacheJMeter_native.jar in the main jmeter package * Packaged the MongoDB testing module as jmeter-mongodb * Added keywords to the desktop shortcut * Split 02_disable_components.patch into 3 patches * Use XZ compression for the upstream tarball * debian/rules: Do not mount /usr/share/java in the classpath to avoid build failures on non clean systems -- Emmanuel Bourg Fri, 18 Jul 2014 12:03:01 +0200 jakarta-jmeter (2.8-2) unstable; urgency=low * Renamed the HashTree.replace(Object, Object) method to replaceKey(). This avoids a conflict with the new Map.replace(Object, Object) method introduced in Java 8. * Updated the classpath of jorphan.jar to use Commons Collections 3 * Standards-Version updated to 3.9.5 (no changes) * Switch to debhelper level 9 -- Emmanuel Bourg Fri, 11 Apr 2014 15:06:06 +0200 jakarta-jmeter (2.8-1) unstable; urgency=low * New upstream release * Refreshed the patches * Added a patch improving the help on the command line * Added a manpage * Added new dependencies on libcommons-jexl2-java and libcommons-lang3-java * Locate the JRE in the Java wrapper to avoid the "No JAVA_CMD set for run_java" warning. * Install test.jar in /usr/share/jmeter/lib/junit/ -- Emmanuel Bourg Fri, 05 Jul 2013 16:48:12 +0200 jakarta-jmeter (2.5.1-2) unstable; urgency=low * Patched to compile against Bouncy Castle 1.48 (Closes: #713151) * debian/watch: Updated the location of the archives following the graduation of JMeter to a top level project. * Removed the DMUA flag * Bump standards version to 3.9.4. No changes needed. * Use canonical URLs for the Vcs-* fields * debian/rules: Added a clean target to allow rebuilds -- Emmanuel Bourg Wed, 03 Jul 2013 13:02:38 +0200 jakarta-jmeter (2.5.1-1) unstable; urgency=low * New upstream release. (Closes: #641546, LP: #879463) * Change home page URL everywhere. * Add new build dependencies libhttpclient-java, libhttpmime-java for http module. Update build and runtime classpath accordingly. * Refreshed 02_disable_components.patch as per latest source. * Update 'Format' value in debian/copyright. * Point watch file to archive area until we used renamed upstream source. -- Onkar Shinde Thu, 03 May 2012 20:19:04 +0530 jakarta-jmeter (2.4-3) unstable; urgency=low * Merge Ubuntu changes (gnumail -> geronimo-javamail). * Use javahelper, *.classpath files to set classpath and runtime dependencies. * Add libbcmail-java, libbcprov-java build dependencies for SMIMEAssetion. * Update 02_disable_components.patch to build SMIMEAssertion* again. * Remove few unneeded/unused dependencies - batik, bsh, gnumail, jboss-j2ee. * Minimize jar lookup in launcher script because classpath has been set in all jar files. * Bump standards version to 3.9.3. No changes needed. -- Onkar Shinde Sat, 21 Apr 2012 16:17:45 +0530 jakarta-jmeter (2.4-2) unstable; urgency=low * Team upload. * debian/control - Remove build unnecessary build dependency on quilt. - Update Section of jmeter-apidoc and jmeter-help to be 'doc' - Bump standards version to 3.9.2. No changes needed. * debian/rules - Remove patchsys-quilt.mk. * debian/copyright - Freshen DEP5 fields to address lintian warnings. -- tony mancill Sat, 17 Sep 2011 20:27:46 -0700 jakarta-jmeter (2.4-1) unstable; urgency=low * New upstream version. * debian/control - Add default-jdk-doc to build depends to link against java api docs. - Change build-dep junit -> junit4 as application supports junit4 features now. Change runtime dependency accordingly. - Update short description of all modules. - Standards version 3.9.1. No change needed. * debian/rules, debian/wrappers/jmeter - Updates and fixes for build dependencies/properties and runtime dependencies. * debian/jmeter.install, debian/jmeter.properties - Use upstream provided file. So our own blank file removed. * debian/patches/ - 01_fix_batik_imports.patch - Remove. Not used since last version. - 02_disable_components.patch - Refreshed as per current source. - 03_fix_jtidy_call.patch - Remove. No needed anymore. - 04_files_from_upstream.patch - Remove. Not needed anymore. * debian/source/format - Source format 3.0 (quilt). * debian/README.source - Not needed anymore with source format 3.0. -- Onkar Shinde Sat, 16 Apr 2011 20:27:21 +0530 jakarta-jmeter (2.3.4-2) unstable; urgency=low * debian/control - Remove libgeronimo-jms-1.1-spec-java from build dependencies. The package does not exist in Debian archive. - Add build dependencies libxmlgraphics-commons-java, rhino. Helps backport of the package to Lenny. - Add libxmlgraphics-commons-java dependency. - Add appropriate dependency to jmeter-jms package. * debian/rules - Add xmlgraphics-commons, js to DEB_JARS. * debian/patches/series - Drop 01_fix_batik_imports.patch from list. This patch is unnecessary with use of libxmlgraphics-commons-java build-dep. * debian/wrappers/jmeter - Add xmlgraphics-commons to classpath. - Add libraries needed by jmeter-jms to classpath. * Thanks to Jan Wagner for spotting most of the problems when doing backport to Lenny. -- Onkar Shinde Wed, 07 Oct 2009 14:17:01 +0530 jakarta-jmeter (2.3.4-1) unstable; urgency=low * Initial version: Merge from Ubuntu. (Closes: #505877) -- Onkar Shinde Wed, 30 Sep 2009 10:49:06 +0530