[pkg-java] r11095 - trunk/junitperf/debian

Niels Thykier nthykier-guest at alioth.debian.org
Sat Nov 21 11:52:10 UTC 2009


Author: nthykier-guest
Date: 2009-11-21 11:52:10 +0000 (Sat, 21 Nov 2009)
New Revision: 11095

Modified:
   trunk/junitperf/debian/changelog
   trunk/junitperf/debian/compat
   trunk/junitperf/debian/control
   trunk/junitperf/debian/rules
Log:
junitperf (1.9.1-6) unstable; urgency=low

  [ Niels Thykier ]
  * Added missing ${misc:Depends}.
  * Changed Depends to -headless versions of java.
  * 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.

 -- Niels Thykier <niels at thykier.net>  Sat, 21 Nov 2009 12:51:16 +0100


Modified: trunk/junitperf/debian/changelog
===================================================================
--- trunk/junitperf/debian/changelog	2009-11-21 11:27:56 UTC (rev 11094)
+++ trunk/junitperf/debian/changelog	2009-11-21 11:52:10 UTC (rev 11095)
@@ -1,9 +1,20 @@
-junitperf (1.9.1-6) UNRELEASED; urgency=low
+junitperf (1.9.1-6) unstable; urgency=low
 
+  [ Kumar Appaiah ]
   * Add a watch file.
 
- -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Wed, 19 Sep 2007 23:57:38 +0530
+  [ Niels Thykier ]
+  * Added missing ${misc:Depends}.
+  * Changed Depends to -headless versions of java.
+  * 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.
 
+ -- Niels Thykier <niels at thykier.net>  Sat, 21 Nov 2009 12:51:16 +0100
+
 junitperf (1.9.1-5) unstable; urgency=low
 
   * built with java-gcj-compat-dev.

Modified: trunk/junitperf/debian/compat
===================================================================
--- trunk/junitperf/debian/compat	2009-11-21 11:27:56 UTC (rev 11094)
+++ trunk/junitperf/debian/compat	2009-11-21 11:52:10 UTC (rev 11095)
@@ -1 +1 @@
-4 
+7

Modified: trunk/junitperf/debian/control
===================================================================
--- trunk/junitperf/debian/control	2009-11-21 11:27:56 UTC (rev 11094)
+++ trunk/junitperf/debian/control	2009-11-21 11:52:10 UTC (rev 11095)
@@ -1,14 +1,20 @@
 Source: junitperf
-Section: libs
+Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Vandyck <avdyk at debian.org>, Wolfgang Baer <WBaer at gmx.de>
-Build-Depends-Indep: debhelper (>= 4.2.30), cdbs, junit (>= 3.7-4), java-gcj-compat-dev, ant, ant-optional
-Standards-Version: 3.7.2
+Uploaders: Arnaud Vandyck <avdyk at debian.org>, Wolfgang Baer <WBaer at gmx.de>,
+ Niels Thykier <niels at thykier.net>
+Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant
+Build-Depends-Indep: junit (>= 3.7-4), ant-optional
+Standards-Version: 3.8.3
+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: java-gcj-compat | java1-runtime | java2-runtime, junit
+Depends: default-java-headless | java1-runtime-headless | java2-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 
@@ -18,6 +24,7 @@
 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 

Modified: trunk/junitperf/debian/rules
===================================================================
--- trunk/junitperf/debian/rules	2009-11-21 11:27:56 UTC (rev 11094)
+++ trunk/junitperf/debian/rules	2009-11-21 11:52:10 UTC (rev 11095)
@@ -5,9 +5,8 @@
 
 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/jvm/java-gcj
+JAVA_HOME := /usr/lib/jvm/default-java
 ANT_HOME := /usr/share/ant
 
 DEB_JARS := $(ANT_HOME)/lib/ant-junit.jar junit




More information about the pkg-java-commits mailing list