[SCM] Position Astronomy Library branch, master, updated. 0b27bfa76207c436971f9227bb2007c281a23506

Ole Streicher debian at liska.ath.cx
Wed Mar 28 08:32:00 UTC 2012


The following commit has been merged in the master branch:
commit c5d0310a4932ac2f3fe6bbf796f7629a56a5a15f
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Wed Mar 28 09:48:21 2012 +0200

    New git version

diff --git a/debian/get-orig-source.sh b/debian/get-orig-source.sh
index c3852ed..5c7bf84 100644
--- a/debian/get-orig-source.sh
+++ b/debian/get-orig-source.sh
@@ -7,8 +7,7 @@ PACKAGE_NAME=starlink-pal
 #
 # Download and unpack the main source
 # This is the sub directory libraries/sla of the git repository
-#
-H=cef5b81fc74e556415e7c8792a0a5a9bb94275f9
+H=a6712be8523f2997dbb7beea0f146d8d6147b21c
 URL="http://starlink.jach.hawaii.edu/git/?p=starlink.git;a=snapshot;h=${H};sf=tgz"
 wget -O ${TMPDIR}/${PACKAGE_NAME}-git.tar.gz "${URL}"
 tar xf ${TMPDIR}/${PACKAGE_NAME}-git.tar.gz -C ${TMPDIR}
@@ -23,7 +22,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="Fri, 23 Mar 2012 19:55:48 +0000"
+DATE="Wed, 28 Mar 2012 00:51:56 +0000"
 touch -d "${DATE}" ${TMPDIR}/starlink ${TMPDIR}/starlink/*
 VERSION=${VERSION}~git$(date -d "${DATE}" +%Y%m%d)
 
@@ -39,8 +38,8 @@ gzip -n -9 -f ${TAR_NAME}
 # Check or print out the MD5 checksum
 #
 case ${VERSION} in
-    0.1.0~git20120323)
-	echo "3c5a3d04cee7d9376dab61b6c1b0b658  ${TAR_NAME}.gz" | \
+    0.1.0~git20120328)
+	echo "00d6186b7798a458054c669ddd0d2ec0  ${TAR_NAME}.gz" | \
 	md5sum -c -
 	;;
     *)

-- 
Position Astronomy Library



More information about the debian-science-commits mailing list