This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jexcelapi.
commit 8ac453d1938b5887cf51ed79af8ad8e4eaec1f20 Author: Torsten Werner <[email protected]> Date: Sun Dec 16 10:26:53 2007 +0000 move jexcelapi to Alioth --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 25 +++++++++++++++++++++++++ debian/copyright | 28 ++++++++++++++++++++++++++++ debian/doc-base | 10 ++++++++++ debian/docs | 3 +++ debian/install | 2 ++ debian/orig-tar.sh | 16 ++++++++++++++++ debian/rules | 13 +++++++++++++ debian/watch | 5 +++++ 10 files changed, 108 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..7d83b76 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +jexcelapi (2.6.3-1) unstable; urgency=low + + * Initial release (Closes: #419951) + + -- Torsten Werner <[email protected]> Wed, 18 Apr 2007 12:13:01 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..66fe62f --- /dev/null +++ b/debian/control @@ -0,0 +1,25 @@ +Source: jexcelapi +Section: libs +Priority: optional +Maintainer: Torsten Werner <[email protected]> +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 + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..f93e244 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Torsten Werner <[email protected]> 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 <[email protected]> and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + diff --git a/debian/doc-base b/debian/doc-base new file mode 100644 index 0000000..b8b215b --- /dev/null +++ b/debian/doc-base @@ -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 + diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..b2da86e --- /dev/null +++ b/debian/docs @@ -0,0 +1,3 @@ +docs +index.html +tutorial.html diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..548727e --- /dev/null +++ b/debian/install @@ -0,0 +1,2 @@ +jxl.jar /usr/share/java/ + diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh new file mode 100755 index 0000000..1fc8040 --- /dev/null +++ b/debian/orig-tar.sh @@ -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 + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..8a2757e --- /dev/null +++ b/debian/rules @@ -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 + diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..25c1ed2 --- /dev/null +++ b/debian/watch @@ -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 + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jexcelapi.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

