--- libjibx-java-1.1.6a.orig/debian/copyright +++ libjibx-java-1.1.6a/debian/copyright @@ -0,0 +1,26 @@ +This package was debianized by Eric Lavarde on +Mon, 1 Aug 2005 21:00:17 +0200. + +It was downloaded from http://jibx.sf.net/ + +Copyright Holder: Dennis Sosnoski + +License: + Redistribution and use in source and binary forms, with or without + modification, are permitted under the terms of the BSD License. + + THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + +On Debian systems, the complete text of the BSD License can be +found in `/usr/share/common-licenses/BSD'. + --- libjibx-java-1.1.6a.orig/debian/libjibx-java-doc.doc-base +++ libjibx-java-1.1.6a/debian/libjibx-java-doc.doc-base @@ -0,0 +1,10 @@ +Document: libjibx-java-doc +Title: Programmer API for libjibx-java +Author: Dennis Sosnoski +Abstract: The programmer API of JiBX, a framework for + binding XML data to Java objects. +Section: Programming/Java + +Format: HTML +Index: /usr/share/doc/libjibx-java-doc/dev/index.html +Files: /usr/share/doc/libjibx-java-doc/dev/* --- libjibx-java-1.1.6a.orig/debian/changelog +++ libjibx-java-1.1.6a/debian/changelog @@ -0,0 +1,68 @@ +libjibx-java (1.1.6a-0ubuntu2) karmic; urgency=low + + * debian/control: Remove unnecessary woodstox dependency + * debian/control: Depend on java6 rather than external StaX library + * debian/control: Change sections to java and doc to comply with policy + + -- Thierry Carrez Fri, 17 Jul 2009 16:47:29 +0200 + +libjibx-java (1.1.6a-0ubuntu1) jaunty; urgency=low + + * New upstream release (LP: #326112) + * debian/rules rewrite to avoid maintaining an unnecessary build.xml patch. + * Switch to default-jdk to build, so that libjibx can be in universe. + + -- Thierry Carrez Tue, 10 Feb 2009 15:01:31 +0000 + +libjibx-java (1.0.1-2ubuntu2) intrepid; urgency=low + + * Depend on abrowser as an alternative to the firefox metapackage + (LP: #272772). + + -- Colin Watson Tue, 14 Oct 2008 21:14:12 +0100 + +libjibx-java (1.0.1-2ubuntu1) intrepid; urgency=low + + * Merge from Debian unstable. Remaining Ubuntu changes (LP: #242795): + - debian/control + + Recommend firefox instead of iceweasel. + + Modify Maintainer value to match DebianMaintainerField spec. + + -- Nathan Handler Tue, 24 Jun 2008 17:58:19 -0500 + +libjibx-java (1.0.1-2) unstable; urgency=low + + [ Michael Bienia ] + * debian/control: + + Build-Depend on sun-java6-jdk instead of ibm-j2sdk1.6 | sun-j2sdk1.4. + + Depend on sun-java6-jre instead of sun-j2re1.4. + + Recommend iceweasel instead of mozilla. + * debian/rules: + + Set JAVA_HOME_DIRS to the correct value for sun-java6-jdk. + + [ Michael Koch ] + * Fixed clean target to make it possible to build the package two times in a + row. + * Moved debhelper and cdbs to Build-Depends. + * Updated Standards-Version to 3.7.3. + * Added myself to Uploaders. + + -- Michael Koch Fri, 25 Jan 2008 23:30:33 +0100 + +libjibx-java (1.0.1-1ubuntu1) hardy; urgency=low + + * debian/control: + + Build-Depend on sun-java6-jdk instead of ibm-j2sdk1.6 | sun-j2sdk1.4. + + Depend on sun-java6-jre instead of sun-j2re1.4. + + Recommend firefox instead of mozilla. + + Modify Maintainer value to match DebianMaintainerField spec. + * debian/rules: + + Set JAVA_HOME_DIRS to the correct value for sun-java6-jdk. + + -- Michael Bienia Mon, 21 Jan 2008 15:02:59 +0100 + +libjibx-java (1.0.1-1) unstable; urgency=low + + * Initial Release (closes: Bug#354374). + + -- Eric Lavarde Sat, 4 Mar 2006 15:20:17 +0200 --- libjibx-java-1.1.6a.orig/debian/compat +++ libjibx-java-1.1.6a/debian/compat @@ -0,0 +1 @@ +4 --- libjibx-java-1.1.6a.orig/debian/rules +++ libjibx-java-1.1.6a/debian/rules @@ -0,0 +1,21 @@ +#!/usr/bin/make -f + +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 + +VERSION=1.1.6a +DEB_COMPRESS_EXCLUDE := .class +JAVA_HOME_DIRS := /usr/lib/jvm/default-java +ANT_HOME := /usr/share/ant +DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar qdox geronimo-stax-1.0-spec bcel xpp3 wstx-lgpl log4j-1.2 +DEB_ANT_BUILD_TARGET := setrelease tojars devdoc +DEB_ANT_BUILDFILE := build/build.xml +DEB_ANT_ARGS := -Dbuild.sysclasspath=last \ + -Dbindname=jibx-bind-$(VERSION) \ + -Drunname=jibx-run-$(VERSION) \ + -Dextrasname=jibx-extras-$(VERSION) +DEB_DH_INSTALLCHANGELOGS_ARGS := changes.txt + +clean:: + -rm -fr build/classes build/docs --- libjibx-java-1.1.6a.orig/debian/links +++ libjibx-java-1.1.6a/debian/links @@ -0,0 +1,3 @@ +usr/share/java/jibx-bind-1.1.6a.jar usr/share/java/jibx-bind.jar +usr/share/java/jibx-run-1.1.6a.jar usr/share/java/jibx-run.jar +usr/share/java/jibx-extras-1.1.6a.jar usr/share/java/jibx-extras.jar --- libjibx-java-1.1.6a.orig/debian/control +++ libjibx-java-1.1.6a/debian/control @@ -0,0 +1,31 @@ +Source: libjibx-java +Section: java +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Java Maintainers +Uploaders: Eric Lavarde , Michael Koch +Build-Depends: debhelper (>= 4.1.0), cdbs (>= 0.4.8) +Build-Depends-Indep: default-jdk, ant, libbcel-java, libxpp3-java, libqdox-java, liblog4j1.2-java +Standards-Version: 3.7.3 + +Package: libjibx-java +Architecture: all +Depends: default-jre-headless | java6-runtime-headless, libbcel-java, libxpp3-java, libqdox-java, liblog4j1.2-java, ${misc:Depends} +Suggests: java-virtual-machine, libjibx-java-doc +Description: Framework for binding XML data to Java objects + JiBX lets you work with data from XML documents using your own class + structures. The JiBX framework handles all the details of converting + your data to and from XML based on your instructions. JiBX is designed + to perform the translation between internal data structures and XML + with very high efficiency, but still allows you a high degree of + control over the translation process. + +Package: libjibx-java-doc +Section: doc +Architecture: all +Depends: ${misc:Depends} +Recommends: firefox | abrowser | www-browser +Suggests: libjibx-java +Description: Documentation for libjibx-java + This package contains documentation, javadocs (or should I say gjdocs) and + tutorial code for JiBX. --- libjibx-java-1.1.6a.orig/debian/docs +++ libjibx-java-1.1.6a/debian/docs @@ -0,0 +1 @@ +readme.html --- libjibx-java-1.1.6a.orig/debian/dirs +++ libjibx-java-1.1.6a/debian/dirs @@ -0,0 +1 @@ +usr/share/java --- libjibx-java-1.1.6a.orig/debian/install +++ libjibx-java-1.1.6a/debian/install @@ -0,0 +1,3 @@ +lib/jibx-bind-1.1.6a.jar usr/share/java +lib/jibx-run-1.1.6a.jar usr/share/java +lib/jibx-extras-1.1.6a.jar usr/share/java --- libjibx-java-1.1.6a.orig/debian/libjibx-java-doc.docs +++ libjibx-java-1.1.6a/debian/libjibx-java-doc.docs @@ -0,0 +1,5 @@ +readme.html +docs/ +tutorial/ +starter/ +build/docs/dev/