debian/0000755000000000000000000000000011376200541007165 5ustar debian/rules0000755000000000000000000000113611376174656010267 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-cache2-java:: mh_installpom -plibjboss-cache2-java pom.xml --no-parent mh_installjar -plibjboss-cache2-java pom.xml jboss-cache2.jar \ /usr/share/java/jboss-cache2.jar get-orig-source: uscan --force-download --rename debian/copyright0000644000000000000000000000210711376172415011130 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: (c) 2005-2006 JBoss Inc., and individual contributors (c) 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 (C) 2007, Varun Hiremath and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/watch0000644000000000000000000000015611376173675010241 0ustar version=3 http://anonsvn.jboss.org/repos/jbosscache/core/tags/ (2\.[0-9A-Z.]+)/ \ debian debian/orig-tar.sh debian/orig-tar.sh0000755000000000000000000000062311376173545011266 0ustar #!/bin/sh -e # $2 = version, $3 = file TAR=../libjboss-cache2-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/compat0000644000000000000000000000000211376172415010373 0ustar 5 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/0000755000000000000000000000000011376200541010465 5ustar debian/source/format0000644000000000000000000000001411376174370011705 0ustar 3.0 (quilt) debian/build.xml0000644000000000000000000000120511376172415011014 0ustar debian/orig-tar.exclude0000644000000000000000000000002611376172415012272 0ustar *.class *.jar */doc/* debian/ant.properties0000644000000000000000000000014611376174170012076 0ustar project.name=jboss-cache2 class.dir=classes source.dir=src/main/java jboss-cache.jar=jboss-cache2.jar debian/changelog0000644000000000000000000000173711376175133011057 0ustar 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/control0000644000000000000000000000410411376174526010604 0ustar Source: libjboss-cache2-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Varun Hiremath , Torsten Werner Build-Depends: cdbs, debhelper (>= 5), 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.8.4 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-cache2-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre-headless | java5-runtime | java2-runtime 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.