r2290 - trunk/libgnucrypto-java/debian

Arnaud Vandyck avdyk at costa.debian.org
Mon Jul 31 13:37:17 UTC 2006


Author: avdyk
Date: 2006-07-31 13:37:16 +0000 (Mon, 31 Jul 2006)
New Revision: 2290

Modified:
   trunk/libgnucrypto-java/debian/changelog
   trunk/libgnucrypto-java/debian/control
   trunk/libgnucrypto-java/debian/rules
Log:
libgnucrypto-java (2.0.1-7) unstable; urgency=low

  * using java-gcj-compat-dev to build (closes: #377065).
  * split build-dep-indep and build-depends.

 -- Arnaud Vandyck <avdyk at debian.org>  Mon, 31 Jul 2006 15:34:49 +0200


Modified: trunk/libgnucrypto-java/debian/changelog
===================================================================
--- trunk/libgnucrypto-java/debian/changelog	2006-07-29 14:18:06 UTC (rev 2289)
+++ trunk/libgnucrypto-java/debian/changelog	2006-07-31 13:37:16 UTC (rev 2290)
@@ -1,3 +1,10 @@
+libgnucrypto-java (2.0.1-7) unstable; urgency=low
+
+  * using java-gcj-compat-dev to build (closes: #377065).
+  * split build-dep-indep and build-depends.
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Mon, 31 Jul 2006 15:34:49 +0200
+
 libgnucrypto-java (2.0.1-6) unstable; urgency=low
 
   * updated Standards Version to 3.7.2, nothing to do.

Modified: trunk/libgnucrypto-java/debian/control
===================================================================
--- trunk/libgnucrypto-java/debian/control	2006-07-29 14:18:06 UTC (rev 2289)
+++ trunk/libgnucrypto-java/debian/control	2006-07-31 13:37:16 UTC (rev 2290)
@@ -3,12 +3,13 @@
 Section: libs
 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), gcj (>= 4:4.1), fastjar, kaffe (>= 1.1.1), cdbs
+Build-Depends: debhelper (>= 4.0.0), cdbs
+Build-Depends-Indep: java-gcj-compat-dev
 Standards-Version: 3.7.2
 
 Package: libgnucrypto-java
 Architecture: all
-Depends: sablevm | kaffe (>= 1.1.1) | java1-runtime | java2-runtime
+Depends: java-gcj-compat | kaffe (>= 1.1.1) | java1-runtime | java2-runtime
 Description: full-featured cryptographic library in Java
  GNU Crypto aims at providing free, versatile, high-quality, and
  provably correct implementations of cryptographic primitives and tools

Modified: trunk/libgnucrypto-java/debian/rules
===================================================================
--- trunk/libgnucrypto-java/debian/rules	2006-07-29 14:18:06 UTC (rev 2289)
+++ trunk/libgnucrypto-java/debian/rules	2006-07-31 13:37:16 UTC (rev 2290)
@@ -1,22 +1,11 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-# This implements the .deb package creation using debhelper.
 include /usr/share/cdbs/1/rules/debhelper.mk
-# Since dbus uses GNU autoconf/automake, we can use the
-# standard autotools.mk "class".
 include /usr/share/cdbs/1/class/autotools.mk
-# This implements the simple patch system
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-#export CLASSPATH=/usr/share/kaffe/Klasses.jar
-#export JAVA_HOME=/usr/lib/kaffe
-#export JAVAC=$(JAVA_HOME)/bin/javac
-#export JAVACFLAGS=
-#export JAVA=$(JAVA_HOME)/bin/java
-#export JAVAFLAGS=
-#export JAR=$JAVA_HOME/bin/jar
-export JAR=/usr/bin/fastjar
+JAVA_HOME := /usr/lib/jvm/java-gcj
 
 # This variable adds several arguments to the ./configure invocation,
 # in *addition* to what autotools.mk does normally.  So the end command




More information about the pkg-java-commits mailing list