This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository jargs.
commit e02637544eb4978fbb8d80ac29cd6970b7882f03 Author: Yann Dirson <[email protected]> Date: Tue Nov 21 22:59:36 2006 +0100 Imported Debian patch 1.0.0-1 --- debian/README.Debian-source | 8 ++++++++ debian/changelog | 20 ++++++++++++++++++++ debian/compat | 1 + debian/control | 25 +++++++++++++++++++++++++ debian/copyright | 38 ++++++++++++++++++++++++++++++++++++++ debian/dirs | 1 + debian/libjargs-java-doc.doc-base | 10 ++++++++++ debian/libjargs-java-doc.docs | 3 +++ debian/rules | 23 +++++++++++++++++++++++ debian/watch | 2 ++ 10 files changed, 131 insertions(+) diff --git a/debian/README.Debian-source b/debian/README.Debian-source new file mode 100644 index 0000000..827e13b --- /dev/null +++ b/debian/README.Debian-source @@ -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/ + diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..20ea756 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,20 @@ +jargs (1.0.0-1) unstable; urgency=low + + * The "faked \"new upstream release\" because dak ate my tarball" release. + * Added a special hack so this version still installs a jargs-1.0.jar. + + -- Yann Dirson <[email protected]> Tue, 21 Nov 2006 22:59:36 +0100 + +jargs (1.0-2) unstable; urgency=low + + * Fixed section for source package (copypaste error from + libjfreechart-java). + * Moved cdbs and debhelper build-deps to build-deps-indep. + + -- Yann Dirson <[email protected]> Sun, 22 Oct 2006 20:33:16 +0200 + +jargs (1.0-1) unstable; urgency=low + + * Initial Debian revision, based on libjfreechart-java packaging. + + -- Yann Dirson <[email protected]> Mon, 9 Oct 2006 01:11:30 +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..7799ec1 --- /dev/null +++ b/debian/control @@ -0,0 +1,25 @@ +Source: jargs +Section: libs +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Yann Dirson <[email protected]> +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. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..715edfa --- /dev/null +++ b/debian/copyright @@ -0,0 +1,38 @@ +This package was debianized by Yann Dirson <[email protected]> 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. 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/libjargs-java-doc.doc-base b/debian/libjargs-java-doc.doc-base new file mode 100644 index 0000000..294c23f --- /dev/null +++ b/debian/libjargs-java-doc.doc-base @@ -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 diff --git a/debian/libjargs-java-doc.docs b/debian/libjargs-java-doc.docs new file mode 100644 index 0000000..14dda8a --- /dev/null +++ b/debian/libjargs-java-doc.docs @@ -0,0 +1,3 @@ +README +TODO +doc/api diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..9329dd3 --- /dev/null +++ b/debian/rules @@ -0,0 +1,23 @@ +#!/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\-) + +# special hack for fake 1.0.0 +ifeq ($(VERSION),1.0.0) +VERSION=1.0 +endif + +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 diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..3e93f4e --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://sf.net/jargs/jargs-([0-9.]*)\.tar\.bz2 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jargs.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

