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 9f3b3493c97e6e79fedeb8d4b37d67f7056dfd2c Author: Markus Koschany <[email protected]> Date: Fri Feb 27 17:19:36 2015 +0100 Add MANIFEST-org.python.pydev.debug.patch --- .../patches/MANIFEST-org.python.pydev.debug.patch | 23 ++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 24 insertions(+) diff --git a/debian/patches/MANIFEST-org.python.pydev.debug.patch b/debian/patches/MANIFEST-org.python.pydev.debug.patch new file mode 100644 index 0000000..3d5486c --- /dev/null +++ b/debian/patches/MANIFEST-org.python.pydev.debug.patch @@ -0,0 +1,23 @@ +From: Markus Koschany <[email protected]> +Date: Fri, 27 Feb 2015 17:19:13 +0100 +Subject: MANIFEST org.python.pydev.debug + +--- + plugins/org.python.pydev.debug/META-INF/MANIFEST.MF | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + +diff --git a/plugins/org.python.pydev.debug/META-INF/MANIFEST.MF b/plugins/org.python.pydev.debug/META-INF/MANIFEST.MF +index b6faad5..8be3d4c 100644 +--- a/plugins/org.python.pydev.debug/META-INF/MANIFEST.MF ++++ b/plugins/org.python.pydev.debug/META-INF/MANIFEST.MF +@@ -29,7 +29,9 @@ Require-Bundle: org.junit;bundle-version="4.0.0";resolution:=optional, + org.eclipse.core.expressions, + org.python.pydev.jython, + org.python.pydev.shared_interactive_console, +- org.python.pydev.shared_ui ++ org.python.pydev.shared_ui, ++ org.apache.xmlrpc, ++ org.apache.xmlrpc.server + Bundle-ActivationPolicy: lazy + Export-Package: org.python.pydev.debug.codecoverage,org.python.pydev.d + ebug.console,org.python.pydev.debug.core,org.python.pydev.debug.curr_ diff --git a/debian/patches/series b/debian/patches/series index 234ea50..25a474d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -9,3 +9,4 @@ python.pydev.core-MANIFEST.patch python.pydev.shared_core-MANIFEST.patch WorkspaceStub.patch no-e4.patch +MANIFEST-org.python.pydev.debug.patch -- 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

