debian/0000755000000000000000000000000011620215452007164 5ustar debian/watch0000644000000000000000000000022611620207754010223 0ustar version=3 opts="uversionmangle=s/.Beta/~Beta/" \ http://anonsvn.jboss.org/repos/jbossas/projects/jboss-man/tags/ ([0-9].*)/ debian debian/orig-tar.sh debian/changelog0000644000000000000000000000166211620215372011044 0ustar libjboss-managed-java (2.0.0.CR4+dak1-2) unstable; urgency=low * Switch to default-jdk. * Switch to source format 3.0. * Change Section: java. -- Torsten Werner Tue, 09 Aug 2011 13:32:24 +0200 libjboss-managed-java (2.0.0.CR4+dak1-1) unstable; urgency=low * Move package to main. -- Torsten Werner Tue, 18 Nov 2008 20:51:10 +0100 libjboss-managed-java (2.0.0.CR4-1) unstable; urgency=low * New upstream release * Add Build-Depends: libjboss-metadata-java. -- Torsten Werner Sun, 09 Nov 2008 22:06:33 +0100 libjboss-managed-java (2.0.0~Beta15-1) unstable; urgency=low * New upstream release * Bump Standards-Version to 3.8.0 -- Varun Hiremath Mon, 23 Jun 2008 17:02:11 +0530 libjboss-managed-java (2.0.0~Beta12-1) unstable; urgency=low * Initial release -- Varun Hiremath Sat, 12 Apr 2008 22:36:31 +0530 debian/ant.properties0000644000000000000000000000022411620207754012070 0ustar project.name=jboss-managed class.dir=class source.dir=src/main jboss-managed.jar.name=jboss-managed.jar managed.dir=managed metatype.dir=metatype debian/control0000644000000000000000000000236711620215277010604 0ustar Source: libjboss-managed-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Varun Hiremath , Torsten Werner Build-Depends: cdbs, debhelper (>= 6) Build-Depends-Indep: ant, default-jdk, libjboss-common-java, libjboss-reflect-java, libjboss-metadata-java Standards-Version: 3.8.0 Homepage: http://jira.jboss.com/jira/browse/JBMAN Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libjboss-managed-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjboss-managed-java/ Package: libjboss-managed-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java1-runtime | java2-runtime Description: JBoss Managed 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 contains the jboss managed libraries. debian/copyright0000644000000000000000000000234711620207754011133 0ustar This package was debianized by Varun Hiremath on Sat, 12 Apr 2008 11:21:09 +0530 It was downloaded from http://anonsvn.jboss.org/repos/jbossas/projects/jboss-man/tags/ Upstream Author: JBoss Inc. Copyright: (C) 2005-2008 JBoss Inc., and authors (C) 2006-2008 Red Hat Middleware LLC, and individual contributors Authors: Adrian Brock Ales Justin Scott Stark 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/compat0000644000000000000000000000000211620207754010370 0ustar 6 debian/source/0000755000000000000000000000000011620215452010464 5ustar debian/source/format0000644000000000000000000000001411620215303011665 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000133411620215256010247 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-reflect jboss-metadata ALL_JARS = $(wildcard jboss*.jar) DEST_DIR = $(DEB_DESTDIR)/usr/share/java install/libjboss-managed-java:: for jar in $(ALL_JARS); do \ BASENAME=`basename $$jar .jar`; \ FULLNAME=$$BASENAME-$(DEB_UPSTREAM_VERSION).jar; \ install -m 644 -D $$jar $(DEST_DIR)/$$FULLNAME; \ ln -s $$FULLNAME $(DEST_DIR)/$$BASENAME.jar; \ done get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/orig-tar.sh0000755000000000000000000000070611620207754011260 0ustar #!/bin/sh -e # $1 = version TAR=../libjboss-managed-java_$2.orig.tar.gz DIR=libjboss-managed-java-$2.orig TAG=$(echo $2 | sed -e 's/~/./') # clean up the upstream tarball svn export http://anonsvn.jboss.org/repos/jbossas/projects/jboss-man/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.xml0000644000000000000000000000153111620207754011013 0ustar