Author: wbaer-guest Date: 2006-02-12 18:39:38 +0000 (Sun, 12 Feb 2006) New Revision: 1905
Added: trunk/libfonts-java/ trunk/libfonts-java/debian/ trunk/libfonts-java/debian/README.Debian-source trunk/libfonts-java/debian/ant.properties trunk/libfonts-java/debian/changelog trunk/libfonts-java/debian/compat trunk/libfonts-java/debian/control trunk/libfonts-java/debian/copyright trunk/libfonts-java/debian/dirs trunk/libfonts-java/debian/doc-base trunk/libfonts-java/debian/docs trunk/libfonts-java/debian/patches/ trunk/libfonts-java/debian/patches/00_BuildXml.patch trunk/libfonts-java/debian/rules Log: Initial import Added: trunk/libfonts-java/debian/README.Debian-source =================================================================== --- trunk/libfonts-java/debian/README.Debian-source 2006-02-12 18:37:04 UTC (rev 1904) +++ trunk/libfonts-java/debian/README.Debian-source 2006-02-12 18:39:38 UTC (rev 1905) @@ -0,0 +1,9 @@ +libfonts-java +------------- + +Upstream does not provide source only tarballs. Therefore the following +actions were taken to produce the orig.tar.gz: + +- rm *.jar + + -- Wolfgang Baer <[EMAIL PROTECTED]> Thu, 02 Feb 2006 15:48:42 +0100 Added: trunk/libfonts-java/debian/ant.properties =================================================================== --- trunk/libfonts-java/debian/ant.properties 2006-02-12 18:37:04 UTC (rev 1904) +++ trunk/libfonts-java/debian/ant.properties 2006-02-12 18:39:38 UTC (rev 1905) @@ -0,0 +1,2 @@ +build.target=1.3 +build.debug=true Added: trunk/libfonts-java/debian/changelog =================================================================== --- trunk/libfonts-java/debian/changelog 2006-02-12 18:37:04 UTC (rev 1904) +++ trunk/libfonts-java/debian/changelog 2006-02-12 18:39:38 UTC (rev 1905) @@ -0,0 +1,5 @@ +libfonts-java (0.1.4-1) unstable; urgency=low + + * Initial release + + -- Wolfgang Baer <[EMAIL PROTECTED]> Thu, 02 Feb 2006 15:48:42 +0100 Added: trunk/libfonts-java/debian/compat =================================================================== --- trunk/libfonts-java/debian/compat 2006-02-12 18:37:04 UTC (rev 1904) +++ trunk/libfonts-java/debian/compat 2006-02-12 18:39:38 UTC (rev 1905) @@ -0,0 +1 @@ +4 Added: trunk/libfonts-java/debian/control =================================================================== --- trunk/libfonts-java/debian/control 2006-02-12 18:37:04 UTC (rev 1904) +++ trunk/libfonts-java/debian/control 2006-02-12 18:39:38 UTC (rev 1905) @@ -0,0 +1,15 @@ +Source: libfonts-java +Section: libs +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Wolfgang Baer <[EMAIL PROTECTED]> +Build-Depends-Indep: debhelper (>= 4.2.30), cdbs, java-gcj-compat-dev, ant, libjcommon-java (>= 1.0.0-1) +Standards-Version: 3.6.2 + +Package: libfonts-java +Section: libs +Architecture: all +Depends: java-gcj-compat | java1-runtime | java2-runtime, libjcommon-java (>= 1.0.0-1) +Description: Java fonts layouting library + LibFonts is a library developed to support advanced layouting and allows to + read TrueType-Font files to extract layouting specific informations. Added: trunk/libfonts-java/debian/copyright =================================================================== --- trunk/libfonts-java/debian/copyright 2006-02-12 18:37:04 UTC (rev 1904) +++ trunk/libfonts-java/debian/copyright 2006-02-12 18:39:38 UTC (rev 1905) @@ -0,0 +1,23 @@ +This package was debianized by Wolfgang Baer <[EMAIL PROTECTED]> +Thu, 02 Feb 2006 15:48:42 +0100 + +It was downloaded from <http://sourceforge.net/projects/jfreereport/> + +Upstream Authors: Thomas Morgner, David Gilbert and others + +Copyright: + + Copyright 2005, by Object Refinery Limited and Contributors. + + 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. + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. Added: trunk/libfonts-java/debian/dirs =================================================================== --- trunk/libfonts-java/debian/dirs 2006-02-12 18:37:04 UTC (rev 1904) +++ trunk/libfonts-java/debian/dirs 2006-02-12 18:39:38 UTC (rev 1905) @@ -0,0 +1 @@ +usr/share/java Added: trunk/libfonts-java/debian/doc-base =================================================================== --- trunk/libfonts-java/debian/doc-base 2006-02-12 18:37:04 UTC (rev 1904) +++ trunk/libfonts-java/debian/doc-base 2006-02-12 18:39:38 UTC (rev 1905) @@ -0,0 +1,11 @@ +Document: libfonts-java +Title: Programmer API for JFreeChart +Author: Thomas Morgner, David Gilbert and others +Abstract: This is the programmer API of libfonts a library developed to + support advanced layouting and allows to read TrueType-Font files to + extract layouting specific informations. +Section: Programming + +Format: HTML +Index: /usr/share/doc/libfonts-java/javadoc/index.html +Files: /usr/share/doc/libfonts-java/javadoc/*.html Added: trunk/libfonts-java/debian/docs =================================================================== --- trunk/libfonts-java/debian/docs 2006-02-12 18:37:04 UTC (rev 1904) +++ trunk/libfonts-java/debian/docs 2006-02-12 18:39:38 UTC (rev 1905) @@ -0,0 +1,2 @@ +javadoc +README Added: trunk/libfonts-java/debian/patches/00_BuildXml.patch =================================================================== --- trunk/libfonts-java/debian/patches/00_BuildXml.patch 2006-02-12 18:37:04 UTC (rev 1904) +++ trunk/libfonts-java/debian/patches/00_BuildXml.patch 2006-02-12 18:39:38 UTC (rev 1905) @@ -0,0 +1,13 @@ +--- ant/build.xml.orig 2006-02-02 21:28:26.000000000 +0100 ++++ ant/build.xml 2006-02-02 21:28:13.000000000 +0100 +@@ -67,9 +67,7 @@ + <delete dir="javadoc"/> + <mkdir dir="javadoc"/> + <javadoc destdir="javadoc" +- windowtitle="LibFonts Class Library (version ${libfonts.version})" +- overview="source/overview.html" +- linksource="true"> ++ windowtitle="LibFonts Class Library (version ${libfonts.version})"> + <classpath refid="build.classpath"/> + <packageset dir="source" defaultexcludes="yes"> + <include name="org/jfree/fonts"/> Added: trunk/libfonts-java/debian/rules =================================================================== --- trunk/libfonts-java/debian/rules 2006-02-12 18:37:04 UTC (rev 1904) +++ trunk/libfonts-java/debian/rules 2006-02-12 18:39:38 UTC (rev 1905) @@ -0,0 +1,24 @@ +#!/usr/bin/make -f +# debian/rules file for libfonts-java (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 := /usr/lib/jvm/java-gcj +ANT_HOME := /usr/share/ant + +DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar jcommon +DEB_ANT_BUILDFILE := ant/build.xml +DEB_ANT_BUILD_TARGET := compile javadoc + +VERSION := 0.1.4 + +clean:: + -rm -rf build + -rm -rf javadoc + -rm -f libfonts-$(VERSION).jar + +install/libfonts-java:: + install -m 644 libfonts-$(VERSION).jar debian/libfonts-java/usr/share/java/libfonts-$(VERSION).jar + ln -s libfonts-$(VERSION).jar debian/libfonts-java/usr/share/java/libfonts.jar Property changes on: trunk/libfonts-java/debian/rules ___________________________________________________________________ Name: svn:executable + _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

