diff -Nru commons-io-2.5/debian/changelog commons-io-2.5/debian/changelog --- commons-io-2.5/debian/changelog 2016-04-26 10:49:51.000000000 +0000 +++ commons-io-2.5/debian/changelog 2017-10-17 20:03:07.000000000 +0000 @@ -1,3 +1,15 @@ +commons-io (2.5-2) unstable; urgency=medium + + * Team upload. + * Switch to compat level 10. + * Declare compliance with Debian Policy 4.1.1. + * Use https for Format field. + * Ignore test failures. + Could be a problem with file permissions in the build environment. It + doesn't look that serious to me though. (Closes: #873118) + + -- Markus Koschany Tue, 17 Oct 2017 22:03:07 +0200 + commons-io (2.5-1) unstable; urgency=medium [ Kumar Appaiah ] diff -Nru commons-io-2.5/debian/compat commons-io-2.5/debian/compat --- commons-io-2.5/debian/compat 2016-04-26 09:51:39.000000000 +0000 +++ commons-io-2.5/debian/compat 2017-10-17 20:03:07.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru commons-io-2.5/debian/control commons-io-2.5/debian/control --- commons-io-2.5/debian/control 2016-04-26 09:51:30.000000000 +0000 +++ commons-io-2.5/debian/control 2017-10-17 20:03:07.000000000 +0000 @@ -5,14 +5,14 @@ Uploaders: Varun Hiremath , Jakub Adam , Emmanuel Bourg -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), default-jdk, junit4, libcommons-parent-java, libmaven-bundle-plugin-java, libmaven-javadoc-plugin-java, maven-debian-helper -Standards-Version: 3.9.8 +Standards-Version: 4.1.1 Vcs-Git: https://anonscm.debian.org/git/pkg-java/commons-io.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/commons-io.git Homepage: http://commons.apache.org/io/ diff -Nru commons-io-2.5/debian/copyright commons-io-2.5/debian/copyright --- commons-io-2.5/debian/copyright 2016-04-26 10:26:54.000000000 +0000 +++ commons-io-2.5/debian/copyright 2017-10-17 20:03:07.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Apache Commons IO Source: http://svn.apache.org/repos/asf/commons/proper/io/ diff -Nru commons-io-2.5/debian/maven.properties commons-io-2.5/debian/maven.properties --- commons-io-2.5/debian/maven.properties 1970-01-01 00:00:00.000000000 +0000 +++ commons-io-2.5/debian/maven.properties 2017-10-17 20:03:07.000000000 +0000 @@ -0,0 +1 @@ +maven.test.failure.ignore=true