--- libfonts-java-1.1.6.dfsg.orig/debian/ant.properties +++ libfonts-java-1.1.6.dfsg/debian/ant.properties @@ -0,0 +1 @@ +antcontrib.build.cache.dir=/usr/share/java --- libfonts-java-1.1.6.dfsg.orig/debian/changelog +++ libfonts-java-1.1.6.dfsg/debian/changelog @@ -0,0 +1,102 @@ +libfonts-java (1.1.6.dfsg-3.1) unstable; urgency=medium + + * Non maintainer upload by the Reproducible Builds team. + * No source change upload to rebuild on buildd with .buildinfo files. + + -- Holger Levsen Tue, 22 Dec 2020 00:17:33 +0100 + +libfonts-java (1.1.6.dfsg-3) unstable; urgency=low + + * add missing build-dep on ant-optional... (closes: #652799) + + -- Rene Engelhard Thu, 29 Dec 2011 23:12:17 +0100 + +libfonts-java (1.1.6.dfsg-2) unstable; urgency=low + + * merge libbase 1.1.6-2 changes + + -- Rene Engelhard Tue, 01 Nov 2011 15:04:02 +0000 + +libfonts-java (1.1.6.dfsg-1) unstable; urgency=low + + * remove test-lib/junit-3.8.1.jar + * build-depend on junit; prepare to and run ant test + + -- Rene Engelhard Tue, 27 Sep 2011 22:02:44 +0000 + +libfonts-java (1.1.6-1) unstable; urgency=low + + * New upstream release + * switch back to Debian Java Maintainers, me as Uploader + * remove JRE depends + * add classpath to jar using jh_classpath + * use jh_depends / ${java:Depends} + + -- Rene Engelhard Sun, 25 Sep 2011 19:23:39 +0000 + +libfonts-java (0.3.3-4) unstable; urgency=low + + * QA upload. + * Orphaning package. + + -- Torsten Werner Sun, 07 Aug 2011 18:37:00 +0200 + +libfonts-java (0.3.3-3) unstable; urgency=low + + [ Matthias Klose ] + * (Build-)depend on default-jre/-jdk. + + [ Torsten Werner ] + * Add myself to Uploaders. + * Add missing Depends: ${misc:Depends}. + * Change Section: java. + * Update Standards-Version: 3.8.2. + + -- Torsten Werner Sun, 02 Aug 2009 22:59:30 +0200 + +libfonts-java (0.3.3-2) unstable; urgency=low + + * upload to unstable + + -- Rene Engelhard Thu, 14 Feb 2008 23:48:55 +0100 + +libfonts-java (0.3.3-1) experimental; urgency=low + + * New upstream release + + -- Rene Engelhard Sat, 29 Dec 2007 18:19:09 +0100 + +libfonts-java (0.2.6-2) unstable; urgency=low + + [ Kumar Appaiah ] + * debian/control: + + Add XS-Vcs-Svn and XS-Vcs-Browser. + + Add Homepage field. + * Updated watch file to use uscan SourceForge alias. + + [ Michael Koch ] + * Updated Standards-Version to 3.7.3. + * Renamed XS-Vcs-* fields to Vcs-*. + * Added myself to Uploaders and removed Wolfgang. + * Updated Build-Depends on debhelper to require version > 5. + + -- Michael Koch Fri, 28 Dec 2007 00:11:37 +0100 + +libfonts-java (0.2.6-1) unstable; urgency=low + + * New upstream release + * add myself to Uploaders: + * (build)depend on libjcommon-java (>= 1.0.10-1) and libloader-java + * Build-Depends-Indep -> Build-Depends: + * split javadoc out into an own package + * move to debhelper compat 5 + * add debian/watch + * use DEB_UPSTREAM_VERSION + + -- Rene Engelhard Fri, 12 Oct 2007 23:19:37 +0200 + +libfonts-java (0.1.4-1) unstable; urgency=low + + * Initial release + + -- Wolfgang Baer Thu, 02 Feb 2006 15:48:42 +0100 --- libfonts-java-1.1.6.dfsg.orig/debian/compat +++ libfonts-java-1.1.6.dfsg/debian/compat @@ -0,0 +1 @@ +5 --- libfonts-java-1.1.6.dfsg.orig/debian/control +++ libfonts-java-1.1.6.dfsg/debian/control @@ -0,0 +1,30 @@ +Source: libfonts-java +Section: java +Priority: optional +Maintainer: Debian Java Maintainers +Uploaders: Rene Engelhard +Build-Depends: debhelper (>= 5), cdbs, default-jdk, ant, libjcommon-java (>= 1.0.10), libloader-java, libitext-java, libbase-java, libcommons-logging-java, javahelper, junit, ant-contrib, ant-optional +Standards-Version: 3.8.2 +Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libfonts-java +Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libfonts-java +Homepage: http://jfreereport.sourceforge.net/ + +Package: libfonts-java +Architecture: all +Depends: ${java:Depends} + ${misc:Depends} +Recommends: libitext-java +Suggests: libfonts-java-doc +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. + +Package: libfonts-java-doc +Section: doc +Architecture: all +Depends: ${misc:Depends} +Description: Java fonts layouting library -- documentation + LibFonts is a library developed to support advanced layouting and allows to + read TrueType-Font files to extract layouting specific informations. + . + This package contains the Javadoc. --- libfonts-java-1.1.6.dfsg.orig/debian/copyright +++ libfonts-java-1.1.6.dfsg/debian/copyright @@ -0,0 +1,23 @@ +This package was debianized by Wolfgang Baer +Thu, 02 Feb 2006 15:48:42 +0100 + +It was downloaded from + +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'. --- libfonts-java-1.1.6.dfsg.orig/debian/dirs +++ libfonts-java-1.1.6.dfsg/debian/dirs @@ -0,0 +1 @@ +usr/share/java --- libfonts-java-1.1.6.dfsg.orig/debian/libfonts-java-doc.doc-base +++ libfonts-java-1.1.6.dfsg/debian/libfonts-java-doc.doc-base @@ -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-doc/index.html +Files: /usr/share/doc/libfonts-java-doc/*.html --- libfonts-java-1.1.6.dfsg.orig/debian/libfonts-java-doc.docs +++ libfonts-java-1.1.6.dfsg/debian/libfonts-java-doc.docs @@ -0,0 +1 @@ +javadoc/* --- libfonts-java-1.1.6.dfsg.orig/debian/rules +++ libfonts-java-1.1.6.dfsg/debian/rules @@ -0,0 +1,30 @@ +#!/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/default-java +ANT_HOME := /usr/share/ant + +DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar jcommon libloader libbase commons-logging itext junit ant-contrib ant-junit +DEB_ANT_BUILDFILE := build.xml +DEB_ANT_BUILD_TARGET := compile jar javadoc +DEB_ANT_CHECK_TARGET := test + +DEB_UPSTREAM_VERSION := 1.1-SNAPSHOT + +clean:: + -rm -rf build + -rm -rf javadoc + -rm -f libfonts-$(DEB_UPSTREAM_VERSION).jar + # don't use them, go sure + -rm -f lib/* lib/optional/* test-lib/* + +install/libfonts-java:: + install -m 644 dist/libfonts-$(DEB_UPSTREAM_VERSION).jar debian/libfonts-java/usr/share/java/libfonts-$(DEB_UPSTREAM_VERSION).jar + ln -s libfonts-$(DEB_UPSTREAM_VERSION).jar debian/libfonts-java/usr/share/java/libfonts.jar + jh_classpath -libfonts-java --classpath="/usr/share/java/jcommon.jar /usr/share/java/libloader.jar" debian/libfonts-java/usr/share/java/libfonts-$(DEB_UPSTREAM_VERSION).jar + jh_depends + --- libfonts-java-1.1.6.dfsg.orig/debian/watch +++ libfonts-java-1.1.6.dfsg/debian/watch @@ -0,0 +1,3 @@ +version=3 +# opts=uversionmangle=s/-(rc\d*)/~$1/ +http://sf.net/jfreereport/libfonts-([[:digit:].]+)\.tar\.gz debian uupdate