Author: twerner Date: 2009-08-23 08:30:19 +0000 (Sun, 23 Aug 2009) New Revision: 10160
Modified: trunk/maven-ant-helper/debian/changelog trunk/maven-ant-helper/debian/control Log: Add Build-Depends: openjdk-6-doc to fix build errors. (Closes: #543106, #543112, #543115, #543116) Modified: trunk/maven-ant-helper/debian/changelog =================================================================== --- trunk/maven-ant-helper/debian/changelog 2009-08-22 12:06:29 UTC (rev 10159) +++ trunk/maven-ant-helper/debian/changelog 2009-08-23 08:30:19 UTC (rev 10160) @@ -1,3 +1,10 @@ +maven-ant-helper (6.5) unstable; urgency=low + + * Add Build-Depends: openjdk-6-doc to fix build errors. (Closes: #543106, + #543112, #543115, #543116) + + -- Torsten Werner <[email protected]> Sun, 23 Aug 2009 10:13:54 +0200 + maven-ant-helper (6.4) unstable; urgency=low * Upload to unstable. Modified: trunk/maven-ant-helper/debian/control =================================================================== --- trunk/maven-ant-helper/debian/control 2009-08-22 12:06:29 UTC (rev 10159) +++ trunk/maven-ant-helper/debian/control 2009-08-23 08:30:19 UTC (rev 10160) @@ -14,7 +14,7 @@ Package: maven-ant-helper Architecture: all Section: java -Depends: ${misc:Depends}, ant, ant-optional +Depends: ${misc:Depends}, ant, ant-optional, openjdk-6-doc Recommends: libmodello-java (>= 1.0), libmaven2-core-java, libmaven-plugin-tools-java, libplexus-component-metadata-java, maven-repo-helper _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

