r2004 - trunk/buoy/debian

Petter Reinholdtsen pere at costa.debian.org
Mon Mar 13 20:21:42 UTC 2006


Author: pere
Date: 2006-03-13 20:21:41 +0000 (Mon, 13 Mar 2006)
New Revision: 2004

Modified:
   trunk/buoy/debian/changelog
   trunk/buoy/debian/control
   trunk/buoy/debian/libbuoy-java.doc-base
   trunk/buoy/debian/rules
Log:
  * Drop unneeded 'j2re1.4 | j2re1.5' dependency.
  * Change documentation section to "Programming for api docs" based
    on feedback from Wolfgang Baer.
  * Remove the compiler settings in rules, as it isn't needed.

Modified: trunk/buoy/debian/changelog
===================================================================
--- trunk/buoy/debian/changelog	2006-03-12 21:29:30 UTC (rev 2003)
+++ trunk/buoy/debian/changelog	2006-03-13 20:21:41 UTC (rev 2004)
@@ -1,3 +1,12 @@
+buoy (1.6-2) UNRELEASED; urgency=low
+
+  * Drop unneeded 'j2re1.4 | j2re1.5' dependency.
+  * Change documentation section to "Programming for api docs" based
+    on feedback from Wolfgang Baer.
+  * Remove the compiler settings in rules, as it isn't needed.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Sun, 12 Mar 2006 22:24:40 +0100
+
 buoy (1.6-1) unstable; urgency=low
 
   * Initial package (Closes: #356355)

Modified: trunk/buoy/debian/control
===================================================================
--- trunk/buoy/debian/control	2006-03-12 21:29:30 UTC (rev 2003)
+++ trunk/buoy/debian/control	2006-03-13 20:21:41 UTC (rev 2004)
@@ -8,7 +8,7 @@
 
 Package: libbuoy-java
 Architecture: all
-Depends: kaffe | java1-runtime | java2-runtime | j2re1.4 | j2re1.5
+Depends: kaffe | java1-runtime | java2-runtime
 Description: Java User Interface Toolkit
  Buoy is a Java framework for creating user interfaces. This release
  contains a number of bug fixes and new features, including a toolbar

Modified: trunk/buoy/debian/libbuoy-java.doc-base
===================================================================
--- trunk/buoy/debian/libbuoy-java.doc-base	2006-03-12 21:29:30 UTC (rev 2003)
+++ trunk/buoy/debian/libbuoy-java.doc-base	2006-03-13 20:21:41 UTC (rev 2004)
@@ -2,7 +2,7 @@
 Title: Manual for Buoy
 Author:  Peter Eastman <peastman at users.sourceforge.net>
 Abstract: This is the manual of the Java library Buoy
-Section: Apps/Programming
+Section: Programming for api docs
 
 Format: HTML
 Index: /usr/share/doc/libbuoy-java/docs/index.html

Modified: trunk/buoy/debian/rules
===================================================================
--- trunk/buoy/debian/rules	2006-03-12 21:29:30 UTC (rev 2003)
+++ trunk/buoy/debian/rules	2006-03-13 20:21:41 UTC (rev 2004)
@@ -12,10 +12,6 @@
 DEB_ANT_BUILD_TARGET := dist docs
 DEB_JARS             = $(ANT_HOME)/lib/ant-launcher.jar
 
-# Use ECJ compiler
-DEB_ANT_COMPILER     := org.eclipse.jdt.core.JDTCompilerAdapter
-DEB_JARS             := $(DEB_JARS) ecj
-
 clean::
 	rm -f buoy.jar
 




More information about the pkg-java-commits mailing list