diff -Nru maven-deploy-plugin-2.8.2/debian/changelog maven-deploy-plugin-2.8.2/debian/changelog --- maven-deploy-plugin-2.8.2/debian/changelog 2017-08-02 14:45:29.000000000 +0000 +++ maven-deploy-plugin-2.8.2/debian/changelog 2017-09-14 07:01:57.000000000 +0000 @@ -1,3 +1,10 @@ +maven-deploy-plugin (2.8.2-3) unstable; urgency=medium + + * Added the missing build dependency on junit + * Standards-Version updated to 4.1.0 + + -- Emmanuel Bourg Thu, 14 Sep 2017 09:01:57 +0200 + maven-deploy-plugin (2.8.2-2) unstable; urgency=medium * Depend on libmaven3-core-java instead of libmaven2-core-java diff -Nru maven-deploy-plugin-2.8.2/debian/control maven-deploy-plugin-2.8.2/debian/control --- maven-deploy-plugin-2.8.2/debian/control 2017-07-31 13:10:34.000000000 +0000 +++ maven-deploy-plugin-2.8.2/debian/control 2017-09-14 07:01:49.000000000 +0000 @@ -5,13 +5,13 @@ Uploaders: Emmanuel Bourg Build-Depends: debhelper (>= 10), default-jdk, - junit4, + junit, libmaven-plugin-testing-java, libmaven-plugin-tools-java, libmaven3-core-java, libmockito-java, maven-debian-helper -Standards-Version: 4.0.0 +Standards-Version: 4.1.0 Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-deploy-plugin.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/maven-deploy-plugin.git Homepage: http://maven.apache.org/plugins/maven-deploy-plugin/