CVS libgnuinet-java/debian

Wolfgang B??r wbaer-guest at haydn.debian.org
Sun Sep 11 11:12:57 UTC 2005


Update of /cvsroot/pkg-java/libgnuinet-java/debian
In directory haydn:/tmp/cvs-serv30551/debian

Modified Files:
	README.Debian changelog control copyright docs rules 
Added Files:
	doc-base 
Removed Files:
	install 
Log Message:
libgnuinet-java (1.1.1-1) unstable; urgency=low

  * New upstream release
  * Removed section about library in contrib from README.Debian
  * libant1.6-java to ant transition
  * Corrected current download location in debian/copyright
  * Relaxed dependency on libjessie-java for JDK > 1.4 (closes: #327223)
  * Removed constructor patch - not needed with new gnumail upstream
  * Removed debian/install file and install in debian/rules as
    versioned jar with non-version symlink to comply with java-policy
  * Updated FSF adress
  * Registered API doc with doc-base
  * Standards-Version 3.6.2 (no changes)


--- /cvsroot/pkg-java/libgnuinet-java/debian/README.Debian	2004/04/14 10:58:29	1.1.1.1
+++ /cvsroot/pkg-java/libgnuinet-java/debian/README.Debian	2005/09/11 11:12:57	1.2
@@ -4,9 +4,4 @@
 You'll need to add javax-security.jar and jsse.jar to get the library
 running.
 
-libgnuinet-java is in contrib at the moment because I was not able to
-build it with kaffe 1.1.1. As soon as a better release of kaffe will be
-available in Debian, feel free to file a bug 'severity normal' against
-libgnuinet-java to be built with kaffe and go to main.
-
  -- Arnaud Vandyck <avdyk at debian.org>, Fri Dec 12 15:54:58 2003
--- /cvsroot/pkg-java/libgnuinet-java/debian/changelog	2004/10/12 14:17:51	1.4
+++ /cvsroot/pkg-java/libgnuinet-java/debian/changelog	2005/09/11 11:12:57	1.5
@@ -1,3 +1,29 @@
+libgnuinet-java (1.1.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Removed section about library in contrib from README.Debian
+  * libant1.6-java to ant transition
+  * Corrected current download location in debian/copyright
+  * Relaxed dependency on libjessie-java for JDK > 1.4 (closes: #327223)
+  * Removed constructor patch - not needed with new gnumail upstream
+  * Removed debian/install file and install in debian/rules as
+    versioned jar with non-version symlink to comply with java-policy
+  * Updated FSF adress
+  * Registered API doc with doc-base
+  * Standards-Version 3.6.2 (no changes)
+  * Added myself as uploader
+
+  * Upload sponsored by Petter Reinholdtsen
+
+ -- Wolfgang Baer <WBaer at gmx.de>  Sat, 10 Sep 2005 16:35:34 +0200
+
+libgnuinet-java (1.1-3) unstable; urgency=low
+
+  * built with kaffe
+  * generate the javadoc
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Thu,  3 Mar 2005 00:05:44 +0100
+
 libgnuinet-java (1.1-2) unstable; urgency=low
 
   * NNTPConnection patch for compatibility with inet-1.0 (closes:
--- /cvsroot/pkg-java/libgnuinet-java/debian/control	2004/07/13 21:27:05	1.2
+++ /cvsroot/pkg-java/libgnuinet-java/debian/control	2005/09/11 11:12:57	1.3
@@ -2,13 +2,13 @@
 Section: libs
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Vandyck <avdyk at debian.org>
-Build-Depends-Indep: debhelper (>= 4.0.0), cdbs (>= 0.4.8), kaffe (>= 1:1.1.3), jikes, libant1.6-java, libgnucrypto-java, libjessie-java, libgnujaxp-java, sablevm
-Standards-Version: 3.6.1
+Uploaders: Arnaud Vandyck <avdyk at debian.org>, Wolfgang Baer <WBaer at gmx.de>
+Build-Depends-Indep: debhelper (>= 4.2.30), cdbs (>= 0.4.8), kaffe (>= 2:1.1.4), jikes, ant, libgnucrypto-java, libjessie-java
+Standards-Version: 3.6.2
 
 Package: libgnuinet-java
 Architecture: all
-Depends: gij | sablevm | kaffe (>= 1:1.1.3) | java1-runtime | j2re1.3 | j2re1.4 | java2-runtime, libgnucrypto-java, libjessie-java
+Depends: gij | sablevm | kaffe | java1-runtime | java2-runtime, libgnucrypto-java, libjessie-java | j2re1.4 | j2re1.5
 Suggests: java-virtual-machine
 Description: extension library to provide extra network protocol support
  GNU Classpath inetlib is an extension library to provide extra network
--- /cvsroot/pkg-java/libgnuinet-java/debian/copyright	2004/04/14 10:58:29	1.1.1.1
+++ /cvsroot/pkg-java/libgnuinet-java/debian/copyright	2005/09/11 11:12:57	1.2
@@ -1,7 +1,7 @@
 This package was debianized by Arnaud Vandyck <avdyk at debian.org> on
 Fri, 12 Dec 2003 14:55:54 +0100.
 
-It was downloaded from http://savannah.gnu.org/projects/classpath
+It was downloaded from <ftp://ftp.gnu.org/gnu/classpath/>
 
 Upstream Author: Chris Burdess
 
@@ -11,7 +11,8 @@
 		       Version 2, June 1991
 
  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-                       59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
--- /cvsroot/pkg-java/libgnuinet-java/debian/docs	2004/07/13 21:27:05	1.2
+++ /cvsroot/pkg-java/libgnuinet-java/debian/docs	2005/09/11 11:12:57	1.3
@@ -1,2 +1,3 @@
 README
 AUTHORS
+doc/*
--- /cvsroot/pkg-java/libgnuinet-java/debian/rules	2004/10/12 14:17:51	1.4
+++ /cvsroot/pkg-java/libgnuinet-java/debian/rules	2005/09/11 11:12:57	1.5
@@ -4,23 +4,22 @@
 # 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/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-#JAVA_HOME_DIRS       := /usr/lib/kaffe
-JAVACMD := /usr/bin/java-sablevm
-ANT_HOME             := /usr/share/ant1.6
-DEB_JARS             := javax-security jsse /usr/share/ant1.6/lib/ant-launcher.jar gnujaxp
+JAVA_HOME_DIRS       := /usr/lib/kaffe
+ANT_HOME             := /usr/share/ant
+DEB_JARS             := javax-security jsse /usr/share/ant/lib/ant-launcher.jar
 DEB_ANT_COMPILER     := jikes
-DEB_ANT_BUILD_TARGET := inetlib.jar
+DEB_ANT_BUILD_TARGET := inetlib.jar doc
 
 LIBRARY=gnuinet
-VERSION=1.1
+VERSION=1.1.1
 
 clean:: 
 	-rm inetlib.jar
 
+install/libgnuinet-java::
+	install -m 644 inetlib.jar debian/libgnuinet-java/usr/share/java/inetlib-$(VERSION).jar
+	ln -s inetlib-$(VERSION).jar debian/libgnuinet-java/usr/share/java/inetlib.jar 



More information about the pkg-java-commits mailing list