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

Ole Streicher debian at liska.ath.cx
Wed May 29 10:42:47 UTC 2013


The following commit has been merged in the debian branch:
commit 669533c327eaba1cea9178c1ef3693b0e11709a0
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Wed May 29 12:42:13 2013 +0200

    Fix backslashes

diff --git a/debian/rules b/debian/rules
index 4584577..b9fb924 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,6 @@
 	dh  $@
 
 override_dh_auto_build:
-	$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o fitsverify
-	ftverify.c fvrf_data.c fvrf_file.c fvrf_head.c fvrf_key.c fvrf_misc.c\
+	$(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