[med-svn] [sra-sdk] 01/02: Make sure the manually designed configure script will be properly run

Andreas Tille tille at debian.org
Tue Jul 12 11:56:21 UTC 2016


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

tille pushed a commit to branch master
in repository sra-sdk.

commit 0ba5c50f844612608b0ef665420b0e768988f307
Author: Andreas Tille <tille at debian.org>
Date:   Tue Jul 12 13:45:10 2016 +0200

    Make sure the manually designed configure script will be properly run
---
 debian/rules | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index dc3435e..a9dbc42 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,9 +11,12 @@ override_dh_clean:
 	dh_clean
 	rm -f build/OUTDIR.linux
 
+override_dh_update_autotools_config:
+	echo "do nothing"
+
 override_dh_auto_configure:
-        # # that's no standard configure script lacking support of default options \
-        ./configure --build=$(BUILDTYPE) --prefix=/usr
+        # that's no standard configure script lacking support of default options
+	./configure --build=$(BUILDTYPE) --prefix=/usr
 
 override_dh_auto_build:
 	export LD_LIBRARY_PATH="$$LD_LIBRARY_PATH:$(OUTDIR)/lib"; export OUTDIR=$(OUTDIR) ; make DEB_CFLAGS="$(CFLAGS)" DEB_LDFLAGS="$(LDFLAGS)"

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



More information about the debian-med-commit mailing list