debian/0000775000000000000000000000000012026560413007167 5ustar debian/libjunitperf-java-doc.doc-base.10000664000000000000000000000051710404124600015077 0ustar Document: libjunitperf-java-doc1 Title: Manual for JUnitPerf Author: Mike Clark Abstract: This is a short manual of JUnitPerf explaining the usage of this JUnit extensions. Section: Programming Format: HTML Index: /usr/share/doc/libjunitperf-java-doc/JUnitPerf.html Files: /usr/share/doc/libjunitperf-java-doc/* debian/rules0000775000000000000000000000021312026560045010244 0ustar #!/usr/bin/make -f %: dh $@ --with javahelper override_dh_auto_build: dh_auto_build -- -propertyfile debian/ant.properties jar javadoc debian/libjunitperf-java.jlibs0000664000000000000000000000002511375307354013636 0ustar dist/junitperf-*.jar debian/dirs0000664000000000000000000000001710404124600010041 0ustar usr/share/java debian/libjunitperf-java-doc.doc-base.20000664000000000000000000000066410404124600015103 0ustar Document: libjunitperf-java-doc2 Title: Javadoc API for JUnitPerf Author: Mike Clark Abstract: The javadoc API for JUnitPerf, a collection of JUnit test decorators used to measure the performance and scalability of functionality contained within existing JUnit tests. Section: Programming Format: HTML Index: /usr/share/doc/libjunitperf-java-doc/api/index.html Files: /usr/share/doc/libjunitperf-java-doc/api/* debian/control0000664000000000000000000000270112026560275010600 0ustar Source: junitperf Section: java Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Java Maintainers Uploaders: Arnaud Vandyck , Wolfgang Baer , Niels Thykier Build-Depends: ant, debhelper (>= 7.0.50~), default-jdk, javahelper Build-Depends-Indep: junit (>= 3.7-4), ant-optional Standards-Version: 3.8.4 Homepage: http://www.clarkware.com/software/JUnitPerf.html Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/junitperf Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/junitperf Package: libjunitperf-java Architecture: all Depends: default-jre-headless | java1-runtime-headless | java2-runtime-headless | java5-runtime-headless | java6-runtime-headless, junit, ${misc:Depends} Suggests: libjunitperf-java-doc Description: JUnit extensions for performance and scalability testing JUnitPerf is a collection of JUnit test decorators used to measure the performance and scalability of functionality contained within existing JUnit tests. Package: libjunitperf-java-doc Section: doc Architecture: all Depends: ${misc:Depends} Suggests: libjunitperf-java Description: Documentation for libjunitperf-java Documentation for JUnitPerf which is a collection of JUnit test extensions for performance and scalability testing. This package includes a small manual, the javadoc API and examples. debian/copyright0000664000000000000000000000344110404124600011114 0ustar This package was debianized by Takashi Okamoto on Sat, 16 Feb 2002 22:10:09 +0900. It was downloaded from . Upstream Authors: Mike Clark Copyright: Copyright (C) 2001 Clarkware Consulting, Inc. All Rights Reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of Clarkware Consulting, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact clarkware@clarkware.com. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL CLARKWARE CONSULTING OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/libjunitperf-java-doc.docs0000664000000000000000000000005310404124600014206 0ustar build/docs/api docs/JUnitPerf.html samples debian/docs0000664000000000000000000000000710404124600010027 0ustar README debian/watch0000664000000000000000000000020010674264137010223 0ustar version=3 http://clarkware.com/software/JUnitPerf.html http://www.clarkware.com/software/junitperf-([\d\.]+).zip debian uupdate debian/changelog0000664000000000000000000000654012026560413011046 0ustar junitperf (1.9.1-8ubuntu1) quantal; urgency=low * Ensure backwards compatible bytecode is built (LP: #1049787): - d/rules: Ensure debian/ant.properties is used by dh_auto_build. -- James Page Thu, 20 Sep 2012 10:23:59 +0100 junitperf (1.9.1-8build1) quantal; urgency=low * No-change rebuild with openjdk-7 as default-jdk. -- James Page Fri, 18 May 2012 11:41:22 +0100 junitperf (1.9.1-8) unstable; urgency=low * Explicitly build Java2 code. (Closes: #582429) - Thanks to Artur Rona for providing a patch. * Bumped Standards-Version to 3.8.4 - no changes required. * Switched to dh7 instead of cdbs based build. -- Niels Thykier Thu, 20 May 2010 21:34:35 +0200 junitperf (1.9.1-7) unstable; urgency=low * Corrected Depends to default-jre-headless instead of the nonexistent default-java-headless. -- Niels Thykier Tue, 01 Dec 2009 15:08:44 +0100 junitperf (1.9.1-6) unstable; urgency=low [ Kumar Appaiah ] * Add a watch file. [ Niels Thykier ] * Added missing ${misc:Depends}. * Changed Depends to -headless versions of java. - Also added more java alternatives. * Stopped using cdbs's simple-patch system - it was not used. * Switched to default-jdk from java-gcj-compat. * Bumped debhelper compat to 7. * Bumped Standards-Version to 3.8.3. - Changed section to java. - Added Homepage and Vcs-* fields. * Added myself to uploaders. * Converted to 3.0 (quilt) source. -- Niels Thykier Sat, 21 Nov 2009 12:51:16 +0100 junitperf (1.9.1-5) unstable; urgency=low * built with java-gcj-compat-dev. * debian/rules: + removed ant-launcher.jar + removed the test target (closes: #396419) * Standards-Version: 3.7.2 (no change) -- Arnaud Vandyck Mon, 6 Nov 2006 12:10:29 +0100 junitperf (1.9.1-4) unstable; urgency=low * added myself as an uploader. * removed Takashi Okamoto from the uploaders (closes: #352982). -- Arnaud Vandyck Thu, 9 Mar 2006 21:38:01 +0000 junitperf (1.9.1-3) unstable; urgency=low * debian/control: added the doc section to the libjunitperf-java-doc -- Arnaud Vandyck Tue, 17 Jan 2006 10:11:22 +0000 junitperf (1.9.1-2) unstable; urgency=low * Removed explicit usage of jikes build compiler property for kaffe jikes -> ecj transition -- Wolfgang Baer Fri, 6 Jan 2006 19:33:16 +0100 junitperf (1.9.1-1) unstable; urgency=low * New upstream release * Build with kaffe - move to main (closes: #306764) * Transfer maintainership to pkg-java maintainers * Added compat file * Changed build system to use cdbs * Added kaffe | java1-runtime | java2-runtime as depends * Enabled junit test during build time * Include examples in the -doc package * Registerd javadoc & manual with doc-base * Standards-Version 3.6.2 (no changes) * Added myself to uploaders -- Wolfgang Baer Tue, 11 Oct 2005 21:26:18 +0200 junitperf (1.8-1) unstable; urgency=low * New upstream release. * close wishlist for ver1.8.(closes:#191565) -- Takashi Okamoto Sat, 3 May 2003 13:51:04 +0900 junitperf (1.6-1) unstable; urgency=low * Initial Release. * close ITP.(Closes: #134235) -- Takashi Okamoto Sat, 16 Feb 2002 22:10:09 +0900 debian/ant.properties0000664000000000000000000000006612026557620012077 0ustar ant.build.javac.target=1.4 ant.build.javac.source=1.4 debian/compat0000664000000000000000000000000211301752152010363 0ustar 7 debian/source/0000775000000000000000000000000011375307634010501 5ustar debian/source/format0000664000000000000000000000001411302032475011673 0ustar 3.0 (quilt)