Author: avdyk Date: 2006-03-09 22:17:36 +0000 (Thu, 09 Mar 2006) New Revision: 1978
Added: trunk/junitperf/trunk/debian/ trunk/junitperf/trunk/debian/changelog trunk/junitperf/trunk/debian/compat trunk/junitperf/trunk/debian/control trunk/junitperf/trunk/debian/copyright trunk/junitperf/trunk/debian/dirs trunk/junitperf/trunk/debian/docs trunk/junitperf/trunk/debian/libjunitperf-java-doc.doc-base.1 trunk/junitperf/trunk/debian/libjunitperf-java-doc.doc-base.2 trunk/junitperf/trunk/debian/libjunitperf-java-doc.docs trunk/junitperf/trunk/debian/rules Log: Load newtrunk into trunk/junitperf/trunk. Added: trunk/junitperf/trunk/debian/changelog =================================================================== --- trunk/junitperf/trunk/debian/changelog 2006-03-09 22:17:10 UTC (rev 1977) +++ trunk/junitperf/trunk/debian/changelog 2006-03-09 22:17:36 UTC (rev 1978) @@ -0,0 +1,51 @@ +junitperf (1.9.1-4) unstable; urgency=low + + * added myself as an uploader. + * removed Takashi Okamoto from the uploaders (closes: #352982). + + -- Arnaud Vandyck <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> Sat, 3 May 2003 13:51:04 +0900 + +junitperf (1.6-1) unstable; urgency=low + + * Initial Release. + * close ITP.(Closes: #134235) + + -- Takashi Okamoto <[EMAIL PROTECTED]> Sat, 16 Feb 2002 22:10:09 +0900 + + Added: trunk/junitperf/trunk/debian/compat =================================================================== --- trunk/junitperf/trunk/debian/compat 2006-03-09 22:17:10 UTC (rev 1977) +++ trunk/junitperf/trunk/debian/compat 2006-03-09 22:17:36 UTC (rev 1978) @@ -0,0 +1 @@ +4 Added: trunk/junitperf/trunk/debian/control =================================================================== --- trunk/junitperf/trunk/debian/control 2006-03-09 22:17:10 UTC (rev 1977) +++ trunk/junitperf/trunk/debian/control 2006-03-09 22:17:36 UTC (rev 1978) @@ -0,0 +1,25 @@ +Source: junitperf +Section: libs +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Arnaud Vandyck <[EMAIL PROTECTED]>, Wolfgang Baer <[EMAIL PROTECTED]> +Build-Depends-Indep: debhelper (>= 4.2.30), cdbs, junit (>= 3.7-4), kaffe, ant, ant-optional +Standards-Version: 3.6.2 + +Package: libjunitperf-java +Architecture: all +Depends: kaffe | java1-runtime | java2-runtime, junit +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 +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. Added: trunk/junitperf/trunk/debian/copyright =================================================================== --- trunk/junitperf/trunk/debian/copyright 2006-03-09 22:17:10 UTC (rev 1977) +++ trunk/junitperf/trunk/debian/copyright 2006-03-09 22:17:36 UTC (rev 1978) @@ -0,0 +1,39 @@ +This package was debianized by Takashi Okamoto <[EMAIL PROTECTED]> on +Sat, 16 Feb 2002 22:10:09 +0900. + +It was downloaded from <http://www.clarkware.com/software/JUnitPerf.html>. + + +Upstream Authors: Mike Clark <[EMAIL PROTECTED]> + +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 [EMAIL PROTECTED] + +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. Added: trunk/junitperf/trunk/debian/dirs =================================================================== --- trunk/junitperf/trunk/debian/dirs 2006-03-09 22:17:10 UTC (rev 1977) +++ trunk/junitperf/trunk/debian/dirs 2006-03-09 22:17:36 UTC (rev 1978) @@ -0,0 +1 @@ +usr/share/java Added: trunk/junitperf/trunk/debian/docs =================================================================== --- trunk/junitperf/trunk/debian/docs 2006-03-09 22:17:10 UTC (rev 1977) +++ trunk/junitperf/trunk/debian/docs 2006-03-09 22:17:36 UTC (rev 1978) @@ -0,0 +1 @@ +README Added: trunk/junitperf/trunk/debian/libjunitperf-java-doc.doc-base.1 =================================================================== --- trunk/junitperf/trunk/debian/libjunitperf-java-doc.doc-base.1 2006-03-09 22:17:10 UTC (rev 1977) +++ trunk/junitperf/trunk/debian/libjunitperf-java-doc.doc-base.1 2006-03-09 22:17:36 UTC (rev 1978) @@ -0,0 +1,10 @@ +Document: libjunitperf-java-doc1 +Title: Manual for JUnitPerf +Author: Mike Clark <[EMAIL PROTECTED]> +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/* Added: trunk/junitperf/trunk/debian/libjunitperf-java-doc.doc-base.2 =================================================================== --- trunk/junitperf/trunk/debian/libjunitperf-java-doc.doc-base.2 2006-03-09 22:17:10 UTC (rev 1977) +++ trunk/junitperf/trunk/debian/libjunitperf-java-doc.doc-base.2 2006-03-09 22:17:36 UTC (rev 1978) @@ -0,0 +1,11 @@ +Document: libjunitperf-java-doc2 +Title: Javadoc API for JUnitPerf +Author: Mike Clark <[EMAIL PROTECTED]> +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/* Added: trunk/junitperf/trunk/debian/libjunitperf-java-doc.docs =================================================================== --- trunk/junitperf/trunk/debian/libjunitperf-java-doc.docs 2006-03-09 22:17:10 UTC (rev 1977) +++ trunk/junitperf/trunk/debian/libjunitperf-java-doc.docs 2006-03-09 22:17:36 UTC (rev 1978) @@ -0,0 +1,3 @@ +build/docs/api +docs/JUnitPerf.html +samples Added: trunk/junitperf/trunk/debian/rules =================================================================== --- trunk/junitperf/trunk/debian/rules 2006-03-09 22:17:10 UTC (rev 1977) +++ trunk/junitperf/trunk/debian/rules 2006-03-09 22:17:36 UTC (rev 1978) @@ -0,0 +1,18 @@ +#!/usr/bin/make -f +# debian/rules file for junitperf (uses cdbs) + +export VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\-) + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/ant.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +JAVA_HOME := /usr/lib/kaffe +ANT_HOME := /usr/share/ant + +DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar $(ANT_HOME)/lib/ant-junit.jar junit +DEB_ANT_BUILD_TARGET := jar javadoc test + +install/libjunitperf-java:: + install -m 644 dist/junitperf-$(VERSION).jar debian/libjunitperf-java/usr/share/java/junitperf-$(VERSION).jar + ln -s junitperf-$(VERSION).jar debian/libjunitperf-java/usr/share/java/junitperf.jar Property changes on: trunk/junitperf/trunk/debian/rules ___________________________________________________________________ Name: svn:executable + * _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

