[eclipse-pydev] 12/38: Drop fix-attach-so-path.patch

Markus Koschany apo-guest at moszumanska.debian.org
Fri Feb 27 17:25:57 UTC 2015


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 d1207d2ef0a598c57d87fee5c52e89c8a6a541b3
Author: Markus Koschany <apo at gambaru.de>
Date:   Thu Feb 26 22:14:54 2015 +0100

    Drop fix-attach-so-path.patch
---
 debian/patches/fix-attach-so-path.patch | 31 -------------------------------
 debian/patches/series                   |  1 -
 2 files changed, 32 deletions(-)

diff --git a/debian/patches/fix-attach-so-path.patch b/debian/patches/fix-attach-so-path.patch
deleted file mode 100644
index 6713af2..0000000
--- a/debian/patches/fix-attach-so-path.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From: Jakub Adam <jakub.adam at ktknet.cz>
-Date: Fri, 26 Sep 2014 22:46:51 +0200
-Subject: fix-attach-so-path
-
----
- .../pysrc/pydevd_attach_to_process/add_code_to_python_process.py     | 5 +----
- 1 file changed, 1 insertion(+), 4 deletions(-)
-
-diff --git a/plugins/org.python.pydev/pysrc/pydevd_attach_to_process/add_code_to_python_process.py b/plugins/org.python.pydev/pysrc/pydevd_attach_to_process/add_code_to_python_process.py
-index d2ca18d..81ea3b1 100644
---- a/plugins/org.python.pydev/pysrc/pydevd_attach_to_process/add_code_to_python_process.py
-+++ b/plugins/org.python.pydev/pysrc/pydevd_attach_to_process/add_code_to_python_process.py
-@@ -409,8 +409,7 @@ def run_python_code_linux(pid, python_code, connect_debugger_tracing=False, show
- 
-     print('Attaching with arch: %s'% (arch,))
-         
--    target_dll = os.path.join(filedir, 'attach_linux_%s.so' % suffix)
--    target_dll = os.path.normpath(target_dll)
-+    target_dll = os.path.normpath('/usr/lib/eclipse-pydev/attach_linux.so')
-     if not os.path.exists(target_dll):
-         raise RuntimeError('Could not find dll file to inject: %s' % target_dll)
- 
-@@ -436,8 +435,6 @@ def run_python_code_linux(pid, python_code, connect_debugger_tracing=False, show
- 
-     cmd.extend(["--eval-command='set scheduler-locking off'"])  # If on we'll deadlock.
- 
--    cmd.extend(["--eval-command='set architecture %s'" % arch])
--
-     cmd.extend([
-         "--eval-command='call dlopen(\"%s\", 2)'" % target_dll,
-         "--eval-command='call DoAttach(%s, \"%s\", %s)'" % (
diff --git a/debian/patches/series b/debian/patches/series
index 2f1b423..addcc4e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 remove-windows-specific-code.patch
 remove-winp-usage.patch
-fix-attach-so-path.patch
 fix-proc-read-linux-3.17.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-pydev.git



More information about the pkg-java-commits mailing list