Author: ebourg-guest Date: 2016-01-18 08:16:05 +0000 (Mon, 18 Jan 2016) New Revision: 18950
Modified: trunk/commons-vfs/debian/changelog trunk/commons-vfs/debian/control Log: Fixed the build failure with commons-parent 39 (enables the OSGI metadata) (Closes: #811259) Modified: trunk/commons-vfs/debian/changelog =================================================================== --- trunk/commons-vfs/debian/changelog 2016-01-15 21:35:08 UTC (rev 18949) +++ trunk/commons-vfs/debian/changelog 2016-01-18 08:16:05 UTC (rev 18950) @@ -1,3 +1,11 @@ +commons-vfs (2.0-7) unstable; urgency=medium + + * Team upload. + * Fixed the build failure with commons-parent 39 (enables the OSGI metadata) + (Closes: #811259) + + -- Emmanuel Bourg <[email protected]> Mon, 18 Jan 2016 08:59:11 +0100 + commons-vfs (2.0-6) unstable; urgency=medium * Team upload. Modified: trunk/commons-vfs/debian/control =================================================================== --- trunk/commons-vfs/debian/control 2016-01-15 21:35:08 UTC (rev 18949) +++ trunk/commons-vfs/debian/control 2016-01-18 08:16:05 UTC (rev 18950) @@ -14,13 +14,14 @@ libcommons-logging-java-doc, libcommons-net-java, libcommons-net-java-doc, - libcommons-parent-java, + libcommons-parent-java (>= 39), libjackrabbit-java, libjdom1-java-doc, libjsch-java, libmaven-antrun-plugin-java, + libmaven-bundle-plugin-java, libmaven-javadoc-plugin-java -Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper +Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 2.0.2~) Standards-Version: 3.9.6 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/commons-vfs Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/commons-vfs _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

