[SCM] UNNAMED PROJECT branch, master, updated. 0.30-41-ge7ba1c1

Niels Thykier nthykier-guest at alioth.debian.org
Mon Jul 5 14:21:09 UTC 2010


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  e7ba1c14bcab6b9c26815815a98cd93a77fbc67e (commit)
      from  0e40f4b704e1e51094c30642a8b83801dd35e0c8 (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 e7ba1c14bcab6b9c26815815a98cd93a77fbc67e
Author: Niels Thykier <niels at thykier.net>
Date:   Mon Jul 5 16:20:33 2010 +0200

    Fixed warning for non-existent jars.

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

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

diff --git a/jh_manifest b/jh_manifest
index c2ecfcd..edea175 100755
--- a/jh_manifest
+++ b/jh_manifest
@@ -166,13 +166,13 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
         $lp =~ s@^$fulldir/*@@;
         error("Conflicting manifests for $link (link) and $path,") if(exists($manifests->{$lp}));
         delete($files->{$lp});
-        delete($manifest->{$link});
+        delete($manifests->{$link});
         verbose_print("Updating symlinked $path (using manifest for $link)");
         update_jar($path, $manifest);
     }
     foreach my $jar (keys(%$files)){
         my $manifest = $manifests->{$jar};
-        delete($manifest->{$jar});
+        delete($manifests->{$jar});
         update_jar("$dir/$jar", $manifest);
     }
     foreach my $unused (keys(%$manifests)){


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the pkg-java-commits mailing list