r1804 - trunk/cacao/debian

Michael Koch mkoch-guest at costa.debian.org
Tue Jan 24 23:33:58 UTC 2006


Author: mkoch-guest
Date: 2006-01-24 23:33:57 +0000 (Tue, 24 Jan 2006)
New Revision: 1804

Modified:
   trunk/cacao/debian/changelog
   trunk/cacao/debian/control
   trunk/cacao/debian/docs
   trunk/cacao/debian/rules
Log:
Added fixes for new upstream version.


Modified: trunk/cacao/debian/changelog
===================================================================
--- trunk/cacao/debian/changelog	2006-01-24 23:04:25 UTC (rev 1803)
+++ trunk/cacao/debian/changelog	2006-01-24 23:33:57 UTC (rev 1804)
@@ -2,14 +2,17 @@
 
   [ Michael Koch ]
   * New upstream version.
+    - Fixes access checks in reflection. Closes: #348048
+  * Added Build-Depends on binutils-dev and libltdl3-dev.
   * Added a watch file.
+  * Updated debian/docs.
 
   [ Stephan Michels ]
   * debian/control: Fixed typo. Closes: #345974
   * debian/cacao.dirs, debian/cacao.links: Add a JDK like directory
     structure in /usr/lib/jvm.
 
- -- Michael Koch <konqueror at gmx.de>  Wed, 25 Jan 2006 00:10:24 +0000
+ -- Michael Koch <konqueror at gmx.de>  Wed, 25 Jan 2006 00:39:46 +0000
 
 cacao (0.93-4) unstable; urgency=low
 

Modified: trunk/cacao/debian/control
===================================================================
--- trunk/cacao/debian/control	2006-01-24 23:04:25 UTC (rev 1803)
+++ trunk/cacao/debian/control	2006-01-24 23:33:57 UTC (rev 1804)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Stephan Michels <stephan at apache.org>, Michael Koch <konqueror at gmx.de>
-Build-Depends: debhelper (>= 4.0.0), classpath (>= 0.19), classpath-common (>= 0.19), jikes, zip, zlib1g-dev
+Build-Depends: debhelper (>= 4.0.0), classpath (>= 0.19), classpath-common (>= 0.19), jikes, zip, zlib1g-dev, binutils-dev, libltdl3-dev
 Standards-Version: 3.6.2
 
 Package: cacao

Modified: trunk/cacao/debian/docs
===================================================================
--- trunk/cacao/debian/docs	2006-01-24 23:04:25 UTC (rev 1803)
+++ trunk/cacao/debian/docs	2006-01-24 23:33:57 UTC (rev 1804)
@@ -1,6 +1,5 @@
 NEWS
 README
-TODO
 ChangeLog-1998
 ChangeLog-1999
 ChangeLog-2000
@@ -8,3 +7,4 @@
 ChangeLog-2002
 ChangeLog-2003
 ChangeLog-2004
+ChangeLog-2005

Modified: trunk/cacao/debian/rules
===================================================================
--- trunk/cacao/debian/rules	2006-01-24 23:04:25 UTC (rev 1803)
+++ trunk/cacao/debian/rules	2006-01-24 23:33:57 UTC (rev 1804)
@@ -28,7 +28,7 @@
 		--prefix=/usr \
 		--mandir=\$${prefix}/share/man \
 		--infodir=\$${prefix}/share/info \
-		--with-classpath-install-dir=/usr
+		--with-classpath-prefix=/usr
 
 
 build: build-stamp




More information about the pkg-java-commits mailing list