[adios] 34/207: Move to multi-arch

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 06:04:30 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 db4ac347d7dbb16be26aaa344ae5b96a5c1f31f3
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Wed Sep 14 15:44:46 2011 +0100

    Move to multi-arch
---
 debian/changelog | 7 +++++++
 debian/compat    | 2 +-
 debian/control   | 1 +
 debian/rules     | 2 +-
 4 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a434b0e..f63dadb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+adios (1.3-8) unstable; urgency=low
+
+  * Add -Wl,--as-needed to remove unnecessary dependencies.
+  * Mult-Arch support. 
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Wed, 14 Sep 2011 15:43:29 +0100
+
 adios (1.3-7) unstable; urgency=low
 
   * Rename gpp to adiosxml2h. (Will be renamed by upstream in next release)
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 89c0e36..e2d7e6f 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Homepage: http://www.olcf.ornl.gov/center-projects/adios/
 Package: libadios-dev
 Section: libdevel
 Architecture: any
+Multi-Arch: same
 Depends:  ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
 Description: ADIOS Adaptable IO system for simulations
  The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists
diff --git a/debian/rules b/debian/rules
index 17a19ae..c0a999a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,7 @@ override_dh_auto_clean:
 	find . -name '*.pyc' -delete
 
 override_dh_auto_configure:
-	dh_auto_configure --  $(WITH_LUSTRE) --enable-shared --prefix=`pwd`/debian/tmp  MPIFC=mpif77 CC=$(CC)
+	LDFLAGS=" -Wl,--as-needed" dh_auto_configure --  $(WITH_LUSTRE) --enable-shared --prefix=`pwd`/debian/tmp  MPIFC=mpif77 CC=$(CC)
 
 override_dh_auto_install:
 	$(MAKE) install prefix=$(shell pwd)/debian/libadios-dev/usr 

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