[pkg-java] r6518 - trunk/kaffe/debian

mkoch at alioth.debian.org mkoch at alioth.debian.org
Mon Jun 2 05:38:43 UTC 2008


Author: mkoch
Date: 2008-06-02 05:38:43 +0000 (Mon, 02 Jun 2008)
New Revision: 6518

Modified:
   trunk/kaffe/debian/
   trunk/kaffe/debian/changelog
   trunk/kaffe/debian/control
   trunk/kaffe/debian/file-actions.pl
Log:
kaffe (2:1.1.8-5) unstable; urgency=low

  * Build-Depends on default-jdk-builddep. Closes: #477868
  * Fix debian/file-actions.pl to work with Perl 5.10. Closes: #479716

 -- Michael Koch <konqueror at gmx.de>  Thu, 08 May 2008 15:42:58 +0200




Property changes on: trunk/kaffe/debian
___________________________________________________________________
Name: svn:ignore
   - installfakeinstall
jikes-kaffe
kaffe
kaffe-common
kaffe-dev
kaffe-doc
kaffe-jthreads
kaffe-pthreads
files
install
kaffe-jthreads.postinst
kaffe-jthreads.prerm
kaffe-jthreads.substvars
kaffe-pthreads.postinst
kaffe-pthreads.prerm
kaffe-pthreads.substvars

   + installfakeinstall
jikes-kaffe
kaffe
kaffe-common
kaffe-dev
kaffe-doc
kaffe-jthreads
kaffe-pthreads
files
install
kaffe-jthreads.postinst
kaffe-jthreads.prerm
kaffe-jthreads.substvars
kaffe-pthreads.postinst
kaffe-pthreads.prerm
kaffe-pthreads.substvars
*.debhelper.log


Modified: trunk/kaffe/debian/changelog
===================================================================
--- trunk/kaffe/debian/changelog	2008-06-02 05:11:06 UTC (rev 6517)
+++ trunk/kaffe/debian/changelog	2008-06-02 05:38:43 UTC (rev 6518)
@@ -1,3 +1,10 @@
+kaffe (2:1.1.8-5) unstable; urgency=low
+
+  * Build-Depends on default-jdk-builddep. Closes: #477868
+  * Fix debian/file-actions.pl to work with Perl 5.10. Closes: #479716
+
+ -- Michael Koch <konqueror at gmx.de>  Thu, 08 May 2008 15:42:58 +0200
+
 kaffe (2:1.1.8-4) unstable; urgency=low
 
   * Make Build-Depends on libasound2-dev only used on linux archs.

Modified: trunk/kaffe/debian/control
===================================================================
--- trunk/kaffe/debian/control	2008-06-02 05:11:06 UTC (rev 6517)
+++ trunk/kaffe/debian/control	2008-06-02 05:38:43 UTC (rev 6518)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Ean R. Schuessler <ean at novare.net>, Arnaud Vandyck <avdyk at debian.org>, Adam Heath <doogie at brainfood.com>, Michael Koch <konqueror at gmx.de>, Jeroen van Wolffelaar <jeroen at wolffelaar.nl>
-Build-Depends: debhelper (>= 5), libpng12-dev, libjpeg62-dev, libungif4-dev, zlib1g-dev, libgmp3-dev, xutils, dbs, zip, fastjar, ecj (>= 3.3), ecj-gcj (>= 3.3) [alpha hppa i386 ia64 powerpc s390 sparc], gij-4.2, libgtk2.0-dev, libart-2.0-dev, libxml2-dev, libxslt1-dev, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libesd0-dev, libcairo2-dev, libxtst-dev, libx11-dev, libxext-dev, libice-dev, libxt-dev, libgconf2-dev
+Build-Depends: debhelper (>= 5), libpng12-dev, libjpeg62-dev, libungif4-dev, zlib1g-dev, libgmp3-dev, xutils, dbs, zip, fastjar, ecj-gcj (>= 3.3) [!alpha !arm !hppa !hurd-i386], gij-4.2 [!alpha !arm !hppa !hurd-i386], libgtk2.0-dev, libart-2.0-dev, libxml2-dev, libxslt1-dev, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libesd0-dev, libcairo2-dev, libxtst-dev, libx11-dev, libxext-dev, libice-dev, libxt-dev, libgconf2-dev
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/kaffe
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/kaffe

Modified: trunk/kaffe/debian/file-actions.pl
===================================================================
--- trunk/kaffe/debian/file-actions.pl	2008-06-02 05:11:06 UTC (rev 6517)
+++ trunk/kaffe/debian/file-actions.pl	2008-06-02 05:38:43 UTC (rev 6518)
@@ -37,7 +37,7 @@
 open( JL, "< debian/FileActions" ) || error( "open: debian/FileActions" );
 foreach my $file ( grep( { $_->{ 'file' } && ( $_->{ 'target' } || $_->{ 'action' } ) } parse_stream( \*JL ) ) ) {
 #print STDERR Dumper( $file );
-	my ( $action, $name, $target ) = @{ %$file }{ qw( action file target ) };
+	my ( $action, $name, $target ) = @{ $file }{ qw( action file target ) };
 	if ( $name =~ m/[][{}?*]/ ) {
 		use File::Glob ':glob';
 		my @files = glob( "$install/$name" );




More information about the pkg-java-commits mailing list