[junit] 05/37: Version 3.8.1.1-7 missing from svn
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Oct 24 22:17:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository junit.
commit 8bec0397452f60a5b41de98eb87ed3c57f8f1452
Author: Paul Cager <paul-debian at home.paulcager.org>
Date: Mon Jul 2 22:27:26 2007 +0000
Version 3.8.1.1-7 missing from svn
---
debian/changelog | 8 ++++++++
debian/control | 7 ++++---
debian/rules | 2 +-
3 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8b46a3c..3aaeab5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+junit (3.8.1.1-7) unstable; urgency=low
+
+ * Build-Depends-Indep on java-gcj-compat-dev instead of kaffe.
+ * Moved cdbs and debhelper to Build-Depends.
+ * Updated Standards-Version to 3.7.2.
+
+ -- Michael Koch <konqueror at gmx.de> Sat, 1 Jul 2006 15:01:02 +0000
+
junit (3.8.1.1-6) unstable; urgency=low
* Removed explicit usage of jikes build compiler property
diff --git a/debian/control b/debian/control
index 99b064f..2c3f037 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,13 @@ Section: devel
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Michael Koch <konqueror at gmx.de>, Wolfgang Baer <WBaer at gmx.de>
-Build-Depends-Indep: debhelper (>= 4.2.30), cdbs, kaffe (>= 2:1.1.5-3)
-Standards-Version: 3.6.2
+Build-Depends: debhelper (>= 4.2.30), cdbs
+Build-Depends-Indep: java-gcj-compat-dev
+Standards-Version: 3.7.2
Package: junit
Architecture: all
-Depends: kaffe | java1-runtime | java2-runtime
+Depends: java-gcj-compat | java1-runtime | java2-runtime
Suggests: junit-doc
Enhances: ant-optional
Description: Automated testing framework for Java
diff --git a/debian/rules b/debian/rules
index 3834f2d..e3644fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
-JAVA_HOME := /usr/lib/kaffe
+JAVA_HOME := /usr/lib/jvm/java-gcj
JAVAC = $(JAVA_HOME)/bin/javac
JAR = $(JAVA_HOME)/bin/jar
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/junit.git
More information about the pkg-java-commits
mailing list