[adios] 03/207: Debian dir, cut 2

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 03e2e234865a04d3ea17ccbd0afe975c78b0bc86
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Wed Apr 27 19:42:07 2011 +0100

    Debian dir, cut 2
---
 debian/control               | 18 ++++++++++++++++--
 debian/files                 |  1 +
 debian/libadios-dev.docs     |  5 +++++
 debian/libadios-dev.examples |  1 +
 debian/libadios-dev.install  |  2 ++
 debian/libadios.docs         |  1 +
 debian/rules                 |  2 +-
 7 files changed, 27 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 43fda8a..06f8e73 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,14 @@ 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
+Build-Depends: debhelper (>= 7.0.50~), libnetcdf-dev, gfortran, libhdf5-serial-dev, libmxml-dev, python-all-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}
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${python: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,
@@ -17,3 +17,17 @@ Description: ADIOS Adaptable IO System for science
  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.
+
+Package: libadios-dev
+Section: libdevel
+Architecture: any
+Depends:  ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
+Description: Development files for the ADIOS Adaptable IO system
+  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.
+ .
+ This package provides static libraries, headers and build tools for ADIOS.
diff --git a/debian/files b/debian/files
new file mode 100644
index 0000000..f87d1ac
--- /dev/null
+++ b/debian/files
@@ -0,0 +1 @@
+libadios_1.2.1-1_i386.deb libs optional
diff --git a/debian/libadios-dev.docs b/debian/libadios-dev.docs
new file mode 100644
index 0000000..eddd6cc
--- /dev/null
+++ b/debian/libadios-dev.docs
@@ -0,0 +1,5 @@
+KNOWN_BUGS
+AUTHORS
+TODO
+README
+NEWS
diff --git a/debian/libadios-dev.examples b/debian/libadios-dev.examples
new file mode 100644
index 0000000..3693723
--- /dev/null
+++ b/debian/libadios-dev.examples
@@ -0,0 +1 @@
+Examples/*
diff --git a/debian/libadios-dev.install b/debian/libadios-dev.install
new file mode 100644
index 0000000..c23a694
--- /dev/null
+++ b/debian/libadios-dev.install
@@ -0,0 +1,2 @@
+/usr/include/*
+/usr/lib/*.a
diff --git a/debian/libadios.docs b/debian/libadios.docs
new file mode 100644
index 0000000..bea1c01
--- /dev/null
+++ b/debian/libadios.docs
@@ -0,0 +1 @@
+KNOWN_BUGS
diff --git a/debian/rules b/debian/rules
index 9f0193d..e7eaaaa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,6 @@ export DH_VERBOSE=1
 
 # magic debhelper rule
 %:
-	dh $@
+	dh $@ --with python2
 
 

-- 
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