This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-compress-java.
commit c1bcf9b6cd3f89a2e47a8f58c6306fd7c4d95cec Author: Torsten Werner <[email protected]> Date: Mon Dec 17 14:24:01 2007 +0000 new package commons compress --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 18 ++++++++++++++++++ debian/copyright | 30 ++++++++++++++++++++++++++++++ debian/orig-tar.sh | 16 ++++++++++++++++ debian/rules | 11 +++++++++++ debian/watch | 6 ++++++ 7 files changed, 87 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..345ca2f --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +libcommons-compress-java (~svn604876-1) unstable; urgency=low + + * Initial release (Closes: #456662) + + -- Torsten Werner <[email protected]> Mon, 17 Dec 2007 15:17:09 +0100 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..826879f --- /dev/null +++ b/debian/control @@ -0,0 +1,18 @@ +Source: libcommons-compress-java +Section: libs +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Torsten Werner <[email protected]> +Build-Depends: ant, cdbs, debhelper (>= 5), java-gcj-compat-dev +Standards-Version: 3.7.3 +Homepage: http://commons.apache.org/sandbox/compress/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-compress-java/ +Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libcommons-compress-java + +Package: libcommons-compress-java +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, + java-gcj-compat | java1-runtime | java2-runtime +Suggests: java-virtual-machine +Description: Java API for working with tar, zip and bzip2 files + Commons Compress defines an API for working with tar, zip and bzip2 files. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..aa23db2 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by Torsten Werner <[email protected]> on +Mon Dec 17 15:22:07 CET 2007. + +FIXME + +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/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..0696bc9 --- /dev/null +++ b/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/ant.mk + +JAVA_HOME := /usr/lib/jvm/java-gcj +#DEB_ANT_BUILD_TARGET := jxl docs + +get-orig-source: + uscan --upstream-version 0 + diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..93987dc --- /dev/null +++ b/debian/watch @@ -0,0 +1,6 @@ +#FIXME +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/libcommons-compress-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

