debian/0000755000000000000000000000000011677004732007175 5ustar debian/watch0000644000000000000000000000023011375437277010232 0ustar version=3 opts="uversionmangle=s/_/./g,dversionmangle=s/\+.*//" \ http://svn.opensymphony.com/svn/oscache/tags/ v(.*)/ \ debian debian/orig-tar.sh debian/rules0000755000000000000000000000073711676753271010274 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 := commons-logging jgroups servlet-api-2.5 jsp-api-2.1 \ glassfish-javaee hibernate-core install/liboscache-java:: mh_installpom -pliboscache-java pom.xml mh_installjar -pliboscache-java pom.xml -l oscache.jar get-orig-source: uscan --force-download debian/docs0000644000000000000000000000001310710654163010036 0ustar readme.txt debian/control0000644000000000000000000000226111676753271010611 0ustar Source: oscache 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, libjgroups-java (>= 2.12.2.Final), glassfish-javaee, libcommons-logging-java, libservlet2.5-java, libhibernate3-java Standards-Version: 3.9.2 Homepage: http://www.opensymphony.com/oscache/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/oscache Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/oscache Package: liboscache-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: caching solution for java server pages (JSP) OSCache is a caching solution that includes a JSP tag library and set of classes to perform fine grained dynamic caching of JSP content, servlet responses or arbitrary objects. It provides both in memory and persistent on disk caches, and can allow your site to have graceful error tolerance. If an error occurs like your db goes down, you can serve the cached content so people can still surf the site almost without knowing. debian/build.xml0000644000000000000000000000117610710654163011017 0ustar debian/maven.rules0000644000000000000000000000157011410207657011356 0ustar # Maven rules - transform Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # - a regular expression of the form s/match/replace/ # in this case, elements that match are transformed using # the regex rule. # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\..*/3.x/ javax.servlet servlet-api jar s/2\..*/2.5/ debian/copyright0000644000000000000000000000545610715635546011147 0ustar Debian package created in 2004 by Kalle Kivimaa and updated by Varun Hiremath on Tue, 24 Apr 2007 17:19:10 +0530. It was downloaded from http://www.opensymphony.com/oscache/ Upstream Authors: mailto:chris_miller@dev.java.net, dres@dev.java.net, ltorunski@dev.java.net Copyright (c) 2001-2004 The OpenSymphony Group. All rights reserved. License: The OpenSymphony Software License, Version 1.1 (this license is derived and fully compatible with the Apache Software License - see http://www.apache.org/LICENSE.txt) Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The end-user documentation included with the redistribution, if any, must include the following acknowledgment: "This product includes software developed by the OpenSymphony Group (http://www.opensymphony.com/)." Alternately, this acknowledgment may appear in the software itself, if and wherever such third-party acknowledgments normally appear. 4. The names "OpenSymphony" and "The OpenSymphony Group" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact license@opensymphony.com . 5. Products derived from this software may not be called "OpenSymphony" or "OSCache", nor may "OpenSymphony" or "OSCache" appear in their name, without prior written permission of the OpenSymphony Group. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The Debian packaging is (C) 2007, Varun Hiremath and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/compat0000644000000000000000000000000211360262457010372 0ustar 7 debian/source/0000755000000000000000000000000011677004732010475 5ustar debian/source/format0000644000000000000000000000001411360262457011702 0ustar 3.0 (quilt) debian/orig-tar.sh0000755000000000000000000000074211375437277011274 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' TAR=../oscache_$2+ds1.orig.tar.gz DIR=oscache-$2.orig SVN=http://svn.opensymphony.com/svn/oscache/tags TAG=$(echo "v$2" | sed "s,\.,_,g") svn export $SVN/$TAG $DIR rm -rf $DIR/trunk tar -c -z -f $TAR --exclude '*.jar' --exclude '*/docs/api/*' $DIR rm -rf ../$TAG $DIR # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi debian/ant.properties0000644000000000000000000000020411360272775012074 0ustar project.name=oscache class.dir=class source.dir=src/java jar.name=oscache.jar ant.build.javac.source=1.4 ant.build.javac.target=1.4 debian/changelog0000644000000000000000000000375111677004710011051 0ustar oscache (2.4.1+ds1-3) unstable; urgency=low * Team upload. * Update list of needed jar files to build. (Closes: #653520). * Bump Standards-Version to 3.9.2. No changes were required. * Drop unneeded dependencies on default-jre-headless | java2-runtime-headless for binary package. * Set versioned dependency on libjgroups-java (>= 2.12.2.Final). -- Miguel Landaeta Wed, 28 Dec 2011 22:05:55 -0430 oscache (2.4.1+ds1-2) unstable; urgency=low * Update Build-Depends: libservlet2.5-java. * Patch pom.xml for libservlet2.5-java. * Make sure the package builds with both hibernate 3.3 and 3.5. -- Torsten Werner Tue, 22 Jun 2010 21:30:27 +0200 oscache (2.4.1+ds1-1) unstable; urgency=low [ Varun Hiremath ] * Set java source to 1.4 in d/ant.properties instead of d/rules [ Torsten Werner ] * Remove Kalle from uploaders list. * Create orig tarball from SVN tag. * Add POM file. -- Torsten Werner Fri, 21 May 2010 10:02:53 +0200 oscache (2.4.1+dak1-2) 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 * Set source version to 1.4 in debian/rules -- Varun Hiremath Sun, 11 Apr 2010 01:55:34 -0400 oscache (2.4.1+dak1-1) unstable; urgency=low * Move package to main. * Bump up Standards-Version: 3.8.0 (no changes). -- Torsten Werner Tue, 18 Nov 2008 22:00:40 +0100 oscache (2.4.1-1) unstable; urgency=low [ Varun Hiremath ] * new upstream release * Import package into pkg-java on svn.debian.org. * Update Maintainer and Uploaders. [ Torsten Werner ] * Move package to contrib because it Build-Depends: libhibernate3-java. -- Torsten Werner Sun, 11 Nov 2007 19:12:52 +0100 oscache (2.0.2-1) unstable; urgency=low * Initial version. -- Kalle Kivimaa Fri, 13 Aug 2004 14:00:00 +0200 debian/README.Debian-source0000644000000000000000000000071710715635546012546 0ustar oscache ======= The upstream supplied source package contains 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 , Tue, 16 Oct 2007 12:36:26 +0530