[SCM] Handle World Coordinate Systems in Astronomy branch, master, updated. 524039ea360c70344cee0e0073ef601ef96a0fcb

Ole Streicher debian at liska.ath.cx
Thu Feb 9 15:49:46 UTC 2012


The following commit has been merged in the master branch:
commit 524039ea360c70344cee0e0073ef601ef96a0fcb
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Thu Feb 9 16:35:19 2012 +0100

    Use standard automake

diff --git a/debian/patches/series b/debian/patches/series
index 2ba55c5..d91a577 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+use_std_automake.patch
 use_slalib.patch
diff --git a/debian/patches/use_std_automake.patch b/debian/patches/use_std_automake.patch
new file mode 100644
index 0000000..8d60e33
--- /dev/null
+++ b/debian/patches/use_std_automake.patch
@@ -0,0 +1,15 @@
+Author: Ole Streicher <debian at liska.ath.cx>
+Description: Do not depend on the starlink's automake, but use their macro
+ file together with the standard automake
+--- a/configure.ac
++++ b/configure.ac
+@@ -12,7 +12,8 @@ AC_INIT(ast, 6.0.1, ussc at star.rl.ac.uk)
+ dnl   Require autoconf-2.50 at least
+ AC_PREREQ(2.50)
+ dnl   Require Starlink automake
+-AM_INIT_AUTOMAKE(1.8.2-starlink)
++AM_INIT_AUTOMAKE
++m4_include([starconf.m4])
+ 
+ dnl   Sanity-check: name a file in the source directory
+ AC_CONFIG_SRCDIR([ast_link.in])

-- 
Handle World Coordinate Systems in Astronomy



More information about the debian-science-commits mailing list