Author: ebourg-guest Date: 2014-09-29 10:38:05 +0000 (Mon, 29 Sep 2014) New Revision: 18458
Modified: trunk/libibatis-java/debian/changelog trunk/libibatis-java/debian/control Log: Removed the suggested dependency on java-virtual-machine Modified: trunk/libibatis-java/debian/changelog =================================================================== --- trunk/libibatis-java/debian/changelog 2014-09-29 10:07:35 UTC (rev 18457) +++ trunk/libibatis-java/debian/changelog 2014-09-29 10:38:05 UTC (rev 18458) @@ -1,8 +1,10 @@ libibatis-java (2.3.4.726-5) UNRELEASED; urgency=medium * Team upload. - * Depend on libcglib3-java instead of libcglib-java - * Standards-Version updated to 3.9.6 (no changes) + * debian/control: + - Depend on libcglib3-java instead of libcglib-java + - Removed the suggested dependency on java-virtual-machine + - Standards-Version updated to 3.9.6 (no changes) * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Mon, 29 Sep 2014 11:53:40 +0200 Modified: trunk/libibatis-java/debian/control =================================================================== --- trunk/libibatis-java/debian/control 2014-09-29 10:07:35 UTC (rev 18457) +++ trunk/libibatis-java/debian/control 2014-09-29 10:38:05 UTC (rev 18458) @@ -20,8 +20,7 @@ Package: libibatis-java Architecture: all -Depends: ${misc:Depends}, ${shlibs:Depends} -Suggests: java-virtual-machine +Depends: ${misc:Depends} Description: iBATIS Data Mapper framework The iBATIS Data Mapper framework makes it easier to use a database with Java and .NET applications. iBATIS couples objects with stored procedures or SQL _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

