--- libserializer-1.1.6.orig/common_build.xml +++ libserializer-1.1.6/common_build.xml @@ -371,17 +371,9 @@ ====================================================================--> - - - - - - - - + + @@ -1648,4 +1640,4 @@ - \ No newline at end of file + --- libserializer-1.1.6.orig/debian/ant.properties +++ libserializer-1.1.6/debian/ant.properties @@ -0,0 +1 @@ +antcontrib.build.cache.dir=/usr/share/java --- libserializer-1.1.6.orig/debian/watch +++ libserializer-1.1.6/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/jfreereport/libfonts-(.+)\.tar\.gz debian uupdate --- libserializer-1.1.6.orig/debian/copyright +++ libserializer-1.1.6/debian/copyright @@ -0,0 +1,23 @@ +This package was debianized by Rene Engelhard +Tue Aug 21 23:20:04 +020 + +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'. --- libserializer-1.1.6.orig/debian/rules +++ libserializer-1.1.6/debian/rules @@ -0,0 +1,24 @@ +#!/usr/bin/make -f +# debian/rules file for libserializer-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 commons-logging libbase ant-contrib +DEB_ANT_BUILDFILE := build.xml +DEB_ANT_BUILD_TARGET := jar javadoc + +DEB_UPSTREAM_VERSION := 1.1-SNAPSHOT + +clean:: + if [ ! -d lib ]; then mkdir lib; fi + +install/libserializer-java:: + install -D -m 644 ./dist/libserializer-$(DEB_UPSTREAM_VERSION).jar debian/libserializer-java/usr/share/java/libserializer-$(DEB_UPSTREAM_VERSION).jar + ln -s libserializer-$(DEB_UPSTREAM_VERSION).jar debian/libserializer-java/usr/share/java/libserializer.jar + jh_depends + --- libserializer-1.1.6.orig/debian/compat +++ libserializer-1.1.6/debian/compat @@ -0,0 +1 @@ +5 --- libserializer-1.1.6.orig/debian/changelog +++ libserializer-1.1.6/debian/changelog @@ -0,0 +1,62 @@ +libserializer (1.1.6-4) unstable; urgency=low + + * merge libbase 1.1.6-2 changes to really fix antcontrib issue + + -- Rene Engelhard Tue, 01 Nov 2011 15:28:52 +0000 + +libserializer (1.1.6-3) unstable; urgency=low + + * *really* remove stray "i" (closes: #644729) + * don't try to download antcontrib.zip, "download" + ant-contrib.jar directly from /usr/share/java + + -- Rene Engelhard Mon, 10 Oct 2011 01:02:37 +0200 + +libserializer (1.1.6-2) unstable; urgency=low + + * fix Maintainer (closes: #644495) + * remove stray "i" (closes: #644729) + * add missing build-depends on ant-contrib + + -- Rene Engelhard Sun, 09 Oct 2011 23:53:56 +0200 + +libserializer (1.1.6-1) unstable; urgency=low + + * New upstream release + * switch back to Debian Java Maintainers, me as Uploader + * remove JRE depends + * move to Section: java + * use jh_depends / ${java:Depends} + + -- Rene Engelhard Tue, 20 Sep 2011 18:12:12 +0000 + +libserializer-openoffice.org (1.0.0-OOo31-2) unstable; urgency=low + + * upload to unstable + + -- Rene Engelhard Wed, 06 May 2009 01:07:30 +0200 + +libserializer-openoffice.org (1.0.0-OOo31-1) experimental; urgency=low + + * new upstream release (OOo 3.1 branch) + * fix debian/compat and add ${misc:Depends} + + -- Rene Engelhard Thu, 19 Mar 2009 23:41:44 +0100 + +jcommon-serializer (0.2.0-2) unstable; urgency=low + + * upload to unstable + + -- Rene Engelhard Thu, 14 Feb 2008 23:58:20 +0100 + +jcommon-serializer (0.2.0-1) experimental; urgency=low + + * New upstream release + + -- Rene Engelhard Mon, 28 Jan 2008 13:16:47 +0100 + +jcommon-serializer (0.1.0-1) unstable; urgency=low + + * Initial release + + -- Rene Engelhard Mon, 27 Aug 2007 23:35:12 +0200 --- libserializer-1.1.6.orig/debian/control +++ libserializer-1.1.6/debian/control @@ -0,0 +1,16 @@ +Source: libserializer +Section: java +Priority: optional +Maintainer: Debian Java Maintainers +Uploaders: Rene Engelhard +Build-Depends: debhelper (>= 5), cdbs, java-gcj-compat-dev, ant, libcommons-logging-java, libbase-java, javahelper, ant-contrib +Standards-Version: 3.7.3 +Homepage: http://jfreereport.sourceforge.net/ + +Package: libserializer-java +Architecture: all +Depends: ${java:Depends}, ${misc:Depends} +Description: general serializaton framework + This library module contains a general serialization framework. It simplifies + the task of writing custom serialization handlers for non-serializable classes. +