debian/0000755000000000000000000000000011675224422007173 5ustar debian/maven.rules0000644000000000000000000000024711376176647011375 0ustar # use 2.x as major version instead of debian org.jboss.cache jbosscache-core jar s/2\..*/2.x/ # rewrite jta javax.transaction s/jta/transaction-api/ jar s/.*/debian/ debian/source/0000755000000000000000000000000011675224421010472 5ustar debian/source/format0000644000000000000000000000001411670213257011700 0ustar 3.0 (quilt) debian/control0000644000000000000000000000377311675221245010610 0ustar Source: libjboss-cache3-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Brian Thomason Build-Depends: cdbs, debhelper (>= 7.0.50~), maven-repo-helper Build-Depends-Indep: ant, default-jdk, libdb-je-java, bsh, libc3p0-java, ant-optional, libjgroups2.6-java, libcommons-logging-java, libjboss-j2ee-java, libjdbm-java, libjboss-common-java, junit, libjboss-aop-java, libjboss-server-java, libjcip-annotations-java, libexml-java Standards-Version: 3.9.2 Homepage: http://labs.jboss.com/jbosscache/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjboss-cache-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjboss-cache-java Package: libjboss-cache3-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: cache frequently accessed Java objects JBoss Cache is a product designed to cache frequently accessed Java objects in order to dramatically improve the performance of e-business applications. By eliminating unnecessary database access, JBoss Cache decreases network traffic and increases the scalability of applications. . But JBoss Cache is much more than a simple cache. JBoss Cache provides fully transactional features as well as a highly configurable set of options to deal with concurrent data access in the most efficient manner possible for your application. In addition, it is a clustered cache that replicates contents to other cache instances running on separate JVMs, servers or even entire networks, making JBoss Cache a highly efficient library used by application server developers to implement clustering features. . JBoss Cache provides two caching APIs to suit your needs. The JBoss Cache API offers a traditional, tree-structured, node-based cache and the Pojo Cache API, which builds on the JBoss Cache API, provides the ability to perform object-based, fine-grained replication of Java objects, resulting in maximum performance benefits. debian/compat0000644000000000000000000000000211671756614010402 0ustar 7 debian/watch0000644000000000000000000000015611671755750010237 0ustar version=3 http://anonsvn.jboss.org/repos/jbosscache/core/tags/ (3\.[0-9A-Z.]+)/ \ debian debian/orig-tar.sh debian/changelog0000644000000000000000000000247011675224302011045 0ustar libjboss-cache3-java (3.2.8.GA-1) unstable; urgency=low * First upload to Debian. -- Brian Thomason Sat, 24 Dec 2011 02:19:37 +0100 libjboss-cache3-java (3.2.8.GA-0ubuntu1) precise; urgency=low * New upstream release -- Brian Thomason Thu, 08 Dec 2011 19:53:43 +0000 libjboss-cache2-java (2.2.2.GA+ds1-1) unstable; urgency=low * Regenerate orig tarball from SVN tag. * Update Standards-Version: 3.8.4. * Switch to source format 3.0. * Install POM file as major version 2.x. -- Torsten Werner Sun, 23 May 2010 11:47:36 +0200 libjboss-cache2-java (2.2.2.GA-1) unstable; urgency=low [ Barry deFreese ] * Update java-gcj-compat-dev build-dep to default-jdk. * Replace java-gcj-compat optional depend with default-jre-headless. * Bump Standards Version to 3.8.3. (No changes needed). [ Torsten Werner ] * new upstream release * Disable compiler warnings. * Switch to legacy package libjgroups2.6-java. (Closes: #549741) * Change Section: java. -- Torsten Werner Tue, 27 Oct 2009 22:15:06 +0100 libjboss-cache2-java (2.2.1.GA-1) unstable; urgency=low [ Varun Hiremath ] * Initial release (Closes: #506478) -- Torsten Werner Fri, 21 Nov 2008 22:50:34 +0100 debian/copyright0000644000000000000000000000212711672225412011125 0ustar This package was debianized by Torsten Werner on Tue, 06 Nov 2007 16:59:30 +0100. It was downloaded from http://labs.jboss.com/jbosscache/ Copyright: Copyright 2005-2006 JBoss Inc., and individual contributors Copyright 2006-2007 Red Hat Middleware LLC, and individual contributors 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-2.1'. The Debian packaging is Copyright 2007, Varun Hiremath and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/rules0000755000000000000000000000125511672166166010265 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 := jcip jboss jboss-aop db-je bsh c3p0 \ ant-junit jgroups-core-2.6 commons-logging jboss-j2ee jdbm \ jboss-common junit exml install/libjboss-cache3-java:: mh_installpom -plibjboss-cache3-java pom.xml --no-parent mh_installjar -plibjboss-cache3-java pom.xml jboss-cache3.jar \ /usr/share/java/jboss-cache3.jar get-orig-source: uscan --debug --force-download --download-version $(DEB_UPSTREAM_VERSION) --rename clean:: rm -rf debian/.mh debian/orig-tar.exclude0000644000000000000000000000002611376172415012272 0ustar *.class *.jar */doc/* debian/orig-tar.sh0000755000000000000000000000062311671757047011271 0ustar #!/bin/sh -e # $2 = version, $3 = file TAR=../libjboss-cache3-java_$2.orig.tar.gz SVN=http://anonsvn.jboss.org/repos/jbosscache/core/tags/ DIR=jbosscache-core-$2 TAG=$2 svn export $SVN/$TAG $DIR tar -c -z -f $TAR -X debian/orig-tar.exclude $DIR rm -rf $DIR ../$2 # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi debian/ant.properties0000644000000000000000000000014611670213140012062 0ustar project.name=jboss-cache3 class.dir=classes source.dir=src/main/java jboss-cache.jar=jboss-cache3.jar debian/build.xml0000644000000000000000000000120511376172415011014 0ustar