This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch experimental in repository eclipse-pydev.
commit 73c3057c4253426750bf7d82439dc1b1408f24ed Author: Markus Koschany <[email protected]> Date: Thu Feb 26 23:05:29 2015 +0100 Split add-orbit-dependencies.patch into more digestible pieces. --- debian/patches/python.pydev.core-MANIFEST.patch | 22 ++++++++++++++++++ debian/patches/python.pydev.jython-MANIFEST.patch | 23 +++++++++++++++++++ debian/patches/series | 3 +++ .../shared_interactive_console-MANIFEST.patch | 26 ++++++++++++++++++++++ 4 files changed, 74 insertions(+) diff --git a/debian/patches/python.pydev.core-MANIFEST.patch b/debian/patches/python.pydev.core-MANIFEST.patch new file mode 100644 index 0000000..d29c9f6 --- /dev/null +++ b/debian/patches/python.pydev.core-MANIFEST.patch @@ -0,0 +1,22 @@ +From: Markus Koschany <[email protected]> +Date: Thu, 26 Feb 2015 23:05:06 +0100 +Subject: python.pydev.core MANIFEST + +--- + plugins/org.python.pydev.core/META-INF/MANIFEST.MF | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/plugins/org.python.pydev.core/META-INF/MANIFEST.MF b/plugins/org.python.pydev.core/META-INF/MANIFEST.MF +index a6c73b0..3a83005 100644 +--- a/plugins/org.python.pydev.core/META-INF/MANIFEST.MF ++++ b/plugins/org.python.pydev.core/META-INF/MANIFEST.MF +@@ -18,7 +18,8 @@ Require-Bundle: org.junit;bundle-version="4.0.0";resolution:=optional, + org.eclipse.ui.console, + org.eclipse.core.variables, + org.python.pydev.shared_core;visibility:=reexport, +- org.python.pydev.shared_ui ++ org.python.pydev.shared_ui, ++ name.pachler.nio.file + Bundle-ActivationPolicy: lazy + Export-Package: org.python.pydev.core,org.python.pydev.core.cache,org. + python.pydev.core.concurrency,org.python.pydev.core.docutils,org.pyth diff --git a/debian/patches/python.pydev.jython-MANIFEST.patch b/debian/patches/python.pydev.jython-MANIFEST.patch new file mode 100644 index 0000000..3305d38 --- /dev/null +++ b/debian/patches/python.pydev.jython-MANIFEST.patch @@ -0,0 +1,23 @@ +From: Markus Koschany <[email protected]> +Date: Thu, 26 Feb 2015 23:00:50 +0100 +Subject: python.pydev.jython MANIFEST + +--- + plugins/org.python.pydev.jython/META-INF/MANIFEST.MF | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + +diff --git a/plugins/org.python.pydev.jython/META-INF/MANIFEST.MF b/plugins/org.python.pydev.jython/META-INF/MANIFEST.MF +index 04d0d21..fd75059 100644 +--- a/plugins/org.python.pydev.jython/META-INF/MANIFEST.MF ++++ b/plugins/org.python.pydev.jython/META-INF/MANIFEST.MF +@@ -16,7 +16,9 @@ Require-Bundle: org.eclipse.core.runtime, + org.eclipse.ui.console, + org.eclipse.jface.text, + org.junit;bundle-version="4.0";resolution:=optional, +- org.python.pydev.shared_ui ++ org.python.pydev.shared_ui, ++ org.python, ++ com.google.guava + Bundle-ActivationPolicy: lazy + Export-Package: org.python.core, + org.python.pydev.jython, diff --git a/debian/patches/series b/debian/patches/series index f6a2df2..4a11099 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,3 +3,6 @@ remove-winp-usage.patch fix-proc-read-linux-3.17.patch fix-attach-so-path.patch add-orbit-dependencies-feature.xml.patch +shared_interactive_console-MANIFEST.patch +python.pydev.jython-MANIFEST.patch +python.pydev.core-MANIFEST.patch diff --git a/debian/patches/shared_interactive_console-MANIFEST.patch b/debian/patches/shared_interactive_console-MANIFEST.patch new file mode 100644 index 0000000..3f3d73a --- /dev/null +++ b/debian/patches/shared_interactive_console-MANIFEST.patch @@ -0,0 +1,26 @@ +From: Markus Koschany <[email protected]> +Date: Thu, 26 Feb 2015 22:59:11 +0100 +Subject: shared_interactive_console MANIFEST + +--- + .../META-INF/MANIFEST.MF | 7 +------ + 1 file changed, 1 insertion(+), 6 deletions(-) + +diff --git a/plugins/org.python.pydev.shared_interactive_console/META-INF/MANIFEST.MF b/plugins/org.python.pydev.shared_interactive_console/META-INF/MANIFEST.MF +index 3ec4a94..7d0af45 100644 +--- a/plugins/org.python.pydev.shared_interactive_console/META-INF/MANIFEST.MF ++++ b/plugins/org.python.pydev.shared_interactive_console/META-INF/MANIFEST.MF +@@ -3,12 +3,7 @@ Bundle-ManifestVersion: 2 + Bundle-Name: Interactive Console Plug-in + Bundle-SymbolicName: org.python.pydev.shared_interactive_console;singleton:=true + Bundle-Version: 3.9.2.qualifier +-Bundle-ClassPath: interactive_console.jar, +- commons-logging-1.1.1.jar, +- ws-commons-util-1.0.2.jar, +- xmlrpc-client-3.1.3.jar, +- xmlrpc-common-3.1.3.jar, +- xmlrpc-server-3.1.3.jar ++Bundle-ClassPath: interactive_console.jar + Bundle-Activator: org.python.pydev.shared_interactive_console.InteractiveConsolePlugin + Bundle-Localization: plugin + Eclipse-BundleShape: dir -- 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

