[med-svn] [python-pysam] 02/03: Drop pysam_stdout_linkage.patch, not needed since compat symlinks were added

Graham Inggs ginggs at moszumanska.debian.org
Mon Jul 31 12:14:08 UTC 2017


This is an automated email from the git hooks/post-receive script.

ginggs pushed a commit to branch master
in repository python-pysam.

commit ee30ec94215abf29e7dd1c8730dec8369c9c2b29
Author: Graham Inggs <ginggs at debian.org>
Date:   Mon Jul 31 13:35:34 2017 +0200

    Drop pysam_stdout_linkage.patch, not needed since compat symlinks were added
---
 debian/changelog                          |  2 ++
 debian/patches/pysam_stdout_linkage.patch | 28 ----------------------------
 debian/patches/series                     |  1 -
 3 files changed, 2 insertions(+), 29 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e4c4dfe..412e553 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ python-pysam (0.11.2.2+ds-2) UNRELEASED; urgency=medium
   * Mark debian/python-pysam.links executable for dh-exec
   * Drop exclude_test_tyring_to_access_remote_ftpserver.patch,
     fixed upstream
+  * Drop pysam_stdout_linkage.patch, not needed since
+    compatibility symlinks were added
 
  -- Graham Inggs <ginggs at debian.org>  Mon, 31 Jul 2017 12:37:39 +0200
 
diff --git a/debian/patches/pysam_stdout_linkage.patch b/debian/patches/pysam_stdout_linkage.patch
deleted file mode 100644
index 9e9b54e..0000000
--- a/debian/patches/pysam_stdout_linkage.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Description: fix missing symbols in libcsamtools and libcbcftools libraries
- Building on Ubuntu fails because a couple of the .sos wind up with
- unresolved references to symbols found elsewhere in the tree.  Fix their
- linkage so that they load cleanly.
-Author: Steve Langasek <steve.langasek at canonical.com>
-Last-Update: Fri, 28 Jul 2017 10:45:42 -0700
-Bug-Debian: https://bugs.debian.org/867017
-
---- a/setup.py
-+++ b/setup.py
-@@ -463,6 +463,7 @@ cutils = Extension(
- csamtools = Extension(
-     "pysam.libcsamtools",
-     [source_pattern % "samtools"] +
-+    ["pysam/pysam_util.c"] +
-     glob.glob(os.path.join("samtools", "*.pysam.c")) +
-     htslib_sources +
-     os_c_files,
-@@ -484,7 +485,8 @@ cbcftools = Extension(
-     library_dirs=["pysam"] + htslib_library_dirs,
-     include_dirs=["bcftools", "pysam", "."] +
-     include_os + htslib_include_dirs,
--    libraries=external_htslib_libraries + internal_htslib_libraries,
-+    libraries=external_htslib_libraries + internal_htslib_libraries + \
-+    [os.path.splitext("csamtools{}".format(suffix))[0]],
-     language="c",
-     extra_compile_args=extra_compile_args,
-     define_macros=define_macros
diff --git a/debian/patches/series b/debian/patches/series
index 0aa298f..27db99f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-pysam_stdout_linkage.patch
 no-usage-test-without-tty.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pysam.git



More information about the debian-med-commit mailing list