[SCM] A FITS File Format-Verification Tool branch, debian, updated. a06067b2eb09bab3e86116e7a2660b9ac892fc5c

Ole Streicher debian at liska.ath.cx
Thu May 23 10:27:07 UTC 2013


The following commit has been merged in the debian branch:
commit 66775721f30407c56d0a1af10ed7d6bea8728f7a
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Thu May 23 12:25:29 2013 +0200

    Use CC and LDFLAGS variables

diff --git a/debian/rules b/debian/rules
index 90474b7..4584577 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,6 @@
 	dh  $@
 
 override_dh_auto_build:
-	gcc $(CPPFLAGS) $(CFLAGS) -o fitsverify ftverify.c fvrf_data.c \
-	fvrf_file.c fvrf_head.c fvrf_key.c fvrf_misc.c -DSTANDALONE \
-	-lcfitsio -lm
+	$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o fitsverify
+	ftverify.c fvrf_data.c fvrf_file.c fvrf_head.c fvrf_key.c fvrf_misc.c\
+	-DSTANDALONE -lcfitsio -lm

-- 
A FITS File Format-Verification Tool



More information about the debian-science-commits mailing list