[adios] 52/207: Add autotools-dev for updated config

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 06:04:35 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 04978cea4e45fdbbebf2c2deff581bc6b5e5b55a
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Thu Oct 24 11:44:24 2013 +0100

    Add autotools-dev for updated config
---
 debian/changelog |  3 ++-
 debian/control   | 11 +++++++++--
 debian/rules     |  2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a934a67..b19ea25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 adios (1.4.1-1) unstable; urgency=low
 
   * New upstream.
+  * update config.{sub,guess} for the AArch64 port. Closes: #727312.
 
- -- Alastair McKinstry <mckinstry at debian.org>  Mon, 08 Apr 2013 19:27:47 +0100
+ -- Alastair McKinstry <mckinstry at debian.org>  Thu, 24 Oct 2013 19:27:47 +0100
 
 adios (1.3-11) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index ef291f8..3dcf2dd 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: adios
 Section: science
 Priority: optional
 Maintainer: Alastair McKinstry <mckinstry at debian.org>
-Build-Depends: debhelper (>= 9), libnetcdf-dev, gfortran, libhdf5-mpi-dev | libhdf5-dev, libmxml-dev, python-all-dev, mpi-default-dev 
+Build-Depends: debhelper (>= 9), libnetcdf-dev, gfortran, libhdf5-mpi-dev | libhdf5-dev, libmxml-dev, python-all-dev, mpi-default-dev, autotools-dev,
+  python3-all-dev
 Standards-Version: 3.9.4
 Homepage: http://www.olcf.ornl.gov/center-projects/adios/
 
@@ -10,7 +11,7 @@ Package: libadios-dev
 Section: libdevel
 Architecture: any
 Multi-Arch: foreign
-Depends:  ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
+Depends:  ${misc:Depends}, ${shlibs:Depends}
 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,
@@ -18,3 +19,9 @@ Description: ADIOS Adaptable IO system for simulations
  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-bin
+Section: utils
+Multi-Arch: foreign
+Depends:  ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
diff --git a/debian/rules b/debian/rules
index 03ec1c6..6fed9a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,7 @@ DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 # magic debhelper rule
 %:
-	dh $@ --with python2
+	dh $@ --with python2,python3,autotools_dev
 
 override_dh_auto_clean:
 	dh_clean

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