Author: apeeters-guest Date: 2008-02-20 23:31:18 +0000 (Wed, 20 Feb 2008) New Revision: 5794
Modified: trunk/libswirl-java/debian/README.Debian trunk/libswirl-java/debian/changelog trunk/libswirl-java/debian/control trunk/libswirl-java/debian/copyright trunk/libswirl-java/debian/rules Log: Updated packaging for new upstream release 1.1 Modified: trunk/libswirl-java/debian/README.Debian =================================================================== --- trunk/libswirl-java/debian/README.Debian 2008-02-20 22:26:52 UTC (rev 5793) +++ trunk/libswirl-java/debian/README.Debian 2008-02-20 23:31:18 UTC (rev 5794) @@ -2,9 +2,9 @@ ============= This package provides the following JAR in /usr/share/java/ - * swirl-1.0.12.jar + * swirl.jar -To use the library properly, add gui-commands.jar (provided by -libgui-commands-java) to the class path. +To use the library properly, add jdom1.jar (provided by +libjdom1-java) to the class path. - -- Adriaan Peeters <[EMAIL PROTECTED]>, Tue, 21 Aug 2007 11:16:12 +0200 + -- Adriaan Peeters <[EMAIL PROTECTED]>, Wed, 20 Feb 2008 23:07:30 +0100 Modified: trunk/libswirl-java/debian/changelog =================================================================== --- trunk/libswirl-java/debian/changelog 2008-02-20 22:26:52 UTC (rev 5793) +++ trunk/libswirl-java/debian/changelog 2008-02-20 23:31:18 UTC (rev 5794) @@ -1,3 +1,20 @@ +libswirl-java (1.1-1) unstable; urgency=low + + * New upstream release + * debian/control: + - Removed Build-Depends and Depends on libgui-commands-java + - Added Build-Depends and Depends on libjdom1-java + - Bumped Standards-Version to 3.7.3: no changes needed + * debian/rules: + - DEB_JARS: Replaced gui-commands with jdom1 + * debian/copyright: + - Updated copyright years + * debian/README.Debian: + - Removed version number and reference to libgui-commands-java + - Added reference to libjdom1-java + + -- Adriaan Peeters <[EMAIL PROTECTED]> Wed, 20 Feb 2008 23:07:30 +0100 + libswirl-java (1.0.13-2) unstable; urgency=low * Reverted Build-Depends-Indep introduction (Closes: #449194) Modified: trunk/libswirl-java/debian/control =================================================================== --- trunk/libswirl-java/debian/control 2008-02-20 22:26:52 UTC (rev 5793) +++ trunk/libswirl-java/debian/control 2008-02-20 23:31:18 UTC (rev 5794) @@ -4,14 +4,14 @@ Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]> Uploaders: Adriaan Peeters <[EMAIL PROTECTED]> Homepage: http://swirl-lib.sourceforge.net/ -Build-Depends: debhelper (>> 5.0.0), cdbs, patchutils, ant, java-gcj-compat-dev, libgui-commands-java (>= 1.1.42-1) +Build-Depends: debhelper (>> 5.0.0), cdbs, patchutils, ant, java-gcj-compat-dev, libjdom1-java Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/libswirl-java/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libswirl-java/ -Standards-Version: 3.7.2 +Standards-Version: 3.7.3 Package: libswirl-java Architecture: all -Depends: gij | java-gcj-compat | java1-runtime | java2-runtime, libgui-commands-java +Depends: gij | java-gcj-compat | java1-runtime | java2-runtime, libjdom1-java Description: swing enhancements library The Swirl library provides several Java classes that enhance Java Swing with internationalized actions and buttons, a special 'cell' list, mouse overlay Modified: trunk/libswirl-java/debian/copyright =================================================================== --- trunk/libswirl-java/debian/copyright 2008-02-20 22:26:52 UTC (rev 5793) +++ trunk/libswirl-java/debian/copyright 2008-02-20 23:31:18 UTC (rev 5794) @@ -9,7 +9,7 @@ Upstream Author: Kris Coolsaet -Copyright (c) 2004-2007 Universiteit Gent +Copyright (c) 2004-2008 Universiteit Gent License: Modified: trunk/libswirl-java/debian/rules =================================================================== --- trunk/libswirl-java/debian/rules 2008-02-20 22:26:52 UTC (rev 5793) +++ trunk/libswirl-java/debian/rules 2008-02-20 23:31:18 UTC (rev 5794) @@ -7,7 +7,7 @@ JAVA_HOME := /usr/lib/jvm/java-gcj ANT_HOME := /usr/share/ant -DEB_JARS := gui-commands +DEB_JARS := jdom1 DEB_ANT_CLEAN_TARGET := clean DEB_ANT_BUILD_TARGET := all _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

