[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. 5dfa9fa6de7c9610b49a6559c99eb1f4f04fb560
Benjamin Drung
bdrung-guest at alioth.debian.org
Sat Sep 19 23:30:28 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 5dfa9fa6de7c9610b49a6559c99eb1f4f04fb560 (commit)
via 472c16c64e1563d5463aeb24fc2a90aca277fb4b (commit)
from 536651fe50b90cc0c5e7da69a08f5a027be22b87 (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 5dfa9fa6de7c9610b49a6559c99eb1f4f04fb560
Author: Benjamin Drung <bdrung at ubuntu.com>
Date: Sun Sep 20 01:30:08 2009 +0200
install eclipse manpage
commit 472c16c64e1563d5463aeb24fc2a90aca277fb4b
Author: Benjamin Drung <bdrung at ubuntu.com>
Date: Sun Sep 20 01:25:56 2009 +0200
fix permissions for ant scripts
-----------------------------------------------------------------------
Summary of changes:
debian/eclipse-platform.install | 1 +
...nstall-target.patch => 01-install-target.patch} | 0
.../{stamp-fix.patch => 02-stamp-fix.patch} | 0
debian/patches/03-fix-perm.patch | 14 ++++++++++++++
4 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/debian/eclipse-platform.install b/debian/eclipse-platform.install
index a7fffb0..0eb74d9 100644
--- a/debian/eclipse-platform.install
+++ b/debian/eclipse-platform.install
@@ -1,4 +1,5 @@
debian/extra/eclipse usr/bin/
+debian/extra/eclipse.1 usr/share/man/man1
debian/tmp/usr/share/
debian/tmp/usr/lib/eclipse/eclipse
debian/tmp/usr/lib/eclipse/features/org.eclipse.sdk_*
diff --git a/debian/patches/install-target.patch b/debian/patches/01-install-target.patch
similarity index 100%
rename from debian/patches/install-target.patch
rename to debian/patches/01-install-target.patch
diff --git a/debian/patches/stamp-fix.patch b/debian/patches/02-stamp-fix.patch
similarity index 100%
rename from debian/patches/stamp-fix.patch
rename to debian/patches/02-stamp-fix.patch
diff --git a/debian/patches/03-fix-perm.patch b/debian/patches/03-fix-perm.patch
new file mode 100644
index 0000000..3964cd3
--- /dev/null
+++ b/debian/patches/03-fix-perm.patch
@@ -0,0 +1,14 @@
+diff -Nur -x '*.orig' -x '*~' debian.git/build.xml debian.git.new/build.xml
+--- build.xml 2009-09-20 00:29:01.021565574 +0200
++++ build.xml 2009-09-20 00:37:34.333570795 +0200
+@@ -412,6 +412,10 @@
+ tofile="${destDir}${prefix}/share/icons/hicolor/32x32/apps/eclipse.png" />
+ <copy file="${buildDirectory}/plugins/org.eclipse.platform/eclipse48.png"
+ tofile="${destDir}${prefix}/share/icons/hicolor/48x48/apps/eclipse.png" />
++ <!-- fix permissions -->
++ <chmod perm="755" dir="${destDir}${prefix}/lib/eclipse/plugins" includes="org.apache.ant_*/bin/ant" />
++ <chmod perm="755" dir="${destDir}${prefix}/lib/eclipse/plugins" includes="org.apache.ant_*/bin/antRun" />
++ <chmod perm="755" dir="${destDir}${prefix}/lib/eclipse/plugins" includes="org.apache.ant_*/bin/*.pl" />
+ </target>
+
+ </project>
hooks/post-receive
--
eclipse - Powerful IDE written in java - Debian package.
More information about the pkg-java-commits
mailing list