Author: avdyk Date: 2006-08-03 14:25:31 +0000 (Thu, 03 Aug 2006) New Revision: 2327
Modified: trunk/libgef-java/debian/changelog trunk/libgef-java/debian/control trunk/libgef-java/debian/rules Log: libgef-java (0.11.999.0.11.3M10-1) unstable; urgency=low * Back to an old release to be compatible with argouml * Standards-Version: updated; put debhelper and cdbs in Build-Depends * Build with java-gcj-compat-dev * debian/rules: removed ant-launcher from the classpath -- Arnaud Vandyck <[EMAIL PROTECTED]> Thu, 3 Aug 2006 15:23:18 +0200 Modified: trunk/libgef-java/debian/changelog =================================================================== --- trunk/libgef-java/debian/changelog 2006-08-03 14:24:53 UTC (rev 2326) +++ trunk/libgef-java/debian/changelog 2006-08-03 14:25:31 UTC (rev 2327) @@ -1,3 +1,12 @@ +libgef-java (0.11.999.0.11.3M10-1) unstable; urgency=low + + * Back to an old release to be compatible with argouml + * Standards-Version: updated; put debhelper and cdbs in Build-Depends + * Build with java-gcj-compat-dev + * debian/rules: removed ant-launcher from the classpath + + -- Arnaud Vandyck <[EMAIL PROTECTED]> Thu, 3 Aug 2006 15:23:18 +0200 + libgef-java (0.11.99.0.12.beta2-2) unstable; urgency=low * kaffe compiler transition Modified: trunk/libgef-java/debian/control =================================================================== --- trunk/libgef-java/debian/control 2006-08-03 14:24:53 UTC (rev 2326) +++ trunk/libgef-java/debian/control 2006-08-03 14:25:31 UTC (rev 2327) @@ -3,12 +3,13 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Arnaud Vandyck <[EMAIL PROTECTED]>, Wolfgang Baer <[EMAIL PROTECTED]> -Build-Depends-Indep: kaffe, debhelper (>= 4.2.30), cdbs (>= 0.4.5.3), libxerces-java, liblog4j1.2-java, ant, libcommons-logging-java -Standards-Version: 3.6.2 +Build-Depends: debhelper (>= 4.2.30), cdbs (>= 0.4.5.3) +Build-Depends-Indep: java-gcj-compat-dev, libxerces-java, liblog4j1.2-java, ant, libcommons-logging-java +Standards-Version: 3.7.2 Package: libgef-java Architecture: all -Depends: kaffe | java1-runtime | java2-runtime, libxerces-java, liblog4j1.2-java, libcommons-logging-java +Depends: java-gcj-compat | 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. . Modified: trunk/libgef-java/debian/rules =================================================================== --- trunk/libgef-java/debian/rules 2006-08-03 14:24:53 UTC (rev 2326) +++ trunk/libgef-java/debian/rules 2006-08-03 14:25:31 UTC (rev 2327) @@ -7,13 +7,13 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk -JAVA_HOME_DIRS := /usr/lib/kaffe +JAVA_HOME_DIRS := /usr/lib/jvm/java-gcj ANT_HOME := /usr/share/ant -DEB_JARS := log4j-1.2 xerces $(ANT_HOME)/lib/ant-launcher.jar commons-logging +DEB_JARS := log4j-1.2 xerces commons-logging DEB_ANT_BUILD_TARGET := package LIBRARY=gef -VERSION=0.11.99.0.12.beta2 +VERSION=0.11.999.0.11.3M10 install/lib${LIBRARY}-java:: install -m 644 lib/${LIBRARY}.jar ${CURDIR}/debian/lib${LIBRARY}-java/usr/share/java/${LIBRARY}-${VERSION}.jar _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

