[SCM] UNNAMED PROJECT branch, master, updated. 0.31-59-gd126440

Niels Thykier nthykier at alioth.debian.org
Thu Mar 24 20:39:23 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".

The branch, master has been updated
       via  d126440360591f34ddb4354c62b761e6d91d4515 (commit)
      from  54d5dbd09bd131717d06e219c951169d8efc2bca (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d126440360591f34ddb4354c62b761e6d91d4515
Author: Niels Thykier <niels at thykier.net>
Date:   Thu Mar 24 21:36:47 2011 +0100

    Fixed a couple of issues/dev-regressions in jh_generateorbitdir

-----------------------------------------------------------------------

Summary of changes:
 jh_generateorbitdir |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/jh_generateorbitdir b/jh_generateorbitdir
index 22c0a40..620a913 100755
--- a/jh_generateorbitdir
+++ b/jh_generateorbitdir
@@ -12,6 +12,7 @@ use warnings;
 use Archive::Zip qw( :ERROR_CODES :CONSTANTS );
 use Debian::Debhelper::Dh_Lib;
 use Debian::Javahelper::Eclipse;
+use Debian::Javahelper::Java;
 use Debian::Javahelper::Manifest( qw(MAIN_SECTION) );
 
 =head1 SYNOPSIS
@@ -102,7 +103,7 @@ doit('mkdir', '-p', $orbitdir);
 
 foreach my $jar (find_jars(@orbitdeps)){
     my $manifest = read_manifest($jar);
-    my $msect = $mainfest->get_section(MAIN_SECTION);
+    my $msect = $manifest->get_section(MAIN_SECTION);
     my $symName = $msect->get_value(${\EOB_SYM_NAME}, 1);
     my $version = $msect->get_value(${\EOB_BUNDLE_VERSION}, 1);
     error("$jar did not have any OSGi metadata")


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the pkg-java-commits mailing list