[pkg-java] r5046 - in trunk: . jexcelapi jexcelapi/debian
twerner at alioth.debian.org
twerner at alioth.debian.org
Sun Dec 16 10:26:53 UTC 2007
Author: twerner
Date: 2007-12-16 10:26:53 +0000 (Sun, 16 Dec 2007)
New Revision: 5046
Added:
trunk/jexcelapi/
trunk/jexcelapi/debian/
trunk/jexcelapi/debian/changelog
trunk/jexcelapi/debian/compat
trunk/jexcelapi/debian/control
trunk/jexcelapi/debian/copyright
trunk/jexcelapi/debian/doc-base
trunk/jexcelapi/debian/docs
trunk/jexcelapi/debian/install
trunk/jexcelapi/debian/orig-tar.sh
trunk/jexcelapi/debian/rules
trunk/jexcelapi/debian/watch
Log:
move jexcelapi to Alioth
Added: trunk/jexcelapi/debian/changelog
===================================================================
--- trunk/jexcelapi/debian/changelog (rev 0)
+++ trunk/jexcelapi/debian/changelog 2007-12-16 10:26:53 UTC (rev 5046)
@@ -0,0 +1,5 @@
+jexcelapi (2.6.3-1) unstable; urgency=low
+
+ * Initial release (Closes: #419951)
+
+ -- Torsten Werner <twerner at debian.org> Wed, 18 Apr 2007 12:13:01 +0200
Added: trunk/jexcelapi/debian/compat
===================================================================
--- trunk/jexcelapi/debian/compat (rev 0)
+++ trunk/jexcelapi/debian/compat 2007-12-16 10:26:53 UTC (rev 5046)
@@ -0,0 +1 @@
+5
Added: trunk/jexcelapi/debian/control
===================================================================
--- trunk/jexcelapi/debian/control (rev 0)
+++ trunk/jexcelapi/debian/control 2007-12-16 10:26:53 UTC (rev 5046)
@@ -0,0 +1,25 @@
+Source: jexcelapi
+Section: libs
+Priority: optional
+Maintainer: Torsten Werner <twerner at debian.org>
+Build-Depends: ant, cdbs, debhelper (>= 5), kaffe
+Standards-Version: 3.7.2
+X-XS-Vcs-Svn: http://bollin.googlecode.com/svn/jexcelapi/trunk
+
+Package: libjexcelapi-java
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, kaffe | java1-runtime | java2-runtime
+Suggests: java-virtual-machine
+Description: Java API to read, write and modify Excel spreadsheets
+ The Java Excel API is an open source Java API which allows Java developers to
+ read Excel spreadsheets and to generate Excel spreadsheets dynamically. In
+ addition, it contains a mechanism which allows java applications to read in a
+ spreadsheet, modify some cells and write out the new spreadsheet.
+ .
+ This API allows non Windows operating systems to run pure Java applications
+ which can both process and deliver Excel spreadsheets. Because it is Java,
+ this API may be invoked from within a servlet, thus giving access to Excel
+ functionality over internet and intranet web applications.
+ .
+ Homepage: http://www.jexcelapi.org
+
Added: trunk/jexcelapi/debian/copyright
===================================================================
--- trunk/jexcelapi/debian/copyright (rev 0)
+++ trunk/jexcelapi/debian/copyright 2007-12-16 10:26:53 UTC (rev 5046)
@@ -0,0 +1,28 @@
+This package was debianized by Torsten Werner <twerner at debian.org> on
+Thu Apr 19 01:06:12 CEST 2007.
+
+It was downloaded from http://www.jexcelapi.org/
+
+Upstream Author: Andy Khan
+
+Copyright: (C) 2007
+Andy Khan
+
+License:
+
+ This package 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 of the License, or (at your option) any later version.
+
+ This package 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, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL'.
+
+The Debian packaging is (C) 2007, Torsten Werner <twerner at debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
Added: trunk/jexcelapi/debian/doc-base
===================================================================
--- trunk/jexcelapi/debian/doc-base (rev 0)
+++ trunk/jexcelapi/debian/doc-base 2007-12-16 10:26:53 UTC (rev 5046)
@@ -0,0 +1,10 @@
+Document: libjexcelapi-java
+Title: Debian Manual fo Java Excel API
+Author: Andy Khan
+Abstract: Java Excel API is an open source Java API which allows Java developers to read Excel spreadsheets and to generate Excel spreadsheets dynamically.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libjexcelapi-java/docs/index.html
+Files: /usr/share/doc/libjexcelapi-java/docs/*.html
+
Added: trunk/jexcelapi/debian/docs
===================================================================
--- trunk/jexcelapi/debian/docs (rev 0)
+++ trunk/jexcelapi/debian/docs 2007-12-16 10:26:53 UTC (rev 5046)
@@ -0,0 +1,3 @@
+docs
+index.html
+tutorial.html
Added: trunk/jexcelapi/debian/install
===================================================================
--- trunk/jexcelapi/debian/install (rev 0)
+++ trunk/jexcelapi/debian/install 2007-12-16 10:26:53 UTC (rev 5046)
@@ -0,0 +1,2 @@
+jxl.jar /usr/share/java/
+
Added: trunk/jexcelapi/debian/orig-tar.sh
===================================================================
--- trunk/jexcelapi/debian/orig-tar.sh (rev 0)
+++ trunk/jexcelapi/debian/orig-tar.sh 2007-12-16 10:26:53 UTC (rev 5046)
@@ -0,0 +1,16 @@
+#!/bin/sh -e
+
+# called by uscan with '--upstream-version' <version> <file>
+
+# clean up the upstream tarball
+tar -x -z -f $3 --exclude '*.jar' --exclude '*/jlex/*'
+tar -c -z -f $3 jexcelapi
+rm -rf jexcelapi
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+ . .svn/deb-layout
+ mv $3 $origDir
+ echo "moved $3 to $origDir"
+fi
+
Property changes on: trunk/jexcelapi/debian/orig-tar.sh
___________________________________________________________________
Name: svn:executable
+
Added: trunk/jexcelapi/debian/rules
===================================================================
--- trunk/jexcelapi/debian/rules (rev 0)
+++ trunk/jexcelapi/debian/rules 2007-12-16 10:26:53 UTC (rev 5046)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+
+DEB_BUILDDIR := build
+JAVA_HOME := /usr/lib/kaffe
+DEB_ANT_BUILD_TARGET := jxl docs
+DEB_ANT_CLEAN_TARGET := clean
+
+get-orig-source:
+ uscan --upstream-version 0
+
Property changes on: trunk/jexcelapi/debian/rules
___________________________________________________________________
Name: svn:executable
+
Added: trunk/jexcelapi/debian/watch
===================================================================
--- trunk/jexcelapi/debian/watch (rev 0)
+++ trunk/jexcelapi/debian/watch 2007-12-16 10:26:53 UTC (rev 5046)
@@ -0,0 +1,5 @@
+version=3
+opts="uversionmangle=s/_/./g" \
+ http://www.andykhan.com/jexcelapi/download.html jexcelapi_(.*)\.tar\.gz debian \
+ debian/orig-tar.sh
+
More information about the pkg-java-commits
mailing list