debian/0000755000000000000000000000000011710300547007164 5ustar debian/source/0000755000000000000000000000000011710300547010464 5ustar debian/source/format0000644000000000000000000000001411620317236011675 0ustar 3.0 (quilt) debian/control0000644000000000000000000000252411650676017010605 0ustar Source: libjboss-xml-binding-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Varun Hiremath , Torsten Werner Build-Depends: cdbs, debhelper (>= 6) Build-Depends-Indep: ant-optional, default-jdk, libjboss-common-java, libdtdparser-java, glassfish-activation, junit, libjboss-test-java, libxerces2-java, libjboss-reflect-java Standards-Version: 3.9.2 Homepage: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossXB Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjboss-xml-binding-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjboss-xml-binding-java Package: libjboss-xml-binding-java Architecture: all Depends: ${misc:Depends} Description: JBoss XML Binding This package is part of the JBossCommonProject and provides XML bindings to Java. The advantages of which are: * no special interfaces or any other enforments for Java classes used for object models; * almost arbitrary class hierarchy loosely coupled with the XML schema structure; * the ability to populate the same object model with data from different XML files; * the ability to avoid representation of XML elements that are not useful in the object model (while still supporting marshalling where possible); * support of DTDs and XML schemas. debian/compat0000644000000000000000000000000210744107606010371 0ustar 6 debian/watch0000644000000000000000000000014310744107606010222 0ustar version=3 http://anonsvn.jboss.org/repos/common/jbossxb/tags/ ([0-9].*)/ debian debian/orig-tar.sh debian/changelog0000644000000000000000000000540711710300532011036 0ustar libjboss-xml-binding-java (2.0.3.GA-2) unstable; urgency=low * Team upload. * Switch to default-jdk. (Closes: #643527). * Bump Standards-Version to 3.9.2. No changes were required. -- Miguel Landaeta Thu, 26 Jan 2012 17:37:44 +0100 libjboss-xml-binding-java (2.0.3.GA-1) unstable; urgency=low * New upstream release * Change Section: java. * Clean up Depends. * Switch to source format 3.0. -- Torsten Werner Tue, 09 Aug 2011 22:51:07 +0200 libjboss-xml-binding-java (2.0.0.GA+dak1-1) unstable; urgency=low * Move package to main. -- Torsten Werner Tue, 18 Nov 2008 21:39:23 +0100 libjboss-xml-binding-java (2.0.0.GA-1) unstable; urgency=low * New upstream release -- Torsten Werner Sat, 08 Nov 2008 23:08:21 +0100 libjboss-xml-binding-java (2.0.0.CR12-1) unstable; urgency=low * New upstream release * Switch to openjdk-6 for building the package. -- Torsten Werner Sat, 16 Aug 2008 04:45:12 +0200 libjboss-xml-binding-java (2.0.0.CR11-1) unstable; urgency=low * New upstream release * Bump Standards-Version to 3.8.0 -- Varun Hiremath Mon, 23 Jun 2008 16:23:34 +0530 libjboss-xml-binding-java (2.0.0.CR8-2) unstable; urgency=low * Build-Depends: Replace libjboss-microcontainer-java with libjboss-reflect-java -- Varun Hiremath Wed, 23 Apr 2008 14:36:38 +0530 libjboss-xml-binding-java (2.0.0.CR8-1) unstable; urgency=low * new upstream release -- Torsten Werner Sun, 30 Mar 2008 19:01:49 +0200 libjboss-xml-binding-java (2.0.0.CR7-1) unstable; urgency=low * new upstream release * Make copyright file lintian clean. -- Torsten Werner Mon, 17 Mar 2008 22:13:50 +0100 libjboss-xml-binding-java (2.0.0.CR6-1) unstable; urgency=low * New upstream release * debian/control: Build-Depend on debhelper >=6 * debian/compat: Bump to 6 * Add watch file and fix orig-tar.sh to directly read the upstream tag version and create orig.tar.gz -- Varun Hiremath Fri, 07 Mar 2008 15:36:46 +0530 libjboss-xml-binding-java (2.0.0.CR5-1) unstable; urgency=low * New upstream release * Move the package to contrib as glassfish-activation is in contrib (Closes: #457408) * Update Standards-Version to 3.7.3 * Add libjboss-microcontainer-java to Build-Depends * Doesn't build with java-gcj anymore as it uses javax.xml.bind.annotation.* classes, so switch to sun-java6-jdk -- Varun Hiremath Sat, 22 Dec 2007 23:06:18 +0530 libjboss-xml-binding-java (2.0.0.CR4-1) unstable; urgency=low * Initial release (Closes: #448977) -- Varun Hiremath Tue, 24 Apr 2007 17:19:10 +0530 debian/copyright0000644000000000000000000000241010767557757011150 0ustar This package was debianized by Varun Hiremath on Tue, 24 Apr 2007 17:19:10 +0530. It was downloaded from http://labs.jboss.com/ Upstream Author: JBoss Inc. Copyright: © 2005-2007 JBoss Inc., and authors © 2007 Red Hat Middleware LLC, and individual contributors © 2005 World Wide Web Consortium Authors: Adrian Brock Scott Stark Heiko Braun Thomas Diesler License: This library 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.1 of the License, or (at your option) any later version. This library 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, full text of the LGPL license can be found at `/usr/share/common-licenses/LGPL'. The Debian packaging is (C) 2007, Varun Hiremath and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/rules0000755000000000000000000000123411650676017010257 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/class/ant.mk include /usr/share/cdbs/1/rules/debhelper.mk JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILD_TARGET := jar DEB_ANT_BUILDFILE := debian/build.xml DEB_JARS := jboss-common dtdparser xercesImpl glassfish-activation junit jboss-test jboss-reflect install/libjboss-xml-binding-java:: install -m 644 -D jboss-xml-binding.jar $(DEB_DESTDIR)/usr/share/java/jboss-xml-binding-$(DEB_UPSTREAM_VERSION).jar dh_link /usr/share/java/jboss-xml-binding-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/jboss-xml-binding.jar get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/ant.properties0000644000000000000000000000013610712602741012066 0ustar project.name=jboss-xb class.dir=class source.dir=src/main/java jar.name=jboss-xml-binding.jar debian/orig-tar.sh0000755000000000000000000000063510744107606011262 0ustar #!/bin/sh -e # $1 = version TAR=../libjboss-xml-binding-java_$2.orig.tar.gz DIR=libjboss-xml-binding-java-$2.orig # clean up the upstream tarball svn export http://anonsvn.jboss.org/repos/common/jbossxb/tags/$2/ $DIR GZIP=--best tar -c -z -f $TAR $DIR rm -rf $DIR rm ../$2 # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi debian/build.xml0000644000000000000000000000114210733244530011006 0ustar