[open-coarrays] 02/80: WIP first cut

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Oct 25 13:45:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch debian/master
in repository open-coarrays.

commit 8f19405fe55872c03796d37c8ac350cf7c9af68d
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Mon May 30 19:48:15 2016 +0100

    WIP first cut
---
 debian/changelog            |  5 +++++
 debian/control              | 31 +++++++++++++++++++++++++++++++
 debian/copyright            | 35 +++++++++++++++++++++++++++++++++++
 debian/libcoarrays-dev.docs |  7 +++++++
 debian/rules                | 12 ++++++++++++
 debian/source/format        |  1 +
 debian/source/options       |  1 +
 7 files changed, 92 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..64c4b3a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+open-coarrays (1.6.0-1) UNRELEASED; urgency=medium
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Mon, 30 May 2016 19:41:59 +0100
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..afb757a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: open-coarrays
+Section: utils
+Priority: optional
+Maintainer: Alastair McKinstry <mckinstry at debian.org>
+Build-Depends: debhelper (>= 9), dh-buildinfo,
+ mpi-default-dev
+Standards-Version: 3.9.8
+Homepage: https://code.zmaw.de/projects/cdo
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/cdo.git
+
+Package: libcoarrays-dev
+Section: utils
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}, libcdi0 ( = ${binary:Version})
+Description: Climate Data Operators
+ Climate Data Operators are a collection of command line Operators 
+ to manipulate and analyse Climate model Data.  Supported data formats are GRIB, 
+ netCDF, SERVICE, EXTRA and IEG. There are more than 400 operators available.
+
+Package: libcdi0
+Section: libs
+Architecture: any
+Priority: optional
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Description: Climate Data Interface (cdi) library
+ CDI is a C and Fortran Interface to access Climate model Data.
+ Supported data formats are GRIB, netCDF, SERVICE, EXTRA and IEG.
+
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..fc4bd0d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,35 @@
+OpenCoarrays
+
+-- A Coarray Fortran application binary interface, application programmer
+    interface, and compiler wrapper.
+
+Copyright (c) 2015-2016, Sourcery Institute
+Copyright (c) 2015-2016, Sourcery, Inc.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+1. Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright
+notice, this list of conditions and the following disclaimer in the
+documentation and/or other materials provided with the distribution.
+
+3. Neither the name of the copyright holder nor the names of its
+contributors may be used to endorse or promote products derived from
+this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/libcoarrays-dev.docs b/debian/libcoarrays-dev.docs
new file mode 100644
index 0000000..a05d0cd
--- /dev/null
+++ b/debian/libcoarrays-dev.docs
@@ -0,0 +1,7 @@
+AUTHORS.md
+CAF_ABI.md
+CONTRIBUTING.md
+GETTING_STARTED.md
+INSTALL.md
+README.md
+STATUS.md
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f6564cb
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+export DH_VERBOSE=1
+
+# The magic debhelper  rule
+%:
+	dh $@ --with cmake
+
+DESTDIR:=`pwd`/debian/tmp/
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+LIBDIR:=/usr/lib/$(DEB_HOST_MULTIARCH)
+
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)
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..b7bc1f2
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+compression = "xz"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/open-coarrays.git



More information about the debian-science-commits mailing list