CVS libgef-java/debian
Arnaud Vandyck
avdyk at haydn.debian.org
Wed Sep 21 09:31:05 UTC 2005
Update of /cvsroot/pkg-java/libgef-java/debian
In directory haydn:/tmp/cvs-serv27929/debian
Modified Files:
changelog control rules
Log Message:
libgef-java (0.11.1-2) unstable; urgency=low
* debian/control (*Depends*), debian/rules: build with kaffe, can move
to main, thanks to Andreas Jochens for the patch (closes: #329325)
* debian/control (Description): corrected typo, thanks to Julian Gilbey
for the patch (closes: #321853)
-- Arnaud Vandyck <avdyk at debian.org> Wed, 21 Sep 2005 11:22:34 +0200
--- /cvsroot/pkg-java/libgef-java/debian/changelog 2005/09/20 12:55:24 1.7
+++ /cvsroot/pkg-java/libgef-java/debian/changelog 2005/09/21 09:31:05 1.8
@@ -1,3 +1,12 @@
+libgef-java (0.11.1-2) unstable; urgency=low
+
+ * debian/control (*Depends*), debian/rules: build with kaffe, can move
+ to main, thanks to Andreas Jochens for the patch (closes: #329325)
+ * debian/control (Description): corrected typo, thanks to Julian Gilbey
+ for the patch (closes: #321853)
+
+ -- Arnaud Vandyck <avdyk at debian.org> Wed, 21 Sep 2005 11:22:34 +0200
+
libgef-java (0.11.1-1) unstable; urgency=low
* New upstream release
--- /cvsroot/pkg-java/libgef-java/debian/control 2005/09/20 12:55:24 1.7
+++ /cvsroot/pkg-java/libgef-java/debian/control 2005/09/21 09:31:05 1.8
@@ -1,14 +1,14 @@
Source: libgef-java
-Section: contrib/libs
+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: j2sdk1.3 | j2sdk1.4 | java2-compiler, debhelper (>= 4.1.0), cdbs (>= 0.4.5.3), libxerces-java, liblog4j1.2-java, ant, jikes, libcommons-logging-java
+Build-Depends-Indep: kaffe | java1-compiler | java2-compiler, debhelper (>= 4.1.0), cdbs (>= 0.4.5.3), libxerces-java, liblog4j1.2-java, ant, jikes, libcommons-logging-java
Standards-Version: 3.6.2
Package: libgef-java
Architecture: all
-Depends: j2re1.4 | java2-runtime, libxerces-java, liblog4j1.2-java, libcommons-logging-java
+Depends: kaffe | java1-runtime | java2-runtime, libxerces-java, liblog4j1.2-java, libcommons-logging-java
Description: Graph Editing Framework written entirely in Java
This lib is needed by ArgoUML but can be used within different applications.
.
@@ -18,7 +18,7 @@
* A simple, concrete design that makes the framework easy to understand and
extend.
* Node-Port-Edge graph model that is powerful enough for the vast majority
- of connectied graph applications.
+ of connected graph applications.
* Model-View-Controller design based on the Swing Java UI library makes GEF
able to act as a UI to existing data structures, and also minimizing learning
time for developers familiar with Swing.
--- /cvsroot/pkg-java/libgef-java/debian/rules 2005/09/20 12:55:24 1.7
+++ /cvsroot/pkg-java/libgef-java/debian/rules 2005/09/21 09:31:05 1.8
@@ -7,23 +7,19 @@
# This is the debhelper compatibility version to use.
#export DH_COMPAT=4
-export JITC_PROCESSOR_TYPE=6
-
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_DIRS := /usr/local/IBMJava2-ppc-142 /usr/lib/j2se/1.4 /usr/lib/j2se/1.3
+JAVA_HOME_DIRS := /usr/lib/kaffe
ANT_HOME := /usr/share/ant
DEB_JARS := log4j-1.2 xerces $(ANT_HOME)/lib/ant-launcher.jar commons-logging
DEB_ANT_COMPILER := jikes
-DEB_ANT_BUILD_TARGET := package #compile
+DEB_ANT_BUILD_TARGET := package
LIBRARY=gef
VERSION=0.11.1
install/lib${LIBRARY}-java::
-# dh_install lib/${LIBRARY}.jar usr/share/java/${LIBRARY}-${VERSION}.jar
install -m 644 lib/${LIBRARY}.jar ${CURDIR}/debian/lib${LIBRARY}-java/usr/share/java/${LIBRARY}-${VERSION}.jar
dh_link usr/share/java/${LIBRARY}-${VERSION}.jar usr/share/java/${LIBRARY}.jar
More information about the pkg-java-commits
mailing list