[SCM] Position Astronomy Library branch, debian, updated. 2b309de84e7070907db1572f2ed1d2a745728055
Ole Streicher
debian at liska.ath.cx
Wed May 16 10:36:24 UTC 2012
The following commit has been merged in the debian branch:
commit 6bbf743e47637e1bb42a2404b2b27d36d47eb399
Author: Ole Streicher <debian at liska.ath.cx>
Date: Wed May 16 11:59:15 2012 +0200
Put the "foreign" flag into AM_INIT_AUTOMAKE
diff --git a/debian/patches/use_std_automake.patch b/debian/patches/use_std_automake.patch
index 5aa9cdf..ec4d3a7 100644
--- a/debian/patches/use_std_automake.patch
+++ b/debian/patches/use_std_automake.patch
@@ -8,7 +8,7 @@ Description: Do not depend on the starlink's automake, but use their macro
AC_PREREQ(2.50)
dnl Require Starlink automake
-AM_INIT_AUTOMAKE(1.8.2-starlink)
-+AM_INIT_AUTOMAKE
++AM_INIT_AUTOMAKE([foreign])
dnl Sanity-check: name a file in the source directory -- if this
dnl isn't found then configure will complain
diff --git a/debian/rules b/debian/rules
index bf3c950..c955143 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@
override_dh_autoreconf:
cp pal.news NEWS
- AUTOMAKE="automake --foreign" dh_autoreconf
+ dh_autoreconf
override_dh_auto_configure:
dh_auto_configure -- --without-cnf --with-pthreads
--
Position Astronomy Library
More information about the debian-science-commits
mailing list