[SCM] Algorithms for models in fundamental astronomy branch, master, updated. 0ca6e22a7f9636c4eed07b85589683fc6fcce832

Ole Streicher github at liska.ath.cx
Thu Feb 23 13:51:00 UTC 2012


The following commit has been merged in the master branch:
commit 0ca6e22a7f9636c4eed07b85589683fc6fcce832
Author: Ole Streicher <github at liska.ath.cx>
Date:   Thu Feb 23 14:49:03 2012 +0100

    Initial Debian files

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..bbc0163
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+iausofa (20101201-1) unstable; urgency=low
+
+  * Initial release. (Closes: #659639)
+
+ -- Ole Streicher <debian at liska.ath.cx>  Mon, 13 Feb 2012 14:48:21 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..57cc72d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,35 @@
+Source: iausofa
+Section: science
+Priority: extra
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Ole Streicher <debian at liska.ath.cx>
+Build-Depends: debhelper (>= 7.5.0)
+Standards-Version: 3.9.2
+Homepage: sofa
+Vcs-Git: git://git.debian.org/git/debian-science/packages/iausofa.git
+Vcs-Browser: http://git.debian.org/?p=debian-science/packages/iausofa.git
+
+Package: libsofa
+Section: libs
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Algorithms for models in fundamental astronomy
+ This is a suite of vector/matrix routines and various utilities that
+ underpin the astronomy algorithms, which include routines for the
+ following:
+ .
+  - Calendars
+  - Time Scales
+  - Earth rotation and sidereal time
+  - Ephemerides (medium precision)
+  - Geocentric/geodetic transformations
+  - Precession, nutation, polar motion
+  - Star space motion
+  - Star catalogue conversion
+ .
+ This is the ANSI C version of the library.
+ .
+ The International Astronomical Union's SOFA service has the task of
+ establishing and maintaining an accessible and authoritative set of
+ algorithms and procedures that implement standard models used in
+ fundamental astronomy.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..b20f912
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+export DH_VERBOSE=1
+export INSTALL_DIR := debian/libsofa
+
+%:
+	dh $@ -D20101201/c/src 
+
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Algorithms for models in fundamental astronomy



More information about the debian-science-commits mailing list