debian/0000755000000000000000000000000012213522634007166 5ustar debian/maven.rules0000644000000000000000000000007712213522232011346 0ustar s/jgroups/org.jgroups/ s/jgroups-all/jgroups/ jar s/.*/debian/ debian/watch0000644000000000000000000000013612213522232010211 0ustar version=3 opts="dversionmangle=s/\+.*//" \ http://sf.net/swarmcache/ swarmcache-(.*)\.tar\.gz debian/README.Debian-source0000644000000000000000000000074112213522232012521 0ustar libswarmcache-java ================== The upstream supplied CVS sources contain binary jar files. Currently no clean source distribution exists. Therefore, the upstream sources were modified to comply with the Debian Free Software Guidelines. Use the rules/get-orig-source target to create the orig.tar.gz. For more details on repackaging of upstream sources please see the debian/orig-tar.sh file. -- Varun Hiremath , Sat, 27 Oct 2007 21:53:44 +0530 debian/rules0000755000000000000000000000076512213522232010250 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_JARS := commons-logging commons-collections3 jgroups install/libswarmcache-java:: mh_installpom -plibswarmcache-java debian/pom.xml mh_installjar -plibswarmcache-java debian/pom.xml -l dist/swarmcache*jar clean:: mh_clean -rm -f dist/swarmcache-*.jar get-orig-source: sh debian/orig-tar.sh $(DEB_UPSTREAM_VERSION) debian/changelog0000644000000000000000000000475312213522232011043 0ustar libswarmcache-java (1.0RC2+cvs20071027-7) unstable; urgency=low * Team upload. [ Miguel Landaeta ] * Add versioned dependency on libjgroups-java (>= 2.12.2.Final). * Add missing dependencies for libswarmcache-java. (Closes: #643730). * Remove myself from Uploaders list since I was added by mistake. * Add mh_clean call in clean target. [ Emmanuel Bourg ] * Removed the obsolete DM-Upload-Allowed flag * Updated Standards-Version to 3.9.4 (no changes) * Use canonical URLs for the Vcs-* fields * Removed the unknown substitution variable ${shlibs:Depends} * Transition to libcommons-collections3-java * Removed the unused build dependency on libservlet2.5-java * Generate Java 6 compatible bytecode * debian/copyright: Updated to the Copyright Format 1.0 -- Emmanuel Bourg Mon, 09 Sep 2013 22:21:27 +0200 libswarmcache-java (1.0RC2+cvs20071027-6) unstable; urgency=low * Team upload. * Bump Standards-Version to 3.9.2. No changes were required. * Modify dependency details on JGroups library: - Update groupId in POM file. - Replace artifact jgroups-all with jgroup. [by sponsor Steffen Moeller] * Added Miguel to uploaders * Set DMUA flag for him -- Miguel Landaeta Sun, 25 Dec 2011 21:17:46 -0430 libswarmcache-java (1.0RC2+cvs20071027-5) unstable; urgency=low * Install POM file. * Update Build-Depends: libservlet2.5-java. * Remove unneeded Depends: default-jre-headless | java2-runtime. -- Torsten Werner Fri, 21 May 2010 22:13:43 +0200 libswarmcache-java (1.0RC2+cvs20071027-4) unstable; urgency=low * Update my email address * Bump Standards-Version to 3.8.4 * Change Section to java * Switch to default-jdk * Switch to source format 3.0 -- Varun Hiremath Sat, 10 Apr 2010 18:47:22 -0400 libswarmcache-java (1.0RC2+cvs20071027-3) unstable; urgency=low * Move package to main because Build-Depends: libjgroups-java is in main now. * Bump up Standards-Version: 3.8.0 (no changes needed). -- Torsten Werner Sun, 17 Aug 2008 03:26:39 +0200 libswarmcache-java (1.0RC2+cvs20071027-2) unstable; urgency=low * Set Section to contrib because libjgroups-java is in non-free. -- Varun Hiremath Sun, 04 Nov 2007 21:12:38 +0530 libswarmcache-java (1.0RC2+cvs20071027-1) unstable; urgency=low * Initial release (Closes: #446659) -- Varun Hiremath Tue, 24 Apr 2007 17:19:10 +0530 debian/docs0000644000000000000000000000000412213522232010025 0ustar web debian/orig-tar.sh0000755000000000000000000000101512213522232011240 0ustar #!/bin/sh -e DATE=$(echo $1|sed 's/^.*\+cvs//') DIR=libswarmcache-java-$1.orig TAR=../libswarmcache-java_$1.orig.tar.gz CVSROOT=pserver:anonymous@swarmcache.cvs.sourceforge.net:/cvsroot/swarmcache # checkout the sources and clean them up cvs -z9 -d:$CVSROOT export -D $DATE -d $DIR swarmcache GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*CVS*' $DIR rm -rf $DIR # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi exit 0 debian/ant.properties0000644000000000000000000000006612213522232012062 0ustar ant.build.javac.source=1.6 ant.build.javac.target=1.6 debian/source/0000755000000000000000000000000012213522634010466 5ustar debian/source/format0000644000000000000000000000001412213522232011666 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212213522232010356 0ustar 7 debian/copyright0000644000000000000000000000212712213522232011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: SwarmCache Source: http://swarmcache.sourceforge.net Comment: Upstream Author: John Watkinson Contributors: Rajeev Kaul and Jason Carreira Files: * Copyright: 2007, John Watkinson License: LGPL-2.1 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, you can find the LGPL license in: /usr/share/common-licenses/LGPL-2.1 Files: debian/* Copyright: 2007, Varun Hiremath License: GPL-2 On Debian systems, you can find the GPL-2 license in: /usr/share/common-licenses/GPL-2 debian/pom.xml0000644000000000000000000000120612213522232010474 0ustar 4.0.0 swarmcache swarmcache 1.0RC2 commons-collections commons-collections 2.1 commons-logging commons-logging 1.0.2 jgroups jgroups-all 2.2.8 debian/control0000644000000000000000000000265412213522232010572 0ustar Source: libswarmcache-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Varun Hiremath , Torsten Werner Build-Depends: cdbs, debhelper (>= 7), maven-repo-helper Build-Depends-Indep: ant, default-jdk, libcommons-collections3-java, libcommons-logging-java, libjgroups-java (>= 2.12.2.Final) Standards-Version: 3.9.4 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libswarmcache-java Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libswarmcache-java Homepage: http://swarmcache.sourceforge.net Package: libswarmcache-java Architecture: all Depends: libcommons-collections3-java, libcommons-logging-java, libjgroups-java (>= 2.12.2.Final), ${misc:Depends} Description: SwarmCache - Distributed caching mechanism for Java SwarmCache is a simple but effective distributed cache. It uses IP multicast to efficiently communicate with any number of hosts on a LAN. It is specifically designed for use by clustered, database-driven web applications. Such applications typically have many more read operations than write operations, which allows SwarmCache to deliver the greatest performance gains. SwarmCache uses JavaGroups internally to manage the membership and communications of its distributed cache.