[libcommons-cli-java] 02/31: Imported Debian patch 1.0-5

Tony Mancill tmancill at moszumanska.debian.org
Mon Jun 22 05:52:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

tmancill pushed a commit to branch master
in repository libcommons-cli-java.

commit 4cef3dec596c92cc592f5c864f6b017eb81ee51f
Author: Arnaud Vandyck <avdyk at debian.org>
Date:   Mon Feb 7 12:13:43 2005 +0100

    Imported Debian patch 1.0-5
---
 debian/README.Debian  | 16 ++++++++++++++
 debian/ant.properties |  2 ++
 debian/changelog      | 45 ++++++++++++++++++++++++++++++++++++++
 debian/compat         |  1 +
 debian/control        | 19 ++++++++++++++++
 debian/copyright      | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/dirs           |  1 +
 debian/docs           |  3 +++
 debian/install        |  1 +
 debian/links          |  1 +
 debian/rules          | 21 ++++++++++++++++++
 debian/watch          |  2 ++
 12 files changed, 172 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..130e633
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,16 @@
+libcommons-cli-java for Debian
+------------------------------
+
+No javadoc at the moment to put the library in main. As soon as a free
+replacement for the java documentation tool exists, I'll add the
+documentation. If your really want the documentation, at-get source this
+package and run 'ant javadoc' but you'll have to install a non-free
+j2sdk!
+
+Package in contrib because of libcommons-logging-java (will investigate
+why this package is in contrib), and because of
+libcommons-lang-java. This package is in contrib because it fails
+building with kaffe 1.1.1 because of the java.util.TimeZone.SHORT
+property that does not exist in this version!
+
+ -- Arnaud Vandyck <avdyk at debian.org>, Fri Nov  7 11:23:10 2003
diff --git a/debian/ant.properties b/debian/ant.properties
new file mode 100644
index 0000000..534a22c
--- /dev/null
+++ b/debian/ant.properties
@@ -0,0 +1,2 @@
+build.sysclasspath=only
+final.name=commons-cli-1.0
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..1bb31b3
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,45 @@
+libcommons-cli-java (1.0-5) unstable; urgency=low
+
+  * debian/control: typo. Thanks to Stuart Brady (closes: #286586)
+  * added a watch file.
+  * changed dependency from libant1.5-java to libant1.6-java
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Mon,  7 Feb 2005 12:13:43 +0100
+
+libcommons-cli-java (1.0-4) unstable; urgency=low
+
+  * Move to main: libcommons-logging-java is now in main, every
+    dependencies are in main, the package is ready to move to main
+  * removed dpatch dependency and using the cdbs simple patch sys
+    facility, also, dependency with kaffe updated to 1.1.4 so the patch is
+    no more needed
+  * added gij and sablevm as alternative JVM
+  * package now build with kaffe (1.1.4), libant1.5-java and jikes
+  * debian/patches: no more patch neeeded
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Tue,  4 May 2004 17:11:58 +0200
+
+libcommons-cli-java (1.0-3) unstable; urgency=low
+
+  * debian/control (Section): goes to contrib because of
+    libcommons-logging-java (will investigate why this package is in
+    contrib), and because of libcommons-lang-java. This package is in
+    contrib because it fails building with kaffe 1.1.1 because of the
+    java.util.TimeZone.SHORT property that does not exist in this
+    version!
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Fri,  7 Nov 2003 11:21:41 +0100
+
+libcommons-cli-java (1.0-2) unstable; urgency=low
+
+  * debian/changelog:
+    - added uploader field.
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Wed, 29 Oct 2003 11:00:45 +0100
+
+libcommons-cli-java (1.0-1) unstable; urgency=low
+
+  * Initial Release (closes: #217804).
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Mon, 27 Oct 2003 15:19:33 +0100
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b8626c4
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+4
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..877b5b2
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: libcommons-cli-java
+Section: libs
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Ola Lundqvist <opal at debian.org>, Takashi Okamoto <tora at debian.org>, Stefan Gybas <sgybas at debian.org>, Arnaud Vandyck <avdyk at debian.org>
+Build-Depends-Indep: debhelper (>= 4.1), cdbs (>= 0.4.8), kaffe (>= 1.1.4), libant1.6-java, libcommons-logging-java, libcommons-lang-java, junit, jikes
+Standards-Version: 3.6.1
+
+Package: libcommons-cli-java
+Architecture: all
+Depends: gij | sablevm | kaffe (>= 1.1.4) | java1-runtime | java2-runtime
+Suggests: java-virtual-machine
+Description: API for working with the command line arguments and options
+ You define arguments you want to parse, parse arguments the user
+ entered and then you can retrieve them like properties
+ .
+ Homepage: http://jakarta.apache.org/commons/cli
+
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..dc86393
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,60 @@
+This package was debianized by Arnaud Vandyck <avdyk at debian.org> on
+Mon, 27 Oct 2003 15:07:08 +0200.
+
+It was downloaded from http://jakarta.apache.org/commons/cli
+
+Upstream Author: Bob McWirther, Peter Donald, John Keyes
+
+Copyright:
+The Apache Software License, Version 1.1
+
+Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
+reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+
+2. 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.
+
+3. The end-user documentation included with the redistribution, if
+   any, must include the following acknowlegement:
+      "This product includes software developed by the
+       Apache Software Foundation (http://www.apache.org/)."
+   Alternately, this acknowlegement may appear in the software itself,
+   if and wherever such third-party acknowlegements normally appear.
+
+4. The names "The Jakarta Project", "Commons", and "Apache Software
+   Foundation" must not be used to endorse or promote products derived
+   from this software without prior written permission. For written
+   permission, please contact apache at apache.org.
+
+5. Products derived from this software may not be called "Apache"
+   nor may "Apache" appear in their names without prior written
+   permission of the Apache Group.
+
+THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED 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 APACHE SOFTWARE FOUNDATION OR
+ITS 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.
+====================================================================
+
+This software consists of voluntary contributions made by many
+individuals on behalf of the Apache Software Foundation.  For more
+information on the Apache Software Foundation, please see
+<http://www.apache.org/>.
+
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..13c9f03
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1 @@
+usr/share/java
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..b5e66db
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,3 @@
+README.txt
+RELEASE-NOTES.txt
+docs/*
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..acecda4
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+target/commons-cli-1.0.jar usr/share/java/
diff --git a/debian/links b/debian/links
new file mode 100644
index 0000000..b1823e6
--- /dev/null
+++ b/debian/links
@@ -0,0 +1 @@
+usr/share/java/commons-cli-1.0.jar usr/share/java/commons-cli.jar
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..bd91e5e
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,21 @@
+#!/usr/bin/make -f
+# debian/rules for libcommons-cli-java (uses CDBS)
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatibility version to use.
+#export DH_COMPAT=4
+
+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_DIRS       := /usr/lib/kaffe
+ANT_HOME             := /usr/share/ant1.6
+DEB_JARS             := junit commons-lang commons-loging /usr/share/ant1.6/lib/ant-launcher.jar
+DEB_ANT_COMPILER     := jikes
+DEB_ANT_BUILD_TARGET := jar
+
+LIBRARY=commons-cli
+VERSION=1.0
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..39a54d0
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=2
+http://www.apache.org/dist/jakarta/commons/cli/source/cli-(.*)-src\.tar\.gz debian uupdate

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-cli-java.git



More information about the pkg-java-commits mailing list