[pkg-java] r15590 - in trunk: . libjboss-cache3-java libjboss-cache3-java/debian libjboss-cache3-java/debian/source

Steffen Möller moeller at alioth.debian.org
Sat Dec 24 01:26:58 UTC 2011


Author: moeller
Date: 2011-12-24 01:26:57 +0000 (Sat, 24 Dec 2011)
New Revision: 15590

Added:
   trunk/libjboss-cache3-java/
   trunk/libjboss-cache3-java/debian/
   trunk/libjboss-cache3-java/debian/ant.properties
   trunk/libjboss-cache3-java/debian/build.xml
   trunk/libjboss-cache3-java/debian/changelog
   trunk/libjboss-cache3-java/debian/compat
   trunk/libjboss-cache3-java/debian/control
   trunk/libjboss-cache3-java/debian/copyright
   trunk/libjboss-cache3-java/debian/maven.rules
   trunk/libjboss-cache3-java/debian/orig-tar.exclude
   trunk/libjboss-cache3-java/debian/orig-tar.sh
   trunk/libjboss-cache3-java/debian/rules
   trunk/libjboss-cache3-java/debian/source/
   trunk/libjboss-cache3-java/debian/source/format
   trunk/libjboss-cache3-java/debian/watch
Log:
new package



Property changes on: trunk/libjboss-cache3-java/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: trunk/libjboss-cache3-java/debian/ant.properties
===================================================================
--- trunk/libjboss-cache3-java/debian/ant.properties	                        (rev 0)
+++ trunk/libjboss-cache3-java/debian/ant.properties	2011-12-24 01:26:57 UTC (rev 15590)
@@ -0,0 +1,4 @@
+project.name=jboss-cache3
+class.dir=classes
+source.dir=src/main/java
+jboss-cache.jar=jboss-cache3.jar

Added: trunk/libjboss-cache3-java/debian/build.xml
===================================================================
--- trunk/libjboss-cache3-java/debian/build.xml	                        (rev 0)
+++ trunk/libjboss-cache3-java/debian/build.xml	2011-12-24 01:26:57 UTC (rev 15590)
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project default="jar" name="${project.name}" basedir="..">
+
+  <target name="clean">
+    <delete dir="${class.dir}" quiet="true"/>
+    <delete file="${jboss-cache.jar}" quiet="true"/>
+  </target>
+
+  <target name="compile">
+    <mkdir dir="${class.dir}"/>
+    <javac srcdir="${source.dir}" destdir="${class.dir}"
+      debug="true" source="1.5" nowarn="true"/>
+  </target>
+
+  <target name="jar" description="o Create the jar" depends="compile">
+    <jar jarfile="${jboss-cache.jar}">
+      <fileset dir="${class.dir}">
+          <include name="org/**"/>
+      </fileset>
+    </jar>
+  </target>
+
+</project>

Added: trunk/libjboss-cache3-java/debian/changelog
===================================================================
--- trunk/libjboss-cache3-java/debian/changelog	                        (rev 0)
+++ trunk/libjboss-cache3-java/debian/changelog	2011-12-24 01:26:57 UTC (rev 15590)
@@ -0,0 +1,42 @@
+libjboss-cache3-java (3.2.8.GA-1) unstable; urgency=low
+
+  * First upload to Debian.
+
+ -- Brian Thomason <brian.thomason at eucalyptus.com>  Sat, 24 Dec 2011 02:19:37 +0100
+
+libjboss-cache3-java (3.2.8.GA-0ubuntu1) precise; urgency=low
+
+  * New upstream release
+
+ -- Brian Thomason <brian.thomason at eucalyptus.com>  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 <twerner at debian.org>  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 <twerner at debian.org>  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 <twerner at debian.org>  Fri, 21 Nov 2008 22:50:34 +0100

Added: trunk/libjboss-cache3-java/debian/compat
===================================================================
--- trunk/libjboss-cache3-java/debian/compat	                        (rev 0)
+++ trunk/libjboss-cache3-java/debian/compat	2011-12-24 01:26:57 UTC (rev 15590)
@@ -0,0 +1 @@
+7

Added: trunk/libjboss-cache3-java/debian/control
===================================================================
--- trunk/libjboss-cache3-java/debian/control	                        (rev 0)
+++ trunk/libjboss-cache3-java/debian/control	2011-12-24 01:26:57 UTC (rev 15590)
@@ -0,0 +1,40 @@
+Source: libjboss-cache3-java
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Brian Thomason <brian.thomason at eucalyptus.com>
+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.

Added: trunk/libjboss-cache3-java/debian/copyright
===================================================================
--- trunk/libjboss-cache3-java/debian/copyright	                        (rev 0)
+++ trunk/libjboss-cache3-java/debian/copyright	2011-12-24 01:26:57 UTC (rev 15590)
@@ -0,0 +1,26 @@
+This package was debianized by Torsten Werner <twerner at debian.org> 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 <varunhiremath at gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: trunk/libjboss-cache3-java/debian/maven.rules
===================================================================
--- trunk/libjboss-cache3-java/debian/maven.rules	                        (rev 0)
+++ trunk/libjboss-cache3-java/debian/maven.rules	2011-12-24 01:26:57 UTC (rev 15590)
@@ -0,0 +1,5 @@
+# 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/

Added: trunk/libjboss-cache3-java/debian/orig-tar.exclude
===================================================================
--- trunk/libjboss-cache3-java/debian/orig-tar.exclude	                        (rev 0)
+++ trunk/libjboss-cache3-java/debian/orig-tar.exclude	2011-12-24 01:26:57 UTC (rev 15590)
@@ -0,0 +1,3 @@
+*.class
+*.jar
+*/doc/*

Added: trunk/libjboss-cache3-java/debian/orig-tar.sh
===================================================================
--- trunk/libjboss-cache3-java/debian/orig-tar.sh	                        (rev 0)
+++ trunk/libjboss-cache3-java/debian/orig-tar.sh	2011-12-24 01:26:57 UTC (rev 15590)
@@ -0,0 +1,18 @@
+#!/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


Property changes on: trunk/libjboss-cache3-java/debian/orig-tar.sh
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/libjboss-cache3-java/debian/rules
===================================================================
--- trunk/libjboss-cache3-java/debian/rules	                        (rev 0)
+++ trunk/libjboss-cache3-java/debian/rules	2011-12-24 01:26:57 UTC (rev 15590)
@@ -0,0 +1,22 @@
+#!/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


Property changes on: trunk/libjboss-cache3-java/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/libjboss-cache3-java/debian/source/format
===================================================================
--- trunk/libjboss-cache3-java/debian/source/format	                        (rev 0)
+++ trunk/libjboss-cache3-java/debian/source/format	2011-12-24 01:26:57 UTC (rev 15590)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/libjboss-cache3-java/debian/watch
===================================================================
--- trunk/libjboss-cache3-java/debian/watch	                        (rev 0)
+++ trunk/libjboss-cache3-java/debian/watch	2011-12-24 01:26:57 UTC (rev 15590)
@@ -0,0 +1,3 @@
+version=3
+http://anonsvn.jboss.org/repos/jbosscache/core/tags/ (3\.[0-9A-Z.]+)/ \
+  debian debian/orig-tar.sh




More information about the pkg-java-commits mailing list