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 d985799b2098bde92d27bae258612856b3c41a41 Author: Sascha Steinbiss <[email protected]> Date: Sat Jan 30 21:15:23 2016 +0000 add patch header --- debian/patches/literal_version.patch | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/patches/literal_version.patch b/debian/patches/literal_version.patch index 16a9fb5..a9731fb 100644 --- a/debian/patches/literal_version.patch +++ b/debian/patches/literal_version.patch @@ -1,3 +1,8 @@ +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 <[email protected]> --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/samtools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
