[SCM] UNNAMED PROJECT branch, master, updated. 0.30-22-gc254423

Niels Thykier nthykier-guest at alioth.debian.org
Fri Jul 2 13:20:56 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  c2544231a5c932dc1a491712c5297bca2c7433ec (commit)
      from  61dab3298ae9d4ffb23c8e4dd7d1fd4e33936464 (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 c2544231a5c932dc1a491712c5297bca2c7433ec
Author: Niels Thykier <niels at thykier.net>
Date:   Fri Jul 2 15:20:50 2010 +0200

    Correct dependency generation.

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

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

diff --git a/jh_depends b/jh_depends
index 9964f8d..886f535 100755
--- a/jh_depends
+++ b/jh_depends
@@ -158,7 +158,7 @@ for p in $PACKAGES; do
 					echo "Checking: " $OLDDIR/debian/$j$realjar
 				fi
 				if [ -f $OLDDIR/debian/$j$realjar ]; then
-					LOCALDEBDEPS="$LOCALDEBDEPS $j (\>= \${source:Version})"
+					LOCALDEBDEPS="$LOCALDEBDEPS $j (>= \${source:Version})"
 				else 
 					NEWJARDEPS="$NEWJARDEPS $realjar"
 				fi


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the pkg-java-commits mailing list