[properties-maven-plugin] 12/15: Build depend on junit4 instead of junit
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sat Jul 29 16:18:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository properties-maven-plugin.
commit 30832478da3584e09b20b87304e52f65b56751b9
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Sat Jul 29 18:13:21 2017 +0200
Build depend on junit4 instead of junit
---
debian/changelog | 4 +++-
debian/control | 2 +-
debian/maven.rules | 2 +-
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6d4eb76..00d9413 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
-properties-maven-plugin (1.0~alpha2-3) UNRELEASED; urgency=medium
+properties-maven-plugin (1.0.0-1) UNRELEASED; urgency=medium
* Team upload.
+ * New upstream release
+ - Build depend on junit4 instead of junit
* Build with the DH sequencer instead of CDBS
* Removed the *-java-doc package
* Moved the package to Git
diff --git a/debian/control b/debian/control
index 2bf9340..b50a7fc 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Steffen Moeller <moeller at debian.org>
Build-Depends:
debhelper (>= 10),
default-jdk,
- junit (>= 3.8.1),
+ junit4,
libmaven-plugin-tools-java,
libmaven2-core-java,
libplexus-utils-java,
diff --git a/debian/maven.rules b/debian/maven.rules
index 9d87a49..3856b25 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,2 +1,2 @@
-junit junit jar s/3\..*/3.x/ * *
+junit junit jar s/.*/4.x/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/properties-maven-plugin.git
More information about the pkg-java-commits
mailing list