[exodus] 05/48: Initial cut of debian directory

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Jul 15 11:35:52 UTC 2015


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

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

commit 58324bf8cc8b4b1b4c688bf993d70cb59b4fa6c3
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sat Apr 23 14:48:11 2011 +0100

    Initial cut of debian directory
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 15 +++++++++++++++
 debian/copyright     | 32 ++++++++++++++++++++++++++++++++
 debian/rules         |  5 +++++
 debian/source/format |  1 +
 6 files changed, 59 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2f3614c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+exodusii (4.6-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Sat, 23 Apr 2011 14:42:36 +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..2e95ee4
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: exodus
+Section: science
+Priority: optional
+Maintainer: Alastair McKinstry <mckinstry at debian.org>
+Build-Depends: debhelper (>= 7.0.50~), cmake (>= 2.4.0), libnetcdf-dev, gfortran
+Standards-Version: 3.9.2
+Homepage: http://www.xmdf.org/
+
+Package:  exodusii
+Section: libs
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: exodusII dataodel for VisIt visualization tool
+ ExodusII is a NetCDF-based data model for use with the VisIt 
+ data analysis and visualization tool.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f11b681
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,32 @@
+Copyright (c) 2005 Sandia Corporation. Under the terms of Contract
+DE-AC04-94AL85000 with Sandia Corporation, the U.S. Governement
+retains certain rights in this software.
+
+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 following
+      disclaimer in the documentation and/or other materials provided
+      with the distribution.  
+
+    * Neither the name of Sandia Corporation 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
+OWNER 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/rules b/debian/rules
new file mode 100644
index 0000000..da79beb
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+# Magic debhelper rule
+%:
+	dh $@ --buildsystem cmake
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/exodus.git



More information about the debian-science-commits mailing list