[libjgroups-java] 18/38: UNRELEASED * Add Build-Depends: testng.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Nov 23 12:36:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libjgroups-java.
commit 6ff2260cd50f4051545bf2a7188e9275b42dae57
Author: Torsten Werner <twerner at debian.org>
Date: Thu Jun 11 20:50:54 2009 +0000
UNRELEASED
* Add Build-Depends: testng.
---
debian/changelog | 5 +++--
debian/control | 2 +-
debian/rules | 3 ++-
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 30c91ac..258e473 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
libjgroups-java (2.7.0.GA-1) unstable; urgency=low
- UNRELEASED (does not build because of missing testng)
+ UNRELEASED
* new upstream release
+ * Add Build-Depends: testng.
- -- Torsten Werner <twerner at debian.org> Mon, 12 Jan 2009 22:23:58 +0100
+ -- Torsten Werner <twerner at debian.org> Thu, 11 Jun 2009 22:45:59 +0200
libjgroups-java (2.6.7.GA-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 7ebe8f7..9b91b0c 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Varun Hiremath <varun at debian.org>, Torsten Werner <twerner at debian.org
Build-Depends: cdbs, debhelper (>= 5)
Build-Depends-Indep: ant, openjdk-6-jdk, glassfish-javaee, bsh, junit,
libxalan2-java, libbcprov-java, libcommons-logging-java,
- liblog4j1.2-java, ant-optional
+ liblog4j1.2-java, ant-optional, testng
Standards-Version: 3.8.0
Homepage: http://www.jgroups.org/javagroupsnew/docs/index.html
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjgroups-java
diff --git a/debian/rules b/debian/rules
index 42192ac..e51b9cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,8 @@ JAVA_HOME := /usr/lib/jvm/java-6-openjdk
ANT_OPTS := -Xmx128M
DEB_ANT_BUILD_TARGET := jar
DEB_ANT_CHECK_TARGET := -Djgroups.bind_addr=`hostname` all-tests
-DEB_JARS := xalan2 serializer junit log4j-1.2 bsh commons-logging bcprov glassfish-javaee ant-junit testng
+DEB_JARS := xalan2 serializer junit log4j-1.2 bsh commons-logging bcprov glassfish-javaee ant-junit \
+ testng
ANT_OPTS := -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5
install/libjgroups-java::
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjgroups-java.git
More information about the pkg-java-commits
mailing list