[pkg-java] r5687 - in trunk: . libjboss-vfs-java libjboss-vfs-java/debian
varun at alioth.debian.org
varun at alioth.debian.org
Thu Feb 14 12:59:04 UTC 2008
Author: varun
Date: 2008-02-14 12:59:03 +0000 (Thu, 14 Feb 2008)
New Revision: 5687
Added:
trunk/libjboss-vfs-java/
trunk/libjboss-vfs-java/debian/
trunk/libjboss-vfs-java/debian/ant.properties
trunk/libjboss-vfs-java/debian/build.xml
trunk/libjboss-vfs-java/debian/changelog
trunk/libjboss-vfs-java/debian/compat
trunk/libjboss-vfs-java/debian/control
trunk/libjboss-vfs-java/debian/copyright
trunk/libjboss-vfs-java/debian/orig-tar.sh
trunk/libjboss-vfs-java/debian/rules
trunk/libjboss-vfs-java/debian/watch
Log:
* New package JBoss Virtual File System
Property changes on: trunk/libjboss-vfs-java/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: trunk/libjboss-vfs-java/debian/ant.properties
===================================================================
--- trunk/libjboss-vfs-java/debian/ant.properties (rev 0)
+++ trunk/libjboss-vfs-java/debian/ant.properties 2008-02-14 12:59:03 UTC (rev 5687)
@@ -0,0 +1,4 @@
+project.name=jboss-vfs
+class.dir=class
+source.dir=src/main/java
+jar.name=jboss-vfs.jar
Added: trunk/libjboss-vfs-java/debian/build.xml
===================================================================
--- trunk/libjboss-vfs-java/debian/build.xml (rev 0)
+++ trunk/libjboss-vfs-java/debian/build.xml 2008-02-14 12:59:03 UTC (rev 5687)
@@ -0,0 +1,23 @@
+<?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="${jar.name}" quiet="true"/>
+ </target>
+
+ <target name="compile">
+ <mkdir dir="${class.dir}"/>
+ <javac srcdir="${source.dir}" destdir="${class.dir}"
+ debug="true" source="1.5"/>
+ </target>
+
+ <target name="jar" description="o Create the jar" depends="compile">
+ <jar jarfile="${jar.name}">
+ <fileset dir="${class.dir}">
+ <include name="**"/>
+ </fileset>
+ </jar>
+ </target>
+</project>
Added: trunk/libjboss-vfs-java/debian/changelog
===================================================================
--- trunk/libjboss-vfs-java/debian/changelog (rev 0)
+++ trunk/libjboss-vfs-java/debian/changelog 2008-02-14 12:59:03 UTC (rev 5687)
@@ -0,0 +1,5 @@
+libjboss-vfs-java (2.0.0~Beta9-1) unstable; urgency=low
+
+ * Initial release (Closes: #)
+
+ -- Varun Hiremath <varun at debian.org> Thu, 14 Feb 2008 18:33:17 +0530
Added: trunk/libjboss-vfs-java/debian/compat
===================================================================
--- trunk/libjboss-vfs-java/debian/compat (rev 0)
+++ trunk/libjboss-vfs-java/debian/compat 2008-02-14 12:59:03 UTC (rev 5687)
@@ -0,0 +1 @@
+6
Added: trunk/libjboss-vfs-java/debian/control
===================================================================
--- trunk/libjboss-vfs-java/debian/control (rev 0)
+++ trunk/libjboss-vfs-java/debian/control 2008-02-14 12:59:03 UTC (rev 5687)
@@ -0,0 +1,27 @@
+Source: libjboss-vfs-java
+Section: libs
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Varun Hiremath <varun at debian.org>, Torsten Werner <twerner at debian.org>
+Build-Depends: cdbs, debhelper (>= 6)
+Build-Depends-Indep: ant, java-gcj-compat-dev, libjboss-common-java
+Standards-Version: 3.7.3
+Homepage: http://labs.jboss.com/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjboss-vfs-java
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjboss-vfs-java
+
+Package: libjboss-vfs-java
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java1-runtime | java2-runtime
+Description: JBoss Virtual File System
+ A J2EE certified platform for developing and deploying enterprise Java
+ applications, Web applications, and Portals, JBoss Application Server
+ provides the full range of J2EE 1.4 features as well as extended
+ enterprise services including clustering, caching, and persistence.
+ .
+ JBoss Application Server includes support for Enterprise Java Beans
+ (EJB) 3.0 which is designed to dramatically simplify the enterprise
+ Java programming model.
+ .
+ This package ships the jboss-vfs libraries.
+
Added: trunk/libjboss-vfs-java/debian/copyright
===================================================================
--- trunk/libjboss-vfs-java/debian/copyright (rev 0)
+++ trunk/libjboss-vfs-java/debian/copyright 2008-02-14 12:59:03 UTC (rev 5687)
@@ -0,0 +1,35 @@
+This package was debianized by Varun Hiremath <varunhiremath at gmail.com> on
+Tue, 24 Apr 2007 17:19:10 +0530.
+
+It was downloaded from http://labs.jboss.com/
+
+Upstream Author: JBoss Inc.
+
+Copyright:
+ (C) 2005-2007 JBoss Inc., and individual contributors
+ (C) 2006-2007 Red Hat Middleware LLC, and individual contributors
+
+Authors:
+ Adrian Brock <adrian at jboss.com>
+ Ales Justin <ales.justin at jboss.org>
+ Bill Burke <bill at burkecentral.com>
+ Carlo de Wolf <carlo at nerdnet.nl>
+ Kabir Khan <kabir.khan at jboss.com>
+ Scott Stark <Scott.Stark at jboss.org>
+
+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'.
+
+The Debian packaging is (C) 2007, Varun Hiremath <varunhiremath at gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
Added: trunk/libjboss-vfs-java/debian/orig-tar.sh
===================================================================
--- trunk/libjboss-vfs-java/debian/orig-tar.sh (rev 0)
+++ trunk/libjboss-vfs-java/debian/orig-tar.sh 2008-02-14 12:59:03 UTC (rev 5687)
@@ -0,0 +1,19 @@
+#!/bin/sh -e
+
+# $1 = version
+TAR=../libjboss-vfs-java_$2.orig.tar.gz
+DIR=libjboss-vfs-java-$2.orig
+TAG=$(echo $2 | sed -e 's/~/./')
+
+# clean up the upstream tarball
+svn export http://anonsvn.jboss.org/repos/jbossas/projects/vfs/tags/$TAG $DIR
+GZIP=--best tar -c -z -f $TAR $DIR
+rm -rf $DIR
+rm ../$TAG
+
+# 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-vfs-java/debian/orig-tar.sh
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/libjboss-vfs-java/debian/rules
===================================================================
--- trunk/libjboss-vfs-java/debian/rules (rev 0)
+++ trunk/libjboss-vfs-java/debian/rules 2008-02-14 12:59:03 UTC (rev 5687)
@@ -0,0 +1,16 @@
+#!/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/java-gcj
+DEB_ANT_BUILD_TARGET := jar
+DEB_ANT_BUILDFILE := debian/build.xml
+DEB_JARS := jboss-common
+
+install/libjboss-vfs-java::
+ install -m 644 -D jboss-vfs.jar $(DEB_DESTDIR)/usr/share/java/jboss-vfs-$(DEB_UPSTREAM_VERSION).jar
+ dh_link /usr/share/java/jboss-vfs-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/jboss-vfs.jar
+
+get-orig-source:
+ -uscan --upstream-version 0
Property changes on: trunk/libjboss-vfs-java/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/libjboss-vfs-java/debian/watch
===================================================================
--- trunk/libjboss-vfs-java/debian/watch (rev 0)
+++ trunk/libjboss-vfs-java/debian/watch 2008-02-14 12:59:03 UTC (rev 5687)
@@ -0,0 +1,3 @@
+version=3
+opts="uversionmangle=s/.Beta/~Beta/" \
+http://anonsvn.jboss.org/repos/jbossas/projects/vfs/tags/ ([0-9].*)/ debian debian/orig-tar.sh
More information about the pkg-java-commits
mailing list