diff -Nru maven-clean-plugin-3.0.0/debian/changelog maven-clean-plugin-3.0.0/debian/changelog --- maven-clean-plugin-3.0.0/debian/changelog 2017-07-18 07:05:06.000000000 +0000 +++ maven-clean-plugin-3.0.0/debian/changelog 2017-08-22 22:46:40.000000000 +0000 @@ -1,3 +1,10 @@ +maven-clean-plugin (3.0.0-2) unstable; urgency=medium + + * Added the missing build dependency on junit4 (Closes: #871148) + * Standards-Version updated to 4.1.0 + + -- Emmanuel Bourg Wed, 23 Aug 2017 00:46:40 +0200 + maven-clean-plugin (3.0.0-1) unstable; urgency=medium * New upstream release diff -Nru maven-clean-plugin-3.0.0/debian/control maven-clean-plugin-3.0.0/debian/control --- maven-clean-plugin-3.0.0/debian/control 2017-07-17 23:41:47.000000000 +0000 +++ maven-clean-plugin-3.0.0/debian/control 2017-08-22 22:46:10.000000000 +0000 @@ -9,13 +9,14 @@ Build-Depends: debhelper (>= 10), default-jdk, + junit4, libmaven-file-management-java, libmaven-plugin-testing-java (>= 2.1), libmaven-plugin-tools-java, libmaven3-core-java, libplexus-utils-java, maven-debian-helper (>= 2.2) -Standards-Version: 4.0.0 +Standards-Version: 4.1.0 Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-clean-plugin.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/maven-clean-plugin.git Homepage: http://maven.apache.org/plugins/maven-clean-plugin/ diff -Nru maven-clean-plugin-3.0.0/debian/maven.rules maven-clean-plugin-3.0.0/debian/maven.rules --- maven-clean-plugin-3.0.0/debian/maven.rules 2017-07-17 23:40:28.000000000 +0000 +++ maven-clean-plugin-3.0.0/debian/maven.rules 2017-08-22 22:42:05.000000000 +0000 @@ -1,4 +1,5 @@ +junit junit * s/.*/4.x/ * * org.apache.maven maven-plugin-api * s/.*/3.x/ * * org.apache.maven maven-core * s/.*/3.x/ * * org.apache.maven maven-compat * s/.*/3.x/ * * diff -Nru maven-clean-plugin-3.0.0/debian/patches/01-junit-dependency.patch maven-clean-plugin-3.0.0/debian/patches/01-junit-dependency.patch --- maven-clean-plugin-3.0.0/debian/patches/01-junit-dependency.patch 1970-01-01 00:00:00.000000000 +0000 +++ maven-clean-plugin-3.0.0/debian/patches/01-junit-dependency.patch 2017-08-22 22:45:42.000000000 +0000 @@ -0,0 +1,18 @@ +Description: Adds an explicit dependency on junit +Author: Emmanuel Bourg +Forwarded: no +--- a/pom.xml ++++ b/pom.xml +@@ -84,6 +84,12 @@ + + + ++ junit ++ junit ++ 4.12 ++ test ++ ++ + org.apache.maven.plugin-testing + maven-plugin-testing-harness + 2.1 diff -Nru maven-clean-plugin-3.0.0/debian/patches/series maven-clean-plugin-3.0.0/debian/patches/series --- maven-clean-plugin-3.0.0/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ maven-clean-plugin-3.0.0/debian/patches/series 2017-08-22 22:41:08.000000000 +0000 @@ -0,0 +1 @@ +01-junit-dependency.patch