[SCM] Handle World Coordinate Systems in Astronomy branch, master, updated. 268099f9e586cdbf2d6f586d169d71ed09ef8618
Ole Streicher
debian at liska.ath.cx
Tue Mar 13 17:13:05 UTC 2012
The following commit has been merged in the master branch:
commit 268099f9e586cdbf2d6f586d169d71ed09ef8618
Author: Ole Streicher <debian at liska.ath.cx>
Date: Tue Mar 13 18:12:04 2012 +0100
Use the correct header files for PAL and SOFA
diff --git a/debian/patches/use_external_sofa.patch b/debian/patches/use_external_sofa.patch
index 89bcaf5..805757a 100644
--- a/debian/patches/use_external_sofa.patch
+++ b/debian/patches/use_external_sofa.patch
@@ -19,7 +19,7 @@ Description: Use the IAU SOFA library that is packaged in Debian.
# Positional astronomy libraries.
libast_pal_la_SOURCES = $(PAL_FILES)
-+libast_pal_la_LIBADD = /usr/lib/libsofa_c.so
++libast_pal_la_LIBADD = -lsofa_c
# The following files are built by the targets in this makefile.
MAINTAINERCLEANFILES = version.h builddocs addversion \
diff --git a/debian/rules b/debian/rules
index f260eeb..0ceb4bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,7 @@ export MANIFEST=/bin/true
override_dh_autoreconf:
cp ast.news NEWS
rm -f sun211.ps
+ rm -f pal/pal.h sofa.h
sed s/libast/libstarlink_ast/g -i Makefile.am
AUTOMAKE="automake --foreign" dh_autoreconf
--
Handle World Coordinate Systems in Astronomy
More information about the debian-science-commits
mailing list