[cdftools] 212/228: WIP: first cut

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 08:21:51 UTC 2015


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

mckinstry pushed a commit to branch master
in repository cdftools.

commit b298184d8338ac5404736602c125a0e9d25457cd
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Fri May 24 10:11:55 2013 +0100

    WIP: first cut
---
 debian/changelog                |  5 +++++
 debian/compat                   |  2 ++
 debian/control                  | 18 ++++++++++++++++++
 debian/copyright                | 37 +++++++++++++++++++++++++++++++++++++
 debian/rules                    |  9 +++++++++
 debian/source/format            |  1 +
 debian/source/lintian-overrides |  1 +
 debian/source/options           |  1 +
 8 files changed, 74 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5ccae31
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+cdftools (3.0-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Fri, 24 May 2013 10:04:43 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..48c962f
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1,2 @@
+9
+
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..e4ed366
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: cdftuils
+Section: utils
+Priority: optional
+Maintainer: Alastair McKinstry <mckinstry at debian.org>
+Build-Depends: debhelper (>= 9), gfortran
+Standards-Version: 3.9.4
+Homepage: http://servforge.legi.grenoble-inp.fr/projects/CDFTOOLS
+
+Package: 
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Diagnostic tools for NEMO netCDF output
+ CDFTOOLS is a diagnostic package written in fortran 90 for the analysis
+ of NEMO model output in the frame of the DRAKKAR project.
+ NEMO (Nucleus for European Modelling of the Ocean) is a state-of-the-art modeling
+ framework for oceanographic research, operational oceanography seasonal forecast
+ and climate studies.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..640455a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,37 @@
+The following licence information concerns ONLY the CDFTOOLS package
+=======================================================================
+
+Copyright � LEGI-MEOM (Jean-Marc.Molines at legi.grenoble-inp.fr )
+Contributors : M. Balmaseda, E. Behrens, F. Castruccio,  J. Deshayes,
+N. Djath, C. Dufour, R. Dussin, N. Ferry, F. Hernandez, M. Juza,
+A. Lecointre, P. Mathiot, A. Melet, G. Moreau, A.M. Treguier
+
+This software is a computer program for analysis of NEMO model output 
+produced in the frame of the DRAKKAR project. It is designed  for the
+treatment of the NetCdf files produced by NEMO-DRAKKAR. 
+
+This software is governed by the CeCILL  license under French law and
+abiding by the rules of distribution of free software.  You can  use, 
+modify and/ or redistribute the software under the terms of the CeCILL
+license as circulated by CEA, CNRS and INRIA at the following URL
+"http://www.cecill.info". 
+
+As a counterpart to the access to the source code and  rights to copy,
+modify and redistribute granted by the license, users are provided only
+with a limited warranty  and the software's author,  the holder of the
+economic rights,  and the successive licensors  have only  limited
+liability. 
+
+In this respect, the user's attention is drawn to the risks associated
+with loading,  using,  modifying and/or developing or reproducing the
+software by the user in light of its specific status of free software,
+that may mean  that it is complicated to manipulate,  and  that  also
+therefore means  that it is reserved for developers  and  experienced
+professionals having in-depth computer knowledge. Users are therefore
+encouraged to load and test the software's suitability as regards their
+requirements in conditions enabling the security of their systems and/or 
+data to be ensured and,  more generally, to use and operate it in the 
+same conditions as regards security. 
+
+The fact that you are presently reading this means that you have had
+knowledge of the CeCILL license and that you accept its terms.
diff --git a/debian/rules b/debian/rules
new file mode 100644
index 0000000..a949204
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+# export DH_VERBOSE=1
+
+# The magic debhelper  rule
+%:
+	dh $@ 
+
+override_dh_auto_make:
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/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..266a073
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1 @@
+cdo source: package-needs-versioned-debhelper-build-depends 9
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..8f04d6d
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+compression = "bzip2"

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



More information about the debian-science-commits mailing list