[pkg-java] r2601 - in trunk: . jargs jargs/debian

Yann Dirson dirson at costa.debian.org
Tue Oct 10 20:39:21 UTC 2006


Author: dirson
Date: 2006-10-10 20:39:21 +0000 (Tue, 10 Oct 2006)
New Revision: 2601

Added:
   trunk/jargs/
   trunk/jargs/debian/
   trunk/jargs/debian/README.Debian-source
   trunk/jargs/debian/changelog
   trunk/jargs/debian/compat
   trunk/jargs/debian/control
   trunk/jargs/debian/copyright
   trunk/jargs/debian/dirs
   trunk/jargs/debian/libjargs-java-doc.doc-base
   trunk/jargs/debian/libjargs-java-doc.docs
   trunk/jargs/debian/patches/
   trunk/jargs/debian/rules
   trunk/jargs/debian/watch
Log:
Initial import of jargs packaging.


Added: trunk/jargs/debian/README.Debian-source
===================================================================
--- trunk/jargs/debian/README.Debian-source	                        (rev 0)
+++ trunk/jargs/debian/README.Debian-source	2006-10-10 20:39:21 UTC (rev 2601)
@@ -0,0 +1,8 @@
+jargs
+-----
+
+Upstream does not provide source only tarballs. Therefore the following
+actions were taken to produce the orig.tar.gz:
+
+rm -rf classes/ lib/ doc/api/
+

Added: trunk/jargs/debian/changelog
===================================================================
--- trunk/jargs/debian/changelog	                        (rev 0)
+++ trunk/jargs/debian/changelog	2006-10-10 20:39:21 UTC (rev 2601)
@@ -0,0 +1,5 @@
+jargs (1.0-1) unstable; urgency=low
+
+  * Initial Debian revision, based on libjfreechart-java packaging.
+
+ -- Yann Dirson <dirson at debian.org>  Mon,  9 Oct 2006 01:11:30 +0200

Added: trunk/jargs/debian/compat
===================================================================
--- trunk/jargs/debian/compat	                        (rev 0)
+++ trunk/jargs/debian/compat	2006-10-10 20:39:21 UTC (rev 2601)
@@ -0,0 +1 @@
+5

Added: trunk/jargs/debian/control
===================================================================
--- trunk/jargs/debian/control	                        (rev 0)
+++ trunk/jargs/debian/control	2006-10-10 20:39:21 UTC (rev 2601)
@@ -0,0 +1,25 @@
+Source: jargs
+Section: contrib/libs
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Yann Dirson <dirson at debian.org>
+Build-Depends-Indep: kaffe, junit, ant
+Build-Depends: debhelper (>= 5), cdbs
+Standards-Version: 3.7.2
+
+Package: libjargs-java
+Section: libs
+Architecture: all
+Depends: java1-runtime | java2-runtime
+Suggests: java-virtual-machine, libjargs-java-doc
+Description: Command-line argument parsing for Java
+ A suite of command line option parsers for Java.
+
+Package: libjargs-java-doc
+Section: doc
+Architecture: all
+Suggests: libjargs-java
+Description: Command-line argument parsing for Java - documentation
+ A suite of command line option parsers for Java.
+ .
+ This package includes the documentation.

Added: trunk/jargs/debian/copyright
===================================================================
--- trunk/jargs/debian/copyright	                        (rev 0)
+++ trunk/jargs/debian/copyright	2006-10-10 20:39:21 UTC (rev 2601)
@@ -0,0 +1,38 @@
+This package was debianized by Yann Dirson <dirson at debian.org> on
+Sun Oct 8, 2006.
+
+It was downloaded from http://sourceforge.net/projects/jargs/
+
+Upstream Authors: Steve Purcell, Ewan Mellor, and others.
+
+License:
+
+Copyright (c) 2001-2003 Steve Purcell.
+Copyright (c) 2002      Vidar Holen.
+Copyright (c) 2002      Michal Ceresna.
+Copyright (c) 2005      Ewan Mellor.
+
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met: Redistributions of source code must retain the above copyright notice,
+this list of conditions and the following disclaimer. Redistributions in
+binary form must reproduce the above copyright notice, this list of
+conditions and the following disclaimer in the documentation and/or other
+materials provided with the distribution. Neither the name of the copyright
+holder nor the names of its contributors may be used to endorse or promote
+products derived from this software without specific prior written
+permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.

Added: trunk/jargs/debian/dirs
===================================================================
--- trunk/jargs/debian/dirs	                        (rev 0)
+++ trunk/jargs/debian/dirs	2006-10-10 20:39:21 UTC (rev 2601)
@@ -0,0 +1 @@
+usr/share/java

Added: trunk/jargs/debian/libjargs-java-doc.doc-base
===================================================================
--- trunk/jargs/debian/libjargs-java-doc.doc-base	                        (rev 0)
+++ trunk/jargs/debian/libjargs-java-doc.doc-base	2006-10-10 20:39:21 UTC (rev 2601)
@@ -0,0 +1,10 @@
+Document: libjargs-java-doc
+Title: Programmer API for JArgs
+Author: Steve Purcell, Ewan Mellor, and others.
+Abstract: This is the programmer API of JArgs, a suite of
+ command line option parsers for Java.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libjargs-java-doc/api/index.html
+Files: /usr/share/doc/libjargs-java-doc/api/*.html

Added: trunk/jargs/debian/libjargs-java-doc.docs
===================================================================
--- trunk/jargs/debian/libjargs-java-doc.docs	                        (rev 0)
+++ trunk/jargs/debian/libjargs-java-doc.docs	2006-10-10 20:39:21 UTC (rev 2601)
@@ -0,0 +1,3 @@
+README
+TODO
+doc/api

Added: trunk/jargs/debian/rules
===================================================================
--- trunk/jargs/debian/rules	                        (rev 0)
+++ trunk/jargs/debian/rules	2006-10-10 20:39:21 UTC (rev 2601)
@@ -0,0 +1,18 @@
+#!/usr/bin/make -f
+# debian/rules file for jargs (uses cdbs)
+
+export VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\-)
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+JAVA_HOME := /usr/lib/kaffe
+ANT_HOME := /usr/share/ant
+
+DEB_ANT_BUILDFILE := build.xml
+DEB_ANT_BUILD_TARGET := build
+
+install/libjargs-java::
+	install -m 644 lib/jargs.jar debian/libjargs-java/usr/share/java/jargs-$(VERSION).jar
+	ln -s jargs-$(VERSION).jar debian/libjargs-java/usr/share/java/jargs.jar


Property changes on: trunk/jargs/debian/rules
___________________________________________________________________
Name: svn:executable
   + 

Added: trunk/jargs/debian/watch
===================================================================
--- trunk/jargs/debian/watch	                        (rev 0)
+++ trunk/jargs/debian/watch	2006-10-10 20:39:21 UTC (rev 2601)
@@ -0,0 +1,2 @@
+version=2
+http://sf.net/jargs/jargs-([0-9.]*)\.tar\.bz2




More information about the pkg-java-commits mailing list