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  6db837fabc3eeef6262256b835e0f1be0d82c6ad (commit)
      from  b8d341fc05c7eb2da9f2ad53770974a533fb76a1 (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 6db837fabc3eeef6262256b835e0f1be0d82c6ad
Author: Benjamin Drung <[email protected]>
Date:   Tue Sep 29 19:00:54 2009 +0200

    Do not call debian/extra/imagemv.sh directly, because it may have no 
execution right.

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

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

diff --git a/debian/rules b/debian/rules
index 34560e5..d8a91f5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,7 +54,7 @@ clean::
 
 # move images from /usr/lib to /usr/share
 common-install-indep::
-       find debian/tmp/usr/lib/ -type f \( -name '*.bmp' -o -name '*.gif' -o 
-name '*.jpg' -o -name '*.png' \) -exec debian/extra/imagemv.sh '{}' \;
+       find debian/tmp/usr/lib/ -type f \( -name '*.bmp' -o -name '*.gif' -o 
-name '*.jpg' -o -name '*.png' \) -exec sh debian/extra/imagemv.sh '{}' \;
 
 # TODO: Turn all commands below this comment into patches and send them to 
eclipse-build.
 


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

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to