[pnetcdf] 02/08: WIP: Initial packaging

Alastair McKinstry mckinstry at moszumanska.debian.org
Sun Jan 24 09:06:32 UTC 2016


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

mckinstry pushed a commit to branch debian/master
in repository pnetcdf.

commit 9cd10b95411970a4cff1d6fc6f033755dff8cc30
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sun Jan 17 05:04:26 2016 +0000

    WIP: Initial packaging
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 24 ++++++++++++++++++++++++
 debian/copyright | 34 ++++++++++++++++++++++++++++++++++
 debian/rules     |  7 +++++++
 source/format    |  1 +
 source/options   |  1 +
 7 files changed, 73 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..246c417
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+pnetcdf (1.7.0~pre1-1) UNRELEASED; urgency=medium
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Tue, 19 Jan 2016 18:52:30 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a093257
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: pnetcdf
+Section: utils
+Priority: optional
+Maintainer: Alastair McKinstry <mckinstey at debian.org>
+Build-Depends: autoconf, automake
+Standards-Version: 3.9.6
+Homepage: https://trac.mcs.anl.gov/projects/parallel-netcdf
+
+Package: libpnetcdf-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends}, libcdi0 (= ${binary:Version})
+Description: Development files for the parallel netCDF library
+ PnetCDF is a library providing high-performance parallel I/O while still
+ maintaining file-format compatibility with  Unidata's NetCDF, 
+ specifically the formats of CDF-1 and CDF-2. 
+ Although NetCDF supports parallel I/O starting from version 4, the files 
+ must be in HDF5 format. PnetCDF is currently the only choice for carrying 
+ out parallel I/O on files that are in classic formats (CDF-1 and 2).
+ .
+ In addition, PnetCDF supports the CDF-5 file format, an extension of CDF-2,
+ that supports more data types and allows users to define large dimensions, 
+ attributes, and variables (>2B elements).
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0482a47
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,34 @@
+Copyright (c) 2003 Northwestern University and Argonne National Laboratory
+All rights reserved.
+
+Portions of this software were developed by the Unidata Program at the
+University Corporation for Atmospheric Research.
+
+Access and use of this software shall impose the following obligations and
+understandings on the user. The user is granted the right, without any fee or
+cost, to use, copy, modify, alter, enhance and distribute this software, and
+any derivative works thereof, and its supporting documentation for any purpose
+whatsoever, provided that this entire notice appears in all copies of the
+software, derivative works and supporting documentation.  Further, Northwestern
+University and Argonne National Laboratory request that the user credit
+Northwestern University and Argonne National Laboratory in any publications
+that result from the use of this software or in any product that includes this
+software.  The names Northwestern University and Argonne National Laboratory,
+however, may not be used in any advertising or publicity to endorse or promote
+any products or commercial entity unless specific written permission is
+obtained from Northwestern University and Argonne National Laboratory. The user
+also understands that Northwestern University and Argonne National Laboratory
+are not obligated to provide the user with any support, consulting, training or
+assistance of any kind with regard to the use, operation and performance of
+this software nor to provide the user with any updates, revisions, new versions
+or "bug fixes."
+
+THIS SOFTWARE IS PROVIDED BY NORTHWESTERN UNIVERSITY AND ARGONNE NATIONAL
+LABORATORY "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 NORTHWESTERN UNIVERSITY
+AND ARGONNE NATIONAL LABORATORY BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
+ACTION, ARISING OUT OF OR IN CONNECTION WITH THE ACCESS, USE OR PERFORMANCE OF
+THIS SOFTWARE.
diff --git a/debian/rules b/debian/rules
new file mode 100644
index 0000000..ed8b978
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+export DH_VERBOSE=1
+
+# The magic debhelper  rule
+%:
+	dh $@ --with autoreconf
diff --git a/source/format b/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/source/options b/source/options
new file mode 100644
index 0000000..b7bc1f2
--- /dev/null
+++ b/source/options
@@ -0,0 +1 @@
+compression = "xz"

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



More information about the debian-science-commits mailing list