diff -Nru maven-install-plugin-2.5.2/debian/changelog maven-install-plugin-2.5.2/debian/changelog --- maven-install-plugin-2.5.2/debian/changelog 2017-07-20 13:44:00.000000000 +0000 +++ maven-install-plugin-2.5.2/debian/changelog 2017-09-08 07:26:00.000000000 +0000 @@ -1,3 +1,12 @@ +maven-install-plugin (2.5.2-4) unstable; urgency=medium + + * Team upload. + * Depend on libmaven3-core-java instead of libmaven2-core-java + * Removed the unused dependency on libplexus-digest-java + * Standards-Version updated to 4.1.0 + + -- Emmanuel Bourg Fri, 08 Sep 2017 09:26:00 +0200 + maven-install-plugin (2.5.2-3) unstable; urgency=medium * Team upload. diff -Nru maven-install-plugin-2.5.2/debian/control maven-install-plugin-2.5.2/debian/control --- maven-install-plugin-2.5.2/debian/control 2017-07-20 13:41:45.000000000 +0000 +++ maven-install-plugin-2.5.2/debian/control 2017-09-08 07:25:28.000000000 +0000 @@ -9,13 +9,13 @@ debhelper (>= 10), default-jdk, junit4, - libmaven-plugin-testing-1.3-java, + libmaven-artifact-transfer-java, + libmaven-plugin-testing-java, libmaven-plugin-tools-java (>= 3.2), - libmaven2-core-java, - libplexus-digest-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-install-plugin.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/maven-install-plugin.git Homepage: http://maven.apache.org/plugins/maven-install-plugin/ diff -Nru maven-install-plugin-2.5.2/debian/maven.rules maven-install-plugin-2.5.2/debian/maven.rules --- maven-install-plugin-2.5.2/debian/maven.rules 2017-07-20 10:21:52.000000000 +0000 +++ maven-install-plugin-2.5.2/debian/maven.rules 2017-09-08 07:23:55.000000000 +0000 @@ -16,4 +16,7 @@ # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ -org.apache.maven.plugin-testing maven-plugin-testing-harness * s/.*/1.x/ * * +junit junit * s/.*/4.x/ * * +org.apache.maven s/maven-project/maven-compat/ * s/.*/3.x/ * * +org.apache.maven maven-* * s/.*/3.x/ * * +s/org.apache.maven/org.apache.maven.shared/ s/maven-artifact-manager/maven-artifact-transfer/ * s/.*/debian/ * * diff -Nru maven-install-plugin-2.5.2/debian/patches/02-junit-dependency.patch maven-install-plugin-2.5.2/debian/patches/02-junit-dependency.patch --- maven-install-plugin-2.5.2/debian/patches/02-junit-dependency.patch 1970-01-01 00:00:00.000000000 +0000 +++ maven-install-plugin-2.5.2/debian/patches/02-junit-dependency.patch 2017-09-07 21:11:59.000000000 +0000 @@ -0,0 +1,14 @@ +--- a/pom.xml ++++ b/pom.xml +@@ -105,6 +105,11 @@ + test + + ++ junit ++ junit ++ 4.12 ++ ++ + commons-codec + commons-codec + 1.6 diff -Nru maven-install-plugin-2.5.2/debian/patches/series maven-install-plugin-2.5.2/debian/patches/series --- maven-install-plugin-2.5.2/debian/patches/series 2015-06-24 15:00:33.000000000 +0000 +++ maven-install-plugin-2.5.2/debian/patches/series 2017-09-08 07:23:25.000000000 +0000 @@ -1 +1,2 @@ 01-add-commons-io-dependency.patch +02-junit-dependency.patch diff -Nru maven-install-plugin-2.5.2/debian/source/lintian-overrides maven-install-plugin-2.5.2/debian/source/lintian-overrides --- maven-install-plugin-2.5.2/debian/source/lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ maven-install-plugin-2.5.2/debian/source/lintian-overrides 2017-09-07 12:38:47.000000000 +0000 @@ -0,0 +1,2 @@ +# Empty jar files used for the integration tests +source-contains-prebuilt-java-object src/it/*.jar