--- libjcalendar-java-1.2.2.orig/debian/changelog +++ libjcalendar-java-1.2.2/debian/changelog @@ -0,0 +1,71 @@ +libjcalendar-java (1.2.2-8ubuntu1) feisty; urgency=low + + * debian/control: + - Updated dependencies to newer java virtual machine (LP: #76974) + - Updated maintainer field + - Dropped mozilla from Recommends + * debian/rules: + - Updated java home dirs + + -- Jonh Wendell Sat, 24 Mar 2007 11:00:00 -0300 + +libjcalendar-java (1.2.2-8) unstable; urgency=low + + * Putting under common Java Maintenance. + * Command '$JAVACMD -classpath /usr/share/java/jcalendar.jar com.toedter.calendar.JCalendarDemo' + showed that JCalendar is not ready for 'main'. Fixed accordingly dependencies. + + -- Eric Lavarde Wed, 1 Feb 2006 20:21:42 +0000 + +libjcalendar-java (1.2.2-7) unstable; urgency=low + + * Moving to free java VM (kaffe) and gjdoc. + * Moving to Debian Standard 3.6.2.0 (no changes). + + -- Eric Lavarde Wed, 2 Nov 2005 10:00:04 +0000 + +libjcalendar-java (1.2.2-6.1) unstable; urgency=low + + * Rebuilt with Java SDK 1.4 + + -- Hilko Bengen Wed, 24 Aug 2005 12:23:48 +0200 + +libjcalendar-java (1.2.2-6) unstable; urgency=low + + * Splitting out the javadoc from the rest of the package, adding + libjcalendar-java-doc. + + -- Eric Lavarde Thu, 11 Aug 2005 17:13:55 +0200 + +libjcalendar-java (1.2.2-5) unstable; urgency=low + + * Updated orig.tar.gz with removed offending copyright from upstream + (thanks to ftpmaster for noticing). + + -- Eric Lavarde Sun, 3 Jul 2005 19:55:05 +0200 + +libjcalendar-java (1.2.2-4) unstable; urgency=low + + * Real jar is now versioned and the link isn't. + + -- Eric Lavarde Wed, 8 Jun 2005 10:36:43 +0200 + +libjcalendar-java (1.2.2-3) unstable; urgency=low + + * Added further JAVA_HOME_DIRs to allow for compilation with Java 1.5. + * Replaced 02_build_xml_default_target.patch by two BUILD_TARGETs. + + -- Eric Lavarde Sat, 21 May 2005 09:29:17 +0200 + +libjcalendar-java (1.2.2-2) unstable; urgency=low + + * Upgrade debhelper dependency to 4.1.0 (linda has said). + + -- Eric Lavarde Sun, 15 May 2005 11:45:28 +0200 + +libjcalendar-java (1.2.2-1) unstable; urgency=low + + * Initial Release (Closes: #296118). + + -- Eric Lavarde Sat, 7 May 2005 17:37:02 +0200 + --- libjcalendar-java-1.2.2.orig/debian/compat +++ libjcalendar-java-1.2.2/debian/compat @@ -0,0 +1 @@ +4 --- libjcalendar-java-1.2.2.orig/debian/control +++ libjcalendar-java-1.2.2/debian/control @@ -0,0 +1,29 @@ +Source: libjcalendar-java +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Debian Java Maintainers +Uploaders: Eric Lavarde +Build-Depends-Indep: debhelper (>= 4.1.0), cdbs (>= 0.4.8), kaffe (>= 1.1.6.91) | sun-java5-jdk | sun-java6-jdk, ant, gjdoc +Standards-Version: 3.6.2.0 +Section: contrib/libs + +Package: libjcalendar-java +Architecture: all +Depends: sun-java5-jre| sun-java6-jre | j2re1.4 +Suggests: libjcalendar-java-doc +Description: Java date chooser bean for graphically picking a date + JCalendar is composed of several other Java beans, a JDayChooser, a + JMonthChooser and a JYearChooser. All these beans have a locale property, + provide several icons (Color 16x16, Color 32x32, Mono 16x16 and Mono 32x32) + and their own locale property editor. So they can easily be used in GUI + builders. + . + Homepage is http://www.toedter.com/en/jcalendar/ + +Package: libjcalendar-java-doc +Architecture: all +Suggests: libjcalendar-java +Recommends: www-browser +Description: API documentation for libjcalendar-java + The javadoc for JCalendar, a Java date chooser bean for graphically picking + a date. --- libjcalendar-java-1.2.2.orig/debian/copyright +++ libjcalendar-java-1.2.2/debian/copyright @@ -0,0 +1,26 @@ +This package was debianized by Eric Lavarde on +Sat, 7 May 2005 17:37:02 +0200. + +It was downloaded from http://www.toedter.com/en/jcalendar/ + +Copyright Holder: Kai Toedter + +License: + + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this package; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. + --- libjcalendar-java-1.2.2.orig/debian/dirs +++ libjcalendar-java-1.2.2/debian/dirs @@ -0,0 +1 @@ +usr/share/java --- libjcalendar-java-1.2.2.orig/debian/docs +++ libjcalendar-java-1.2.2/debian/docs @@ -0,0 +1 @@ +readme.txt --- libjcalendar-java-1.2.2.orig/debian/install +++ libjcalendar-java-1.2.2/debian/install @@ -0,0 +1 @@ +lib/jcalendar-1.2.2.jar usr/share/java --- libjcalendar-java-1.2.2.orig/debian/libjcalendar-java-doc.docs +++ libjcalendar-java-1.2.2/debian/libjcalendar-java-doc.docs @@ -0,0 +1,6 @@ +readme.txt +doc/api/ +doc/demo.html +doc/index.html +doc/images/ +doc/style.css --- libjcalendar-java-1.2.2.orig/debian/links +++ libjcalendar-java-1.2.2/debian/links @@ -0,0 +1 @@ +usr/share/java/jcalendar-1.2.2.jar usr/share/java/jcalendar.jar --- libjcalendar-java-1.2.2.orig/debian/patches/01_build_xml_rm_looks.patch +++ libjcalendar-java-1.2.2/debian/patches/01_build_xml_rm_looks.patch @@ -0,0 +1,29 @@ +--- src/build.xml 2004-09-24 07:20:52.000000000 +0200 ++++ src/build.xml 2005-05-14 16:02:27.347648232 +0200 +@@ -69,7 +69,7 @@ + + + + +- --- libjcalendar-java-1.2.2.orig/debian/patches/02_build_xml_jar_versioned.patch +++ libjcalendar-java-1.2.2/debian/patches/02_build_xml_jar_versioned.patch @@ -0,0 +1,20 @@ +--- src/build.xml 2005-05-21 20:26:26.000000000 +0200 ++++ src/build.xml 2005-06-08 10:29:50.000000000 +0200 +@@ -82,7 +82,7 @@ + + + +- + +- --- libjcalendar-java-1.2.2.orig/debian/patches/03_demo_html_applet.patch +++ libjcalendar-java-1.2.2/debian/patches/03_demo_html_applet.patch @@ -0,0 +1,11 @@ +--- doc/demo.html 2004-09-24 07:20:52.000000000 +0200 ++++ doc/demo.html 2005-05-14 17:17:19.212780936 +0200 +@@ -19,7 +19,7 @@ + + +
+- ++ + + + --- libjcalendar-java-1.2.2.orig/debian/rules +++ libjcalendar-java-1.2.2/debian/rules @@ -0,0 +1,19 @@ +#!/usr/bin/make -f +# debian/rules for Commons Fileupload (uses CDBS) + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/ant.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +JAVA_HOME_DIRS := /usr/lib/jvm/java-6-sun /usr/lib/jvm/java-1.5.0-sun /usr/lib/kaffe /usr/lib/j2sdk1.4-blackdown +ANT_HOME := /usr/share/ant +DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar gnu-classpath-tools-gjdoc com-sun-javadoc com-sun-tools-doclets-Taglet +DEB_ANT_BUILD_TARGET := jar javadocs +DEB_BUILDDIR := src + +LIBRARY=jcalendar +VERSION=1.2.2 + +clean:: + -rm -fr lib +