[SCM] Positional Astronomy Library branch, master, updated. 1f6effc23261e2e9c2320ca77862fecdebe7c384

Ole Streicher debian at liska.ath.cx
Fri Feb 10 12:05:35 UTC 2012


The following commit has been merged in the master branch:
commit 1f6effc23261e2e9c2320ca77862fecdebe7c384
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Fri Feb 10 12:25:43 2012 +0100

    Move to upstream version 2.5.6

diff --git a/debian/changelog b/debian/changelog
index 9bb64eb..6c982bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-slalib (2.5.5-1) unstable; urgency=low
+slalib (2.5.6-1) unstable; urgency=low
 
   * Initial release. Closes: #659003
 
diff --git a/debian/get-orig-source.sh b/debian/get-orig-source.sh
index e8e42e8..b9b128e 100644
--- a/debian/get-orig-source.sh
+++ b/debian/get-orig-source.sh
@@ -8,13 +8,14 @@ PACKAGE_NAME=slalib
 # Download and unpack the main source
 # This is the sub directory libraries/sla of the git repository
 #
-H=1e88f89e36f83c9370a1b088ab4e7e995519ea56
+# H=1e88f89e36f83c9370a1b088ab4e7e995519ea56 
+H=66e5d149782e950e16248171964e20c4b830122f
 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}
 
 #
-# Retrieve package version from the AC_INIT(sla, 2.5-5, ussc at star.rl.ac.uk)
+# Retrieve package version from the AC_INIT(sla, 2.5-6, ussc at star.rl.ac.uk)
 # line of configure.ac
 #
 VERSION=$(echo $(fgrep AC_INIT ${TMPDIR}/starlink/configure.ac |cut -d, -f2 | tr - .))
@@ -41,6 +42,10 @@ case ${VERSION} in
 	echo "27566975b074b4a46a93aa10bfe749fc  ${PACKAGE_NAME}_${VERSION}.orig.tar.gz" | \
 	md5sum -c -
 	;;
+    2.5.6)
+	echo "317e78d26d1345ae85ec13f6b805aa8f  ${PACKAGE_NAME}_${VERSION}.orig.tar.gz" | \
+	md5sum -c -
+	;;
     *)
 	md5sum ${PACKAGE_NAME}_${VERSION}.orig.tar.gz
 	;;

-- 
Positional Astronomy Library



More information about the debian-science-commits mailing list