debian/0000755000000000000000000000000011672717535007204 5ustar debian/watch0000644000000000000000000000015511672717506010234 0ustar version=3 http://www.toedter.com/en/jcalendar/index.html .*/jcalendar-(.*).zip \ debian debian/orig-tar.sh debian/libjcalendar-java.docs0000644000000000000000000000001311672717506013377 0ustar readme.txt debian/rules0000755000000000000000000000042711672717506010265 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILD_TARGET := dist DEB_BUILDDIR := src clean:: $(RM) -r lib jcalendar*.zip* pre-build:: mkdir -p lib debian/libjcalendar-java.install0000644000000000000000000000004311672717506014120 0ustar lib/jcalendar-*.jar usr/share/java debian/libjcalendar-java.links0000644000000000000000000000010011672717506013564 0ustar usr/share/java/jcalendar-1.3.3.jar usr/share/java/jcalendar.jar debian/control0000644000000000000000000000351311672717506010607 0ustar Source: libjcalendar-java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Torsten Werner , Andrew Ross Build-Depends: debhelper (>= 5), cdbs (>= 0.4.8), default-jdk, ant Section: java Standards-Version: 3.9.2 Homepage: http://www.toedter.com/en/jcalendar/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjcalendar-java Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libjcalendar-java Package: libjcalendar-java Architecture: all Depends: ${misc:Depends} 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. Also part of the package is a JDateChooser, a bean composed of an IDateEditor (for direct date editing) and a button for opening a JCalendar for selecting the date. Package: libjcalendar-java-doc Architecture: all Section: doc Depends: ${misc:Depends} Suggests: libjcalendar-java Description: Java date chooser bean for picking a date (documentation) 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. Also part of the package is a JDateChooser, a bean composed of an IDateEditor (for direct date editing) and a button for opening a JCalendar for selecting the date. . This package contains the javadoc documentation. debian/libjcalendar-java-doc.docs0000644000000000000000000000011311672717506014143 0ustar readme.txt doc/api/ doc/demo.html doc/index.html doc/images/ doc/style.css debian/copyright0000644000000000000000000000211611672717506011135 0ustar 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: 1999 - 2009 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 General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2'. debian/compat0000644000000000000000000000000211672717506010400 0ustar 5 debian/source/0000755000000000000000000000000011672717535010504 5ustar debian/source/format0000644000000000000000000000001411672717505011707 0ustar 3.0 (quilt) debian/orig-tar.sh0000755000000000000000000000064611672717506011273 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' TAR=../libjcalendar-java_$2.orig.tar.gz DIR=libjcalendar-java-$2.orig # clean up the upstream tarball unzip $3 -d $DIR tar -c -z -f $TAR --exclude '*/doc/api/*' --exclude '*.jar' $DIR rm -rf $DIR $3 # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi exit 0 debian/changelog0000644000000000000000000000676511672717506011072 0ustar libjcalendar-java (1.3.3-3) unstable; urgency=low * Update Standards-Version: 3.9.2 (no changes). * Add myself to uploaders. * Remove Eric Lavarde from uploaders. * Update Vcs-Svn locations. * Add descriptions to patches. -- Andrew Ross Fri, 16 Dec 2011 17:56:34 +0000 libjcalendar-java (1.3.3-2) unstable; urgency=low * Switch to default-jdk. * Update Standards-Version: 3.8.4. * Remove obsolete dependencies. * Switch to source format 3.0. -- Torsten Werner Mon, 12 Apr 2010 23:51:24 +0200 libjcalendar-java (1.3.3-1) unstable; urgency=low * New upstream release * Add missing Depends: ${misc:Depends}. * Bump up Standards-Version: 3.8.1 (no changes). * Change Section: java. * Fix debian/copyright. -- Torsten Werner Tue, 19 May 2009 22:26:02 +0200 libjcalendar-java (1.3.2-2) unstable; urgency=low * Add myself to Uploaders. * Update Homepage and Vcs headers in debian/control. * Add doc-base file. * Change Standards-Version: 3.7.3. * Switch from kaffe to java-gcj. * Fix FSF address in debian/copyright. * Fix Section of libjcalendar-java-doc. -- Torsten Werner Mon, 17 Dec 2007 00:38:42 +0100 libjcalendar-java (1.3.2-0.1) unstable; urgency=low * NMU * New Upstream Version (Closes: #424981) * Switch to kaffe and move the package to main. (Closes: #424982) * Switch to debhelper 5. * Rename Build-Depends-Indep to Build-Depends. -- Torsten Werner Sat, 26 May 2007 17:33:26 +0200 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 debian/libjcalendar-java-doc.doc-base0000644000000000000000000000037211672717506014677 0ustar Document: libjcalendar-java Title: Java date chooser bean for graphically picking a date Author: Kay Toedter Section: Programming Format: HTML Index: /usr/share/doc/libjcalendar-java-doc/index.html Files: /usr/share/doc/libjcalendar-java-doc/*.html debian/patches/0000755000000000000000000000000011672717535010633 5ustar debian/patches/series0000644000000000000000000000012711672717505012045 0ustar 01_build_xml_rm_looks.patch 02_build_xml_jar_versioned.patch 03_demo_html_applet.patch debian/patches/01_build_xml_rm_looks.patch0000644000000000000000000000237011672717505016037 0ustar Description: Remove relative classpath entries which are available in the default classpath on Debian Forwarded: not-needed Author: Eric Lavarde Last-Update: 2010-04-13 diff -Nur libjcalendar-java/src/build.xml libjcalendar-java.new/src/build.xml --- libjcalendar-java/src/build.xml 2007-05-26 17:18:06.000000000 +0200 +++ libjcalendar-java.new/src/build.xml 2007-05-26 17:20:17.000000000 +0200 @@ -69,7 +69,7 @@ - debian/patches/02_build_xml_jar_versioned.patch0000644000000000000000000000125611672717505017047 0ustar Description: Adds the versioned jar-file instead of the symlink to the classpath Forwarded: not-needed Author: Eric Lavarde Last-Update: 2010-04-13 diff -Nur libjcalendar-java/src/build.xml libjcalendar-java.new/src/build.xml --- libjcalendar-java/src/build.xml 2007-05-26 17:21:24.000000000 +0200 +++ libjcalendar-java.new/src/build.xml 2007-05-26 17:22:04.000000000 +0200 @@ -178,7 +178,7 @@ - debian/patches/03_demo_html_applet.patch0000644000000000000000000000142511672717505015472 0ustar Description: Fixes the archive path for the demo Forwarded: not-needed Author: Eric Lavarde Last-Update: 2010-04-13 diff -Nur libjcalendar-java/doc/demo.html libjcalendar-java.new/doc/demo.html --- libjcalendar-java/doc/demo.html 2007-05-26 17:02:33.000000000 +0200 +++ libjcalendar-java.new/doc/demo.html 2007-05-26 17:23:32.000000000 +0200 @@ -19,7 +19,7 @@
- +