Author: ebourg-guest Date: 2015-06-10 20:21:14 +0000 (Wed, 10 Jun 2015) New Revision: 18742
Modified: trunk/maven-docck-plugin/debian/changelog trunk/maven-docck-plugin/debian/compat trunk/maven-docck-plugin/debian/control Log: Switch to debhelper level 9 Modified: trunk/maven-docck-plugin/debian/changelog =================================================================== --- trunk/maven-docck-plugin/debian/changelog 2015-06-10 20:20:01 UTC (rev 18741) +++ trunk/maven-docck-plugin/debian/changelog 2015-06-10 20:21:14 UTC (rev 18742) @@ -4,6 +4,7 @@ * Fixed the compatibility with maven-plugin-tools 3.3 * Removed Michael Koch from the uploaders (Closes: #654111) * Standards-Version updated to 3.9.6 (no changes) + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Wed, 10 Jun 2015 21:55:34 +0200 Modified: trunk/maven-docck-plugin/debian/compat =================================================================== --- trunk/maven-docck-plugin/debian/compat 2015-06-10 20:20:01 UTC (rev 18741) +++ trunk/maven-docck-plugin/debian/compat 2015-06-10 20:21:14 UTC (rev 18742) @@ -1 +1 @@ -7 +9 Modified: trunk/maven-docck-plugin/debian/control =================================================================== --- trunk/maven-docck-plugin/debian/control 2015-06-10 20:20:01 UTC (rev 18741) +++ trunk/maven-docck-plugin/debian/control 2015-06-10 20:21:14 UTC (rev 18742) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Ludovic Claude <[email protected]> -Build-Depends: cdbs, debhelper (>= 7), default-jdk, maven-debian-helper +Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper Build-Depends-Indep: libcommons-httpclient-java (>= 3.1-6), libcommons-logging-java, libmaven-file-management-java, _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

