Author: mkoch Date: 2008-02-20 14:33:11 +0000 (Wed, 20 Feb 2008) New Revision: 5774
Modified: trunk/libjgoodies-forms-java/debian/changelog trunk/libjgoodies-forms-java/debian/copyright trunk/libjgoodies-forms-java/debian/patches/02_default_properties.patch trunk/libjgoodies-forms-java/debian/watch Log: libjgoodies-forms-java (1.2.0~rc-1) unstable; urgency=low * New upstream version. * Fixed debian/copyright to be lintian-clean. * Updated watch file to handle "-RC" in upstream version. -- Michael Koch <[EMAIL PROTECTED]> Wed, 20 Feb 2008 15:32:44 +0100 Modified: trunk/libjgoodies-forms-java/debian/changelog =================================================================== --- trunk/libjgoodies-forms-java/debian/changelog 2008-02-20 11:38:53 UTC (rev 5773) +++ trunk/libjgoodies-forms-java/debian/changelog 2008-02-20 14:33:11 UTC (rev 5774) @@ -1,3 +1,11 @@ +libjgoodies-forms-java (1.2.0~rc-1) unstable; urgency=low + + * New upstream version. + * Fixed debian/copyright to be lintian-clean. + * Updated watch file to handle "-RC" in upstream version. + + -- Michael Koch <[EMAIL PROTECTED]> Wed, 20 Feb 2008 15:32:44 +0100 + libjgoodies-forms-java (1.2.0~beta2-1) unstable; urgency=low * New upstream release Modified: trunk/libjgoodies-forms-java/debian/copyright =================================================================== --- trunk/libjgoodies-forms-java/debian/copyright 2008-02-20 11:38:53 UTC (rev 5773) +++ trunk/libjgoodies-forms-java/debian/copyright 2008-02-20 14:33:11 UTC (rev 5774) @@ -3,9 +3,12 @@ It was downloaded from http://www.jgoodies.com/freeware/forms/ -Copyright Holder: Karsten Lentzsch <[EMAIL PROTECTED]> +Upstream Author: Karsten Lentzsch <[EMAIL PROTECTED]> +Copyright: (C) 2005-2008 Karsten Lentzsch <[EMAIL PROTECTED]> + License: + Redistribution and use in source and binary forms, with or without modification, are permitted under the terms of the BSD License. @@ -23,4 +26,3 @@ On Debian systems, the complete text of the BSD License can be found in `/usr/share/common-licenses/BSD'. - Modified: trunk/libjgoodies-forms-java/debian/patches/02_default_properties.patch =================================================================== --- trunk/libjgoodies-forms-java/debian/patches/02_default_properties.patch 2008-02-20 11:38:53 UTC (rev 5773) +++ trunk/libjgoodies-forms-java/debian/patches/02_default_properties.patch 2008-02-20 14:33:11 UTC (rev 5774) @@ -1,5 +1,5 @@ ---- default.properties.orig 2007-07-15 18:35:04.000000000 +0200 -+++ default.properties 2007-07-15 18:36:00.000000000 +0200 +--- default.properties.orig 2008-02-20 15:28:36.000000000 +0100 ++++ default.properties 2008-02-20 15:29:01.000000000 +0100 @@ -58,7 +58,7 @@ build.javadocs.dir = ${build.docs.dir}/api build.reports.dir = ${build.dir}/test-reports Modified: trunk/libjgoodies-forms-java/debian/watch =================================================================== --- trunk/libjgoodies-forms-java/debian/watch 2008-02-20 11:38:53 UTC (rev 5773) +++ trunk/libjgoodies-forms-java/debian/watch 2008-02-20 14:33:11 UTC (rev 5774) @@ -1,4 +1,4 @@ version=3 -opts="uversionmangle=s/_/./g;s/-[0-9].*//;s/-/~/" \ +opts="uversionmangle=s/-RC/-rc/;s/_/./g;s/-[0-9].*//;s/-/~/" \ http://www.jgoodies.com/downloads/libraries.html .*/forms-(.*)\.zip \ debian debian/orig-tar.sh _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

