[mongo-java-driver] 02/02: Replaced the dependency on testng with junit4

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Sep 1 12:48:31 UTC 2014


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository mongo-java-driver.

commit cee0ddb43daaa4a41c49dd21803b7fe345119f9f
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Sep 1 14:43:46 2014 +0200

    Replaced the dependency on testng with junit4
---
 debian/changelog   | 7 +++++++
 debian/control     | 2 +-
 debian/maven.rules | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 709a1d1..39ebf2a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mongo-java-driver (2.12.3-1) unstable; urgency=medium
+
+  * New upstream release
+    - Replaced the dependency on testng with junit4
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 01 Sep 2014 14:42:58 +0200
+
 mongo-java-driver (2.11.4-1) unstable; urgency=medium
 
   * Initial release (Closes: #736630)
diff --git a/debian/control b/debian/control
index 3e55882..491decf 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Emmanuel Bourg <ebourg at apache.org>
 Build-Depends: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper (>= 1.5)
-Build-Depends-Indep: libmaven-bundle-plugin-java, testng 
+Build-Depends-Indep: libmaven-bundle-plugin-java, junit4
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-java/mongo-java-driver.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/mongo-java-driver.git
diff --git a/debian/maven.rules b/debian/maven.rules
index 9019808..f86a16a 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,3 +1,3 @@
 
+junit junit jar s/4\..*/4.x/ * *
 org.mongodb mongo-java-driver bundle s/.*/debian/ * *
-org.testng testng jar s/6\..*/6.x/ * *

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/mongo-java-driver.git



More information about the pkg-java-commits mailing list