[adios] 02/207: Add debian

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 06:04:23 UTC 2015


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

mckinstry pushed a commit to branch master
in repository adios.

commit 0d24174b56db5c03e66c4e30016d9667c9255231
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Wed Apr 27 19:18:58 2011 +0100

    Add debian
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 19 +++++++++++++++++++
 debian/copyright     | 25 +++++++++++++++++++++++++
 debian/rules         |  9 +++++++++
 debian/source/format |  1 +
 6 files changed, 60 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5442216
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+adios (1.2.1-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Wed, 27 Apr 2011 19:16:12 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..43fda8a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: adios
+Section: science
+Priority: optional
+Maintainer: Alastair McKinstry <mckinstry at debian.org>
+Build-Depends: debhelper (>= 7.0.50~), libnetcdf-dev, gfortran, libhdf5-serial-dev
+Standards-Version: 3.9.2
+Homepage: http://www.olcf.ornl.gov/center-projects/adios/
+
+Package: libadios
+Section: libs
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: ADIOS Adaptable IO System for science
+ The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists
+ to describe the data in their code that may need to be written, read,
+ or processed outside of the running simulation. By providing an external
+ to the code XML file describing the various elements, their types, and 
+ how you wish to process them this run, the routines in the host code 
+ (either Fortran or C) can transparently change how they process the data.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..69bb532
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,25 @@
+ADIOS is freely available under the terms of the BSD license given below.
+
+Copyright (c) 2008 - 2009.  UT-BATTELLE, LLC. All rights reserved.
+Copyright (c) 2008 - 2009.  Georgia Institute of Technology. All rights reserved.
+
+Produced at the National Center for Computational Sciences in Oak Ridge National Laboratory.
+
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+    * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the disclaimer (as noted below) in the documentation and/or other materials provided with the distribution.
+    * Neither the name of the UT-BATTELLE, LLC 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 PROF [...]
+
+
+Additional BSD Notice
+
+1. This notice is required to be provided under our contract with the U.S. Department of Energy (DOE). This work was produced at Oak Ridge National Laboratory under Contract No. DEAC05-00OR22725  with the DOE.
+
+2. Neither the United States Government nor UT-BATTELLE, LLC nor any of their employees, makes any warranty, express or implied, or assumes any liability or responsibility for the accuracy, completeness, or usefulness of any information, apparatus, product, or process disclosed, or represents that its use would not infringe privately-owned rights.
+
+3. Also, reference herein to any specific commercial products, process, or services by trade name, trademark, manufacturer or otherwise does not necessarily constitute or imply its endorsement, recommendation, or favoring by the United States Government or UT-BATTELLE, LLC. The views and opinions of authors expressed herein do not necessarily state or reflect those of the United States Government or UT-BATTELLE, LLC, and shall not be used for advertising or product endorsement purposes.
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..9f0193d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+export DH_VERBOSE=1
+
+# magic debhelper rule
+%:
+	dh $@
+
+
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)

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



More information about the debian-science-commits mailing list