This is an automated email from the git hooks/post-receive script. xhaakon-guest pushed a commit to branch master in repository eclipse-pydev.
commit 288770a988deaa9ba11ddf5222f6d82ed226d65e Author: Jakub Adam <[email protected]> Date: Tue Oct 7 15:53:18 2014 +0200 Install Orbit symlink for org.objectweb.asm Otherwise the package would have to depend on eclipse-pde. --- debian/eclipse.orbitdeps | 1 + debian/patches/add-orbit-dependencies.patch | 14 ++++++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/debian/eclipse.orbitdeps b/debian/eclipse.orbitdeps index 4554a0f..cb7ed44 100644 --- a/debian/eclipse.orbitdeps +++ b/debian/eclipse.orbitdeps @@ -1,4 +1,5 @@ antlr3-runtime +asm3-all atinject-jsr330-api constantine guava diff --git a/debian/patches/add-orbit-dependencies.patch b/debian/patches/add-orbit-dependencies.patch index 59e23de..05ed152 100644 --- a/debian/patches/add-orbit-dependencies.patch +++ b/debian/patches/add-orbit-dependencies.patch @@ -3,18 +3,18 @@ Date: Fri, 27 Sep 2013 21:21:04 +0200 Subject: add-orbit-dependencies --- - features/org.python.pydev.feature/feature.xml | 582 ++++++++++++--------- + features/org.python.pydev.feature/feature.xml | 588 ++++++++++++--------- plugins/org.python.pydev.core/META-INF/MANIFEST.MF | 57 +- .../org.python.pydev.debug/META-INF/MANIFEST.MF | 96 ++-- .../org.python.pydev.jython/META-INF/MANIFEST.MF | 50 +- .../META-INF/MANIFEST.MF | 76 ++- - 5 files changed, 479 insertions(+), 382 deletions(-) + 5 files changed, 485 insertions(+), 382 deletions(-) diff --git a/features/org.python.pydev.feature/feature.xml b/features/org.python.pydev.feature/feature.xml -index 849a463..f9f122e 100644 +index 849a463..a5758a4 100644 --- a/features/org.python.pydev.feature/feature.xml +++ b/features/org.python.pydev.feature/feature.xml -@@ -1,243 +1,339 @@ +@@ -1,243 +1,345 @@ -<?xml version = "1.0" encoding="UTF-8"?> -<!-- -Note: it's important that the versions that need to be replaced are written as version="xxx", because that's what the @@ -596,6 +596,12 @@ index 849a463..f9f122e 100644 + install-size="0" + version="0.0.0" + unpack="false"/> ++ <plugin ++ id="org.objectweb.asm" ++ download-size="0" ++ install-size="0" ++ version="0.0.0" ++ unpack="false"/> +</feature> diff --git a/plugins/org.python.pydev.core/META-INF/MANIFEST.MF b/plugins/org.python.pydev.core/META-INF/MANIFEST.MF index c99941e..22801f3 100644 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-pydev.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

