[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. 55e294a53a5822830b0e94648440f983949c1d5c

Niels Thykier nthykier-guest at alioth.debian.org
Sat Nov 14 22:07:39 UTC 2009


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 "eclipse - Powerful IDE written in java - Debian package.".

The branch, master has been updated
       via  55e294a53a5822830b0e94648440f983949c1d5c (commit)
       via  f38ed1979b159f34179be06192b7117a8b34f240 (commit)
      from  18f2dc6c29ed0b8e9271bf74551cabd331db2f68 (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 55e294a53a5822830b0e94648440f983949c1d5c
Merge: f38ed1979b159f34179be06192b7117a8b34f240 18f2dc6c29ed0b8e9271bf74551cabd331db2f68
Author: Niels Thykier <niels at thykier.net>
Date:   Sat Nov 14 23:07:34 2009 +0100

    Merge branch 'master' of ssh://git.debian.org/git/pkg-java/eclipse

commit f38ed1979b159f34179be06192b7117a8b34f240
Author: Niels Thykier <niels at thykier.net>
Date:   Sat Nov 14 23:07:17 2009 +0100

    Correct the capture part of imagemv.pl.

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

Summary of changes:
 debian/extra/imagemv.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/extra/imagemv.pl b/debian/extra/imagemv.pl
index 6e3f217..0138393 100755
--- a/debian/extra/imagemv.pl
+++ b/debian/extra/imagemv.pl
@@ -29,7 +29,7 @@ while( my $image = <STDIN> ){
 	#   org.eclipse.help_1.1.1.R35x_v20090811-7e7eFAnFEx2XZoYwvOe8duD
 	# becomes
 	#   org.eclipse.help_1.1.1.R35x_v20090811
-	$des =~ s@(_)v\d{8}-[^/]++@$1 at o;
+	$des =~ s@(_v\d{8})-[^/]++@$1 at o;
     }
     $desdir = $des;
     # Remove the last part (the name of the file)


hooks/post-receive
-- 
eclipse - Powerful IDE written in java - Debian package.



More information about the pkg-java-commits mailing list