Author: apeeters-guest Date: 2008-05-01 07:34:30 +0000 (Thu, 01 May 2008) New Revision: 6368
Modified: trunk/libgui-commands-java/debian/changelog trunk/libgui-commands-java/debian/control Log: Made Homepage a real field and updated Standards-Version Modified: trunk/libgui-commands-java/debian/changelog =================================================================== --- trunk/libgui-commands-java/debian/changelog 2008-05-01 05:35:16 UTC (rev 6367) +++ trunk/libgui-commands-java/debian/changelog 2008-05-01 07:34:30 UTC (rev 6368) @@ -1,10 +1,13 @@ libgui-commands-java (1.1.43-3) unstable; urgency=low - * debian/control: Build-Depend on default-jdk-builddep instead of - java-gcj-compat-dev (Closes: #477874) + * debian/control: + - Made Homepage a real field + - Bumped Standards-Version to 3.7.3, no changes needed + - Build-Depend on default-jdk-builddep instead of + java-gcj-compat-dev (Closes: #477874) * debian/rules: change JAVA_HOME accordingly to /usr/lib/jvm/default-java - -- Adriaan Peeters <[EMAIL PROTECTED]> Wed, 30 Apr 2008 16:48:08 +0200 + -- Adriaan Peeters <[EMAIL PROTECTED]> Thu, 01 May 2008 09:27:57 +0200 libgui-commands-java (1.1.43-2) unstable; urgency=low Modified: trunk/libgui-commands-java/debian/control =================================================================== --- trunk/libgui-commands-java/debian/control 2008-05-01 05:35:16 UTC (rev 6367) +++ trunk/libgui-commands-java/debian/control 2008-05-01 07:34:30 UTC (rev 6368) @@ -3,8 +3,9 @@ Priority: optional Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]> Uploaders: Adriaan Peeters <[EMAIL PROTECTED]> +Homepage: https://gui-commands.dev.java.net/ Build-Depends: debhelper (>> 5.0.0), cdbs, patchutils, ant, default-jdk-builddep, libjaxen-java -Standards-Version: 3.7.2 +Standards-Version: 3.7.3 Package: libgui-commands-java Architecture: all @@ -13,8 +14,6 @@ GUI Commands is a comprehensive command framework for Java Swing user interface applications. Conceptually it is similar to Swings Actions, but extends the concept to support menus, toolbars, toggles and much more. - . - Homepage: https://gui-commands.dev.java.net/ Package: libgui-commands-java-gcj Architecture: any _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

