[pkg-java] r3021 - trunk/debian

Michael Koch mkoch at alioth.debian.org
Fri Mar 2 23:23:09 CET 2007


Author: mkoch
Date: 2007-03-02 22:23:09 +0000 (Fri, 02 Mar 2007)
New Revision: 3021

Added:
   trunk/debian/Makefile.patch
   trunk/debian/jta.links
Removed:
   trunk/debian/README.Debian-source
   trunk/debian/ant.properties
   trunk/debian/doc-base
   trunk/debian/patches/
Modified:
   trunk/debian/
   trunk/debian/changelog
   trunk/debian/compat
   trunk/debian/control
   trunk/debian/copyright
   trunk/debian/docs
   trunk/debian/rules
Log:
jta (2.5+dfsg-1) unstable; urgency=low
 
  * Re-upload with orig.tar.gz with new version number (Closes: #413053).
  * Moved debhelper from Build-Depends-Indep to Build-Depends.
  * Added myself to Uploaders.
  * Updated Standards-Version to 3.7.2.
 
 -- Michael Koch <konqueror at gmx.de>  Fri,  2 Mar 2007 23:04:36 +0100

jta (2.5-3) unstable; urgency=medium

  * Added debian/jta.links to add link from jta.jar to jta25.jar.
  (Closes: #405490).

 -- Michael Koch <konqueror at gmx.de>  Thu, 15 Feb 2007 15:40:27 +0100

jta (2.5-2) unstable; urgency=low

  * build with kaffe, move to main

 -- Arnaud Vandyck <avdyk at debian.org>  Fri, 23 Sep 2005 01:22:31 +0200

jta (2.5-1) unstable; urgency=low

  * New upstream release (closes: #276792).
  * added dependencies to libjdom0-java, libcrimson-java and
    libgnu-regexp-java
  * de/mud/flash/FlashTerminal.java: added a catch statement with
    IOException at line 160. I'm sorry not to make a proper patch and send
    it upstream. If you have time, please, contact upstream and tell
    him/her I was not able to build from source without adding this catch
    statement.
  * added support for amd64 (closes: #274839).

 -- Arnaud Vandyck <avdyk at debian.org>  Fri, 12 Nov 2004 17:25:50 +0100

jta (2.0a-1) unstable; urgency=low

  * Not a new upstream, but removed three .cvsignore files and a CVS
    directory
  * Corrected the maintainer field: Debian Java Maintainers, thanks to
    Carlos Z.F. Liu (closes: #253449).

 -- Arnaud Vandyck <avdyk at debian.org>  Sat, 12 Jun 2004 18:26:28 +0200

jta (2.0-1) unstable; urgency=low

  * Initial release by Jaldhar H. Vyas <jaldhar at debian.org> but
    pkg-java-maintainers will take care of the package, I'll be an
    uploader (closes: #167380).

 -- Arnaud Vandyck <avdyk at debian.org>  Sat, 22 May 2004 12:25:05 +0200




Property changes on: trunk/debian
___________________________________________________________________
Name: svn:ignore
   + files
jta


Added: trunk/debian/Makefile.patch
===================================================================
--- trunk/debian/Makefile.patch	2007-02-28 23:10:41 UTC (rev 3020)
+++ trunk/debian/Makefile.patch	2007-03-02 22:23:09 UTC (rev 3021)
@@ -0,0 +1,20 @@
+--- Makefile.orig	2004-02-11 01:35:22.000000000 +0100
++++ Makefile	2004-05-15 17:28:25.915950888 +0200
+@@ -15,11 +15,12 @@
+ # Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ # Boston, MA 02111-1307, USA.
+ 
+-JAVA	=	java
+-JAR	=	jar
+-JAVAC	=	javac
+-JAVADOC =	javadoc
+-JAVAH 	=	javah
++JAVA_HOME=/usr/local/IBMJava2-ppc-141
++JAVA	=	$(JAVA_HOME)/bin/java
++JAR	=	$(JAVA_HOME)/bin/jar
++JAVAC	=	$(JAVA_HOME)/bin/javac
++JAVADOC =	$(JAVA_HOME)/bin/javadoc
++JAVAH 	=	$(JAVA_HOME)/bin/javah
+ #JAVA	=	/q/opt/jdk1.2.2/bin/java
+ #JAR	=	/q/opt/jdk1.2.2/bin/jar
+ #JAVAC	=	/q/opt/jdk1.2.2/bin/javac

Deleted: trunk/debian/README.Debian-source
===================================================================
--- trunk/debian/README.Debian-source	2007-02-28 23:10:41 UTC (rev 3020)
+++ trunk/debian/README.Debian-source	2007-03-02 22:23:09 UTC (rev 3021)
@@ -1,9 +0,0 @@
-libfonts-java
--------------
-
-Upstream does not provide source only tarballs. Therefore the following
-actions were taken to produce the orig.tar.gz:
-
-- rm *.jar
-
- -- Wolfgang Baer <WBaer at gmx.de>  Thu, 02 Feb 2006 15:48:42 +0100 

Deleted: trunk/debian/ant.properties
===================================================================
--- trunk/debian/ant.properties	2007-02-28 23:10:41 UTC (rev 3020)
+++ trunk/debian/ant.properties	2007-03-02 22:23:09 UTC (rev 3021)
@@ -1,2 +0,0 @@
-build.target=1.3
-build.debug=true

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-02-28 23:10:41 UTC (rev 3020)
+++ trunk/debian/changelog	2007-03-02 22:23:09 UTC (rev 3021)
@@ -1,5 +1,53 @@
-libfonts-java (0.1.4-1) unstable; urgency=low
+jta (2.5+dfsg-1) unstable; urgency=low
 
-  * Initial release
+  * Re-upload with orig.tar.gz with new version number (Closes: #413053).
+  * Moved debhelper from Build-Depends-Indep to Build-Depends.
+  * Added myself to Uploaders.
+  * Updated Standards-Version to 3.7.2.
 
- -- Wolfgang Baer <WBaer at gmx.de>  Thu, 02 Feb 2006 15:48:42 +0100
+ -- Michael Koch <konqueror at gmx.de>  Fri,  2 Mar 2007 23:04:36 +0100
+
+jta (2.5-3) unstable; urgency=medium
+
+  * Added debian/jta.links to add link from jta.jar to jta25.jar.
+  (Closes: #405490).
+
+ -- Michael Koch <konqueror at gmx.de>  Thu, 15 Feb 2007 15:40:27 +0100
+
+jta (2.5-2) unstable; urgency=low
+
+  * build with kaffe, move to main
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Fri, 23 Sep 2005 01:22:31 +0200
+
+jta (2.5-1) unstable; urgency=low
+
+  * New upstream release (closes: #276792).
+  * added dependencies to libjdom0-java, libcrimson-java and
+    libgnu-regexp-java
+  * de/mud/flash/FlashTerminal.java: added a catch statement with
+    IOException at line 160. I'm sorry not to make a proper patch and send
+    it upstream. If you have time, please, contact upstream and tell
+    him/her I was not able to build from source without adding this catch
+    statement.
+  * added support for amd64 (closes: #274839).
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Fri, 12 Nov 2004 17:25:50 +0100
+
+jta (2.0a-1) unstable; urgency=low
+
+  * Not a new upstream, but removed three .cvsignore files and a CVS
+    directory
+  * Corrected the maintainer field: Debian Java Maintainers, thanks to
+    Carlos Z.F. Liu (closes: #253449).
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Sat, 12 Jun 2004 18:26:28 +0200
+
+jta (2.0-1) unstable; urgency=low
+
+  * Initial release by Jaldhar H. Vyas <jaldhar at debian.org> but
+    pkg-java-maintainers will take care of the package, I'll be an
+    uploader (closes: #167380).
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Sat, 22 May 2004 12:25:05 +0200
+

Modified: trunk/debian/compat
===================================================================
--- trunk/debian/compat	2007-02-28 23:10:41 UTC (rev 3020)
+++ trunk/debian/compat	2007-03-02 22:23:09 UTC (rev 3021)
@@ -1 +1 @@
-4 
+4

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2007-02-28 23:10:41 UTC (rev 3020)
+++ trunk/debian/control	2007-03-02 22:23:09 UTC (rev 3021)
@@ -1,15 +1,15 @@
-Source: libfonts-java
-Section: libs
+Source: jta
+Section: net
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Wolfgang Baer <WBaer at gmx.de>
-Build-Depends-Indep: debhelper (>= 4.2.30), cdbs, java-gcj-compat-dev, ant, libjcommon-java (>= 1.0.0-1)
-Standards-Version: 3.6.2
+Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>, Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>
+Build-Depends: debhelper (>= 4.1)
+Build-Depends-Indep: kaffe, libgnu-regexp-java, libcrimson-java, libjdom0-java
+Standards-Version: 3.7.2
 
-Package: libfonts-java
-Section: libs
+Package: jta
 Architecture: all
-Depends: java-gcj-compat | java1-runtime | java2-runtime, libjcommon-java (>= 1.0.0-1)
-Description: Java fonts layouting library
- LibFonts is a library developed to support advanced layouting and allows to 
- read TrueType-Font files to extract layouting specific informations.
+Depends: j2sdk1.3 | j2sdk1.4 | java2-runtime | java-virtual-machine, libgnu-regexp-java, libcrimson-java, libjdom-java
+Description: Java telnet/ssh applet
+ This is a java 1.1 compliant applet you can add to a web page.  Then you can 
+ use the applet to SSH or telnet to the server the web page is on.

Modified: trunk/debian/copyright
===================================================================
--- trunk/debian/copyright	2007-02-28 23:10:41 UTC (rev 3020)
+++ trunk/debian/copyright	2007-03-02 22:23:09 UTC (rev 3021)
@@ -1,23 +1,24 @@
-This package was debianized by Wolfgang Baer <WBaer at gmx.de>  
-Thu, 02 Feb 2006 15:48:42 +0100
+This package was debianized by Jaldhar H. Vyas <jaldhar at debian.org> on
+Tue, 10 Feb 2004 19:40:16 -0500.
 
-It was downloaded from <http://sourceforge.net/projects/jfreereport/>
+It was downloaded from http://www.mud.de/se/jta/html/download.html
+The File jta20-src.jar was unpackaed and repacked as jta_2.0.orig.tar.gz
 
-Upstream Authors: Thomas Morgner, David Gilbert and others
+Upstream Authors: Matthias L. Jugel <leo at mud.de> 
+                    Marcus Meißner <marcus at mud.de>
 
-Copyright:
+Copyright: © 1996-2000 Matthias L. Jugel and Marcus Meißner 
 
-    Copyright 2005, by Object Refinery Limited and Contributors.
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU 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 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 program 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 General Public License for more details.
 
-    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.
+A copy of the GPL can be found on Debian GNU/Linux systems in
+/usr/share/common-licenses/ .
 
-On Debian systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL'.

Deleted: trunk/debian/doc-base
===================================================================
--- trunk/debian/doc-base	2007-02-28 23:10:41 UTC (rev 3020)
+++ trunk/debian/doc-base	2007-03-02 22:23:09 UTC (rev 3021)
@@ -1,11 +0,0 @@
-Document: libfonts-java
-Title: Programmer API for JFreeChart
-Author: Thomas Morgner, David Gilbert and others
-Abstract: This is the programmer API of libfonts a library developed to 
- support advanced layouting and allows to read TrueType-Font files to 
- extract layouting specific informations.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libfonts-java/javadoc/index.html
-Files: /usr/share/doc/libfonts-java/javadoc/*.html

Modified: trunk/debian/docs
===================================================================
--- trunk/debian/docs	2007-02-28 23:10:41 UTC (rev 3020)
+++ trunk/debian/docs	2007-03-02 22:23:09 UTC (rev 3021)
@@ -1,2 +1 @@
-javadoc
 README

Added: trunk/debian/jta.links
===================================================================
--- trunk/debian/jta.links	2007-02-28 23:10:41 UTC (rev 3020)
+++ trunk/debian/jta.links	2007-03-02 22:23:09 UTC (rev 3021)
@@ -0,0 +1 @@
+usr/share/java/jta25.jar usr/share/java/jta.jar

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2007-02-28 23:10:41 UTC (rev 3020)
+++ trunk/debian/rules	2007-03-02 22:23:09 UTC (rev 3021)
@@ -1,24 +1,88 @@
 #!/usr/bin/make -f
-# debian/rules file for libfonts-java (uses cdbs)
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
 
-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
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
 
-JAVA_HOME := /usr/lib/jvm/java-gcj
-ANT_HOME := /usr/share/ant
+#ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), amd64))
+#	export JAVA_HOME=/usr/lib/j2sdk1.4-blackdown
+#else
+#	export JITC_PROCESSOR_TYPE=6
+#	export JAVA_HOME=/usr/local/IBMJava2-ppc-142
+#endif
+export JAVA_HOME=/usr/lib/kaffe
+JAVA	=	$(JAVA_HOME)/bin/java
+JAR	=	$(JAVA_HOME)/bin/jar
+JAVAC	=	$(JAVA_HOME)/bin/javac
+JAVADOC =	$(JAVA_HOME)/bin/javadoc
+JAVAH 	=	$(JAVA_HOME)/bin/javah
+export CLASSPATH=/usr/share/java/regexp.jar:/usr/share/java/crimson.jar:/usr/share/java/jdom0.jar
 
-DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar jcommon
-DEB_ANT_BUILDFILE := ant/build.xml
-DEB_ANT_BUILD_TARGET := compile javadoc
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	# Add here commands to configure the package.
 
-VERSION := 0.1.4
+	touch configure-stamp
 
-clean::
-	-rm -rf build
-	-rm -rf javadoc
-	-rm -f libfonts-$(VERSION).jar
 
-install/libfonts-java::
-	install -m 644 libfonts-$(VERSION).jar debian/libfonts-java/usr/share/java/libfonts-$(VERSION).jar
-	ln -s libfonts-$(VERSION).jar debian/libfonts-java/usr/share/java/libfonts.jar
+build: build-stamp
+
+build-stamp: configure-stamp 
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE) jar
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+	-find . -name \*.class -print | xargs rm > /dev/null 2>&1
+	-find . -name \*~ -print | xargs rm > /dev/null 2>&1
+	-rm -f tools/relayd tools/mrelayd
+	-rm -f jar/$(PKGNAME).jar jar/$(PKGNAME)-src.jar
+	cd jni && $(MAKE) realclean
+	-$(MAKE) realclean
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	# Add here commands to install the package into debian/jta.
+	install -o root -g root -m 0644 jar/jta25.jar \
+		$(CURDIR)/debian/jta/usr/share/java
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs CHANGES
+	dh_installdocs
+	dh_installexamples
+	dh_installman
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure




More information about the pkg-java-commits mailing list