debian/0000755000000000000000000000000011620201112007150 5ustar debian/watch0000644000000000000000000000023011620200450010200 0ustar version=3 opts="uversionmangle=s/.Beta/~Beta/" \ http://anonsvn.jboss.org/repos/jbossas/projects/integration/tags/ ([0-9].*)/ debian debian/orig-tar.sh debian/changelog0000644000000000000000000000325611620201044011034 0ustar libjboss-integration-java (5.0.3.GA-2) unstable; urgency=low * Switch to default-jdk. * Clean up Depends. * Switch to source format 3.0. * Change Section: java. -- Torsten Werner Tue, 09 Aug 2011 11:47:10 +0200 libjboss-integration-java (5.0.3.GA-1) unstable; urgency=low * New upstream release -- Torsten Werner Thu, 04 Dec 2008 23:37:12 +0100 libjboss-integration-java (5.0.1.GA+dak1-1) unstable; urgency=low * Move package to main. -- Torsten Werner Tue, 18 Nov 2008 20:44:22 +0100 libjboss-integration-java (5.0.1.GA-1) unstable; urgency=low * New upstream release -- Torsten Werner Sat, 08 Nov 2008 22:25:31 +0100 libjboss-integration-java (5.0.0~Beta5-1) unstable; urgency=low * New upstream release * Bump Standards-Version to 3.8.0 -- Varun Hiremath Mon, 23 Jun 2008 16:39:17 +0530 libjboss-integration-java (5.0.0~Beta4-3) unstable; urgency=low * 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, 11 Jan 2008 10:24:51 +0530 libjboss-integration-java (5.0.0~Beta4-2) unstable; urgency=low * Move the package to contrib as libjboss-j2ee-java is in contrib (Closes: #460075) * Bump up Standards-Version to 3.7.3 -- Varun Hiremath Fri, 11 Jan 2008 01:12:15 +0530 libjboss-integration-java (5.0.0~Beta4-1) unstable; urgency=low * Initial release (Closes: #450847) -- Varun Hiremath Tue, 24 Apr 2007 17:19:10 +0530 debian/ant.properties0000644000000000000000000000036111620200450012054 0ustar project.name=jboss-integration class.dir=class source.dir=src/main jar.name=jboss-integration.jar jboss-classloading-spi.dir=jboss-classloading-spi jboss-corba-ots-spi.dir=jboss-corba-ots-spi jboss-transaction-spi.dir=jboss-transaction-spi debian/control0000644000000000000000000000223711620201034010562 0ustar Source: libjboss-integration-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, libjboss-j2ee-java Standards-Version: 3.8.0 Homepage: http://labs.jboss.com/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjboss-integration-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjboss-integration-java Package: libjboss-integration-java Architecture: all Depends: ${misc:Depends} Description: JBoss Integration A J2EE certified platform for developing and deploying enterprise Java applications, Web applications, and Portals, JBoss Application Server provides the full range of J2EE 1.4 features as well as extended enterprise services including clustering, caching, and persistence. . JBoss Application Server includes support for Enterprise Java Beans (EJB) 3.0 which is designed to dramatically simplify the enterprise Java programming model. . This package ships the jboss-integration libraries. debian/copyright0000644000000000000000000000244711620200450011116 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: (C) 2005,2006 JBoss Inc., and authors Authors: Adrian Brock Bill Burke Dain Sundstrom Dimitris Andreadis David Jencks Ole Husgaard Francisco Reverbel 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/compat0000644000000000000000000000000211620200450010352 0ustar 6 debian/source/0000755000000000000000000000000011620201112010450 5ustar debian/source/format0000644000000000000000000000001411620200666011673 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000105711620200561010242 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 jboss-j2ee install/libjboss-integration-java:: install -m 644 -D jboss-integration.jar $(DEB_DESTDIR)/usr/share/java/jboss-integration-$(DEB_UPSTREAM_VERSION).jar dh_link /usr/share/java/jboss-integration-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/jboss-integration.jar get-orig-source: -uscan --upstream-version 0 debian/orig-tar.sh0000755000000000000000000000072011620200450011236 0ustar #!/bin/sh -e # $1 = version TAR=../libjboss-integration-java_$2.orig.tar.gz DIR=libjboss-integration-java-$2.orig TAG=$(echo $2 | sed -e 's/~/./') # clean up the upstream tarball svn export http://anonsvn.jboss.org/repos/jbossas/projects/integration/tags/$TAG $DIR GZIP=--best tar -c -z -f $TAR $DIR rm -rf $DIR rm ../$TAG # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi debian/build.xml0000644000000000000000000000165011620200450010777 0ustar