[med-svn] samtools 03/07: patch configure.in to not call make in m4_esyscmd_s()
Sascha Steinbiss
sascha at steinbiss.name
Sat Jan 30 21:41:14 UTC 2016
This is an automated email from the git hooks/post-receive script.
sascha-guest pushed a commit to branch debian/unstable
in repository samtools.
commit f1e3f7c8ee30f890f8bd8fbb07278b8e99a93666
Author: Sascha Steinbiss <sascha at steinbiss.name>
Date: Sat Jan 30 20:49:31 2016 +0000
patch configure.in to not call make in m4_esyscmd_s()
---
debian/patches/literal_version.patch | 11 +++++++++++
debian/patches/series | 1 +
2 files changed, 12 insertions(+)
diff --git a/debian/patches/literal_version.patch b/debian/patches/literal_version.patch
new file mode 100644
index 0000000..16a9fb5
--- /dev/null
+++ b/debian/patches/literal_version.patch
@@ -0,0 +1,11 @@
+--- 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([Samtools], m4_esyscmd_s([make print-version]),
++AC_INIT([Samtools], 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([bamtk.c])
diff --git a/debian/patches/series b/debian/patches/series
index 83bdf44..fb319af 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+literal_version.patch
mayhem.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/samtools.git
More information about the debian-med-commit
mailing list