[SCM] Positional Astronomy Library branch, master, updated. 936760f0e23181268378c6df07eaecb87b1647e1

Ole Streicher debian at liska.ath.cx
Tue Feb 7 18:41:18 UTC 2012


The following commit has been merged in the master branch:
commit 936760f0e23181268378c6df07eaecb87b1647e1
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Tue Feb 7 19:38:17 2012 +0100

    add starconf.m4 into source

diff --git a/debian/get-orig-source.sh b/debian/get-orig-source.sh
old mode 100644
new mode 100755
index b05b855..9043cdb
--- a/debian/get-orig-source.sh
+++ b/debian/get-orig-source.sh
@@ -4,11 +4,13 @@ trap 'rm -fr debian-orig-source || exit 1' EXIT INT TERM
 
 H=1e88f89e36f83c9370a1b088ab4e7e995519ea56
 SLA_URL="http://starlink.jach.hawaii.edu/git/?p=starlink.git;a=snapshot;h=${H};sf=tgz"
+STARCONF_URL="http://starlink.jach.hawaii.edu/git/?p=starlink.git;a=blob_plain;f=buildsupport/starconf/starconf.m4.in;h=c888aee37a39d2ea28b10138b97c34c324e519b8;hb=d6a0e974c8e2744e79450cf002c65d27d1336586"
 DATE="Thu, 2 Feb 2012 23:56:14 +0000"
 
 mkdir debian-orig-source/
 wget -O debian-orig-source/tarball "${SLA_URL}"
 tar xf debian-orig-source/tarball -C debian-orig-source
+wget -O debian-orig-source/starlink/starconf.m4 "${STARCONF_URL}"
 
 VERSION=$(fgrep AC_INIT debian-orig-source/starlink/configure.ac| cut -d\  -f2 |cut -d, -f1 | tr - .)
 touch -d "${DATE}" debian-orig-source/starlink debian-orig-source/starlink/*
diff --git a/debian/rules b/debian/rules
old mode 100644
new mode 100755

-- 
Positional Astronomy Library



More information about the debian-science-commits mailing list