[med-svn] [htslib] 08/11: Remove debian/patches/literal_version.patch since upstream stops running make to get the version number

Andreas Tille tille at debian.org
Mon Dec 11 13:58:52 UTC 2017


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

tille pushed a commit to branch master
in repository htslib.

commit 86a38d103174bc569b0d47f34afce1cc0e36a425
Author: Andreas Tille <tille at debian.org>
Date:   Mon Dec 11 14:24:52 2017 +0100

    Remove debian/patches/literal_version.patch since upstream stops running make to get the version number
---
 debian/changelog                     |  2 ++
 debian/patches/literal_version.patch | 16 ----------------
 debian/patches/series                |  1 -
 3 files changed, 2 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b76563d..3daf3b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ htslib (1.6-1) UNRELEASED; urgency=medium
 
   * New upstream version
   * Switch to default Debian Med repository layout
+  * Remove debian/patches/literal_version.patch since upstream stops
+    running make to get the version number
 
  -- Andreas Tille <tille at debian.org>  Mon, 11 Dec 2017 14:17:04 +0100
 
diff --git a/debian/patches/literal_version.patch b/debian/patches/literal_version.patch
deleted file mode 100644
index be9c8e2..0000000
--- a/debian/patches/literal_version.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: do not use make to extract version
- Without a valid config.mk, trying to call m4_esyscmd_s() to run
- make results in weird error messages. This patch avoids having
- to run make just to extract this value.
-Author: Sascha Steinbiss <sascha at steinbiss.name>
---- a/configure.ac
-+++ b/configure.ac
-@@ -23,7 +23,7 @@
- # DEALINGS IN THE SOFTWARE.
- 
- dnl Process this file with autoconf to produce a configure script
--AC_INIT([HTSlib], m4_esyscmd_s([make print-version]),
-+AC_INIT([HTSlib], m4_esyscmd_s([grep 'PACKAGE_VERSION  =' Makefile | cut -f 2 -d'=' | xargs]),
-         [samtools-help at lists.sourceforge.net], [], [http://www.htslib.org/])
- AC_PREREQ(2.63)  dnl This version introduced 4-argument AC_CHECK_HEADER
- AC_CONFIG_SRCDIR(hts.c)
diff --git a/debian/patches/series b/debian/patches/series
index b6dad30..c6a2dbb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,4 @@
 define_PATH_MAX.patch
-literal_version.patch
 htslib-add-cram_to_bam.patch
 fPIC.patch
 877670.patch

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



More information about the debian-med-commit mailing list