[SCM] Positional Astronomy Library branch, master, updated. ab8d379484ef975a84c4b0b638e5b3a04eadff53

Ole Streicher debian at liska.ath.cx
Fri Feb 10 17:21:43 UTC 2012


The following commit has been merged in the master branch:
commit b12ae5ddbdc7d2c3baaec5c6ae1cfcf16497fc7f
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Fri Feb 10 18:15:08 2012 +0100

    Retrieve updated version of 2.5.6

diff --git a/debian/get-orig-source.sh b/debian/get-orig-source.sh
index b9b128e..9b76b4c 100644
--- a/debian/get-orig-source.sh
+++ b/debian/get-orig-source.sh
@@ -8,8 +8,7 @@ PACKAGE_NAME=slalib
 # Download and unpack the main source
 # This is the sub directory libraries/sla of the git repository
 #
-# H=1e88f89e36f83c9370a1b088ab4e7e995519ea56 
-H=66e5d149782e950e16248171964e20c4b830122f
+H=138941bc91b29bac6c3ce647ac765025fbd56299
 SLA_URL="http://starlink.jach.hawaii.edu/git/?p=starlink.git;a=snapshot;h=${H};sf=tgz"
 wget -O ${TMPDIR}/${PACKAGE_NAME}-git.tar.gz "${SLA_URL}"
 tar xf ${TMPDIR}/${PACKAGE_NAME}-git.tar.gz -C ${TMPDIR}
@@ -24,7 +23,7 @@ VERSION=$(echo $(fgrep AC_INIT ${TMPDIR}/starlink/configure.ac |cut -d, -f2 | tr
 # Touch all files with a specific (release) date to ensure that the 
 # MD5 checksum doesn't change.
 #
-DATE="Thu, 2 Feb 2012 23:56:14 +0000"
+DATE="Fri, 10 Feb 2012 16:37:47 +0000"
 touch -d "${DATE}" ${TMPDIR}/starlink ${TMPDIR}/starlink/*
 
 #
@@ -38,12 +37,8 @@ gzip -n -9 -f ${PACKAGE_NAME}_${VERSION}.orig.tar
 # Check or print out the MD5 checksum
 #
 case ${VERSION} in
-    2.5.5)
-	echo "27566975b074b4a46a93aa10bfe749fc  ${PACKAGE_NAME}_${VERSION}.orig.tar.gz" | \
-	md5sum -c -
-	;;
     2.5.6)
-	echo "317e78d26d1345ae85ec13f6b805aa8f  ${PACKAGE_NAME}_${VERSION}.orig.tar.gz" | \
+	echo "9f1f2c45db34bd8fde5f811cf3366180  ${PACKAGE_NAME}_${VERSION}.orig.tar.gz" | \
 	md5sum -c -
 	;;
     *)

-- 
Positional Astronomy Library



More information about the debian-science-commits mailing list