[med-svn] [htslib] 03/06: run configure step before build

Sascha Steinbiss sascha at steinbiss.name
Mon Feb 8 16:47:53 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 htslib.

commit a0b324148c86b362e4182e12f439d31e76cf2b36
Author: Sascha Steinbiss <sascha at steinbiss.name>
Date:   Mon Feb 8 16:35:17 2016 +0000

    run configure step before build
---
 debian/control         | 3 ++-
 debian/libhts1.symbols | 3 ++-
 debian/rules           | 4 ++++
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index a5cd912..bd98616 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ Section: science
 Priority: optional
 Build-Depends: debhelper (>= 9),
                dh-exec,
-               zlib1g-dev
+               zlib1g-dev,
+               autoconf
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/htslib.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/htslib.git -b debian/unstable
diff --git a/debian/libhts1.symbols b/debian/libhts1.symbols
index 2cf4449..98677db 100644
--- a/debian/libhts1.symbols
+++ b/debian/libhts1.symbols
@@ -501,6 +501,7 @@ libhts.so.1 libhts1 #MINVER#
  mfflush at Base 1.0
  mfgetc at Base 1.0
  mfgets at Base 1.0
+ mfmmap at Base 1.3
  mfopen at Base 1.0
  mfprintf at Base 1.0
  mfread at Base 1.0
@@ -633,4 +634,4 @@ libhts.so.1 libhts1 #MINVER#
  zfputs at Base 1.0
  zfseeko at Base 1.0
  zftello at Base 1.0
- zlib_mem_inflate at Base 1.0
\ No newline at end of file
+ zlib_mem_inflate at Base 1.0
diff --git a/debian/rules b/debian/rules
index 390f5d4..c90725b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,10 @@ override_dh_auto_test:
 	$(RM) test/*.tmp test/*.tmp.* test/*.o test/*.dSYM \
               test/fieldarith test/hfile test/test_view test/test-vcf-api test/test-vcf-sweep
 
+override_dh_auto_configure:
+	autoconf
+	./configure
+
 override_dh_auto_build:
 	dh_auto_build -- \
 	  CFLAGS="$$(dpkg-buildflags --get CFLAGS)" \

-- 
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