[adios] 05/207: Next cut, remove libadios. libadios-dev only

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 06:04:24 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 159390472702e22e125eabf5d75fa4df89d36c55
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Wed Apr 27 21:25:26 2011 +0100

    Next cut, remove libadios. libadios-dev only
---
 debian/changelog             |  2 +-
 debian/control               | 18 ++----------------
 debian/libadios-dev.examples |  2 +-
 debian/libadios-dev.install  |  1 +
 debian/libadios.docs         |  1 -
 debian/rules                 |  3 ++-
 6 files changed, 7 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5442216..e275093 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 adios (1.2.1-1) UNRELEASED; urgency=low
 
-  * Initial release. (Closes: #XXXXXX)
+  * Initial release. (Closes: #624371).
 
  -- Alastair McKinstry <mckinstry at debian.org>  Wed, 27 Apr 2011 19:16:12 +0100
diff --git a/debian/control b/debian/control
index 06f8e73..2113c4a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,32 +2,18 @@ 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, libmxml-dev, python-all-dev
+Build-Depends: debhelper (>= 7.0.50~), libnetcdf-dev, gfortran, libhdf5-serial-dev, libmxml-dev, python-all-dev, libopenmpi-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}, ${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,
- 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.
-
 Package: libadios-dev
 Section: libdevel
 Architecture: any
 Depends:  ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
-Description: Development files for the ADIOS Adaptable IO system
+Description: ADIOS Adaptable IO system for simulations
   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/libadios-dev.examples b/debian/libadios-dev.examples
index 3693723..e39721e 100644
--- a/debian/libadios-dev.examples
+++ b/debian/libadios-dev.examples
@@ -1 +1 @@
-Examples/*
+examples/*
diff --git a/debian/libadios-dev.install b/debian/libadios-dev.install
index c23a694..1a8a304 100644
--- a/debian/libadios-dev.install
+++ b/debian/libadios-dev.install
@@ -1,2 +1,3 @@
 /usr/include/*
 /usr/lib/*.a
+/usr/bin/*
diff --git a/debian/libadios.docs b/debian/libadios.docs
deleted file mode 100644
index bea1c01..0000000
--- a/debian/libadios.docs
+++ /dev/null
@@ -1 +0,0 @@
-KNOWN_BUGS
diff --git a/debian/rules b/debian/rules
index e7eaaaa..d078f9a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,4 +6,5 @@ export DH_VERBOSE=1
 %:
 	dh $@ --with python2
 
-
+override_dh_auto_configure:
+	dh_auto_configure -- --enable-shared

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