debian/0000755000000000000000000000000011617342562007175 5ustar debian/watch0000644000000000000000000000020111617341633010215 0ustar version=3 opts="dversionmangle=s/.dfsg.1//" \ http://sf.net/jsr107cache/ jsr107cache-(.*)-bundle\.jar debian debian/orig-tar.sh debian/changelog0000644000000000000000000000254111617342252011045 0ustar jsr107cache (1.0.dfsg.1-4) unstable; urgency=low * Team upload. * Remove Arnaud from Uploaders list. * Remove Java runtime Depends. * Switch to source format 3.0. -- Torsten Werner Sun, 07 Aug 2011 00:48:02 +0200 jsr107cache (1.0.dfsg.1-3) unstable; urgency=low [ Michael Koch ] * Updated watch file. [ Varun Hiremath ] * Convert to default-jdk/jre (Closes: #526284) * Bump Standards-Version to 3.8.1 * Remove the full text of Apache license from debian/copyright, now included in common licenses. -- Varun Hiremath Thu, 07 May 2009 19:44:10 -0400 jsr107cache (1.0.dfsg.1-2) unstable; urgency=low * Add the clean target to build.xml (Closes: #442607) * Add Kumar Appaiah and Varun Hiremath to uploaders. * Add orig-tar.sh to automate repackaging. * Move debhelper and cdbs to Build-Depends from Build-Depends-Indep. * Ensure that the versioned symlink to the jar is installed. * Remove unnecessary dirs, links and install files from debian/ * Ensure build.xml does not use hard coded version. * Find real package version from DEB_UPSTREAM_VERSION. -- Kumar Appaiah Mon, 17 Sep 2007 13:17:33 +0530 jsr107cache (1.0.dfsg.1-1) unstable; urgency=low * Initial Release (closes: #422601). -- Arnaud Vandyck Thu, 2 Aug 2007 08:55:38 +0200 debian/control0000644000000000000000000000114311617342176010600 0ustar Source: jsr107cache Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Kumar Appaiah , Varun Hiremath Build-Depends: debhelper (>= 7), cdbs Build-Depends-Indep: ant, default-jdk Standards-Version: 3.8.1 Package: libjsr107cache-java Architecture: all Depends: ${misc:Depends} Description: Java API for caching JSR107 specifies API and semantics for temporary, in memory caching of Java objects, including object creation, shared access, spooling, invalidation, and consistency across JVM's. debian/copyright0000644000000000000000000000064311617341633011131 0ustar This package was debianized by Arnaud Vandyck on 16-Jul-2007. The source code was downloaded from http://sourceforge.net/projects/jsr107cache Authors: Greg Luck Copyright: © 2003-2007 Greg Luck License: Apache License Version 2.0 On Debian GNU/Linux system you can find the complete text of the Apache-2.0 license in `/usr/share/common-licenses/Apache-2.0' debian/compat0000644000000000000000000000000211617341633010371 0ustar 7 debian/source/0000755000000000000000000000000011617342562010475 5ustar debian/source/format0000644000000000000000000000001411617342232011675 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000132111617341633010250 0ustar #!/usr/bin/make -f # debian/rules file for jsr107cache (uses cdbs) export VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\-) include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk JAVA_HOME := /usr/lib/jvm/default-java/ DEB_JARS := DEB_ANT_BUILD_TARGET := jar # javadocs DEB_ANT_BUILDFILE := debian/build.xml VERSION=$(shell echo ${DEB_UPSTREAM_VERSION}|sed 's/\.dfsg\.1//') install/libjsr107cache-java:: install -m 644 -D target/jsr107cache.jar $(DEB_DESTDIR)/usr/share/java/jsr107cache-$(VERSION).jar dh_link /usr/share/java/jsr107cache-$(VERSION).jar \ /usr/share/java/jsr107cache.jar get-orig-source: -uscan --upstream-version 0 --rename debian/orig-tar.sh0000644000000000000000000000075411617341633011261 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' DIR=jsr107cache-$2.dfsg.1.orig # clean up the upstream tarball mkdir $DIR cd $DIR jar xf ../../jsr107cache-$2-bundle.jar jar xf jsr107cache-$2-sources.jar cd .. TAR="jsr107cache_$2.dfsg.1.orig.tar.gz" GZIP=--best tar czf $TAR --exclude '*.jar' $DIR rm -rf $DIR $3 # 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/TODO0000644000000000000000000000011111617342466007661 0ustar - packaging newer upstream version 1.1 - maybe: build package with Maven debian/build.xml0000644000000000000000000000136511617341633011021 0ustar