This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository libgetopt-java.
commit 164d19d5cb8757edfaa6b150daa58b0e263a6765 Author: Wolfgang Bär <[email protected]> Date: Mon Oct 24 18:16:54 2005 +0000 Initial revision --- debian/README.Debian-source | 6 ++++ debian/changelog | 84 +++++++++++++++++++++++++++++++++++++++++++++ debian/compat | 1 + debian/control | 16 +++++++++ debian/copyright | 12 +++++++ debian/dirs | 1 + debian/rules | 61 ++++++++++++++++++++++++++++++++ 7 files changed, 181 insertions(+) diff --git a/debian/README.Debian-source b/debian/README.Debian-source new file mode 100644 index 0000000..78b9d3e --- /dev/null +++ b/debian/README.Debian-source @@ -0,0 +1,6 @@ +Repackaged to remove pre-built class file and documenation. + +Steps to reproduce: + +rm getopt/*.html +rm getopt/*.class diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..25273b9 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,84 @@ +libgetopt-java (1.0.11-1) unstable; urgency=low + + * New upstream release + * Transfer maintainership to pkg-java maintainers + * Removed old jar link to gnu.getopt.jar + * /usr/doc/ -> /usr/share/doc transition + * Added compat file + * Remove useless README.Debian + * Install docs only once + * Standards-Version 3.6.2 + * Added myself to uploaders + + -- Wolfgang Baer <[email protected]> Fri, 14 Oct 2005 16:26:24 +0200 + +libgetopt-java (1.0.9-8) unstable; urgency=low + + * fixed FTBFS bugs.(closes: #172873) + * rename gnu.getopt.jar to gnu-getopt.jar. + + -- Takashi Okamoto <[email protected]> Sat, 8 Feb 2003 09:43:58 +0900 + +libgetopt-java (1.0.9-7) unstable; urgency=low + + * fixed replace doesn't work correctly. + * fixed invalid jar size already.(closes: #165013) + + -- Takashi Okamoto <[email protected]> Sun, 29 Dec 2002 10:00:03 +0900 + +libgetopt-java (1.0.9-6) unstable; urgency=low + + * modify denends field for new Java Policy. + + -- Takashi Okamoto <[email protected]> Sun, 29 Dec 2002 09:54:17 +0900 + +libgetopt-java (1.0.9-5) unstable; urgency=low + + * fixed FTBFS again. + + -- Takashi Okamoto <[email protected]> Sun, 29 Dec 2002 09:43:28 +0900 + +libgetopt-java (1.0.9-4) unstable; urgency=low + + * rename the package name for Java Policy and make more simple. + * fixed FTBFS.(closes: #172873) + + -- Takashi Okamoto <[email protected]> Sun, 29 Dec 2002 09:09:59 +0900 + +lib-gnu.getopt-java (1.0.9-3) unstable; urgency=low + + * Fixed jar is null bug. (closes: #164071) + + -- Takashi Okamoto <[email protected]> Wed, 16 Oct 2002 23:55:55 +0900 + +lib-gnu.getopt-java (1.0.9-1) unstable; urgency=low + + * New upstream release. + * add dependency for jikes and kaffe.(Closes: #133733) + * remove class files from obsolete directory /usr/share/java/repository. + * remove GetoptDemo class from jar. + + -- Takashi Okamoto <[email protected]> Sat, 16 Feb 2002 13:24:24 +0900 + +lib-gnu.getopt-java (1.0.8-1) unstable; urgency=low + + * New maintainer. + * New upstream relase. + + -- Takashi Okamoto <[email protected]> Mon, 13 Aug 2001 01:05:51 +0900 + +lib-gnu.getopt-java (1.0.6-1) unstable; urgency=low + + * New upstream release + + -- Stephane Bortzmeyer <[email protected]> Tue, 29 Jun 1999 11:51:24 +0200 + +lib-gnu.getopt-java (1.0.5-1) unstable; urgency=low + + * Initial Release. + + -- Stephane Bortzmeyer <[email protected]> Fri, 25 Jun 1999 14:16:14 +0200 + +Local variables: +mode: debian-changelog +End: diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..8adb55b --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +4 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..ee49189 --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: libgetopt-java +Section: devel +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Takashi Okamoto <[email protected]>, Wolfgang Baer <[email protected]> +Build-Depends-Indep: debhelper (>= 4.2.30), kaffe (>= 2:1.1.5-3) +Standards-Version: 3.6.2 + +Package: libgetopt-java +Architecture: all +Depends: kaffe (>= 2:1.1.5-3) | java1-runtime | java2-runtime +Description: GNU getopt - Java port + The GNU Java getopt classes support short and long argument parsing + in a manner 100% compatible with the version of GNU getopt in glibc + 2.0.6 with a mostly compatible programmer's interface as well. Note that + this is a port, not a new implementation. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..f260c05 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,12 @@ +This package was debianized by Takashi Okamoto <[email protected]> on +Mon, 13 Aug 2001 01:05:51 +0900. + +It was downloaded from + http://www.urbanophile.com/arenn/hacking/download.html#getopt. + +Upstream Author: Aaron M. Renn <[email protected]> + +Copyright: + +GNU Library Public License Version 2. +See /usr/share/common-licenses/LGPL2. 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/rules b/debian/rules new file mode 100755 index 0000000..73a0e3e --- /dev/null +++ b/debian/rules @@ -0,0 +1,61 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +export LIBRARY=gnu-getopt.jar +export VERSION=1.0.11 +export JAVA_HOME=/usr/lib/kaffe +export JAVA=$(JAVA_HOME)/bin/java +export JAR=$(JAVA_HOME)/bin/jar +export JAVAC=$(JAVA_HOME)/bin/javac +export CLASSPATH=$(JAVA_HOME)/jre/lib/rt.jar:. + + +build: build-stamp +build-stamp: + dh_testdir + mkdir classes + ${JAVAC} -target 1.3 -d classes -classpath ${CLASSPATH} gnu/getopt/*.java + cp gnu/getopt/*.properties classes/gnu/getopt + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + rm -fr classes + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + (cd classes; ${JAR} cvf ../debian/libgetopt-java/usr/share/java/gnu-getopt-${VERSION}.jar gnu) + mkdir -p debian/libgetopt-java/usr/share/doc/libgetopt-java/api + cp -a gnu/getopt/*.html debian/libgetopt-java/usr/share/doc/libgetopt-java/api + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs gnu/getopt/README + dh_installexamples gnu/getopt/GetoptDemo.java + dh_installchangelogs gnu/getopt/ChangeLog + dh_link /usr/share/java/gnu-getopt-${VERSION}.jar /usr/share/java/gnu-getopt.jar + dh_compress + dh_link + dh_installdeb + dh_gencontrol + dh_fixperms + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libgetopt-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

