[med-svn] [python-pysam] 02/03: Remove patch for change made upstream
Afif Elghraoui
afif at moszumanska.debian.org
Sun Sep 10 07:27:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch master
in repository python-pysam.
commit bc3c3570f8b2372b87437f55048c4da7cf520375
Author: Afif Elghraoui <afif at debian.org>
Date: Sun Sep 10 00:17:57 2017 -0400
Remove patch for change made upstream
---
debian/patches/bcftools-config-header.patch | 19 -------------------
debian/patches/series | 1 -
2 files changed, 20 deletions(-)
diff --git a/debian/patches/bcftools-config-header.patch b/debian/patches/bcftools-config-header.patch
deleted file mode 100644
index 21bc1ad..0000000
--- a/debian/patches/bcftools-config-header.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: create bcftools/config.h if it doesn't exist
- since bcftools and samtools 1.5 are using the same build system,
- they need to be treated the same way. Compilation fails when bcftools
- can't find its config.h.
-Author: Afif Elghraoui <afif at debian.org>
-Forwarded: https://github.com/pysam-developers/pysam/pull/533
-Last-Update: 2017-09-03
---- python-pysam.orig/setup.py
-+++ python-pysam/setup.py
-@@ -134,7 +134,8 @@
- package_dirs = {'pysam': 'pysam',
- 'pysam.include.samtools': 'samtools',
- 'pysam.include.bcftools': 'bcftools'}
--config_headers = ["samtools/config.h"]
-+config_headers = ["samtools/config.h",
-+ "bcftools/config.h"]
-
- from cy_build import CyExtension as Extension, cy_build_ext as build_ext
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 336b8e8..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-bcftools-config-header.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