0100
@@ -0,0 +1,38 @@
+Description: Look for PostgreSQL libraries in multiarch locations
+Author: Colin Watson
+Bug-Debian: https://bugs.debian.org/751130
+Forwarded: no
+Last-Update: 2014-06-23
+
+Index: b/CMake/FindPOSTGRES.cmake
+==
ment any upload of meep-mpich2 will cause it to link against
the new libmpich.
Thanks,
--
Colin Watson [cjwat...@debian.org]
--
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/m
#
-arch = $(shell dpkg-architecture -qDEB_BUILD_ARCH | egrep "(amd64|ia64|ppc64)")
+arch = $(shell dpkg-architecture -qDEB_BUILD_ARCH | egrep -x
"(amd64|ia64|ppc64|ppc64el)")
os = $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS | grep linux)
# use hardening config flags fo
@@ -6,6 +6,9 @@
%:
dh $@ --with autoreconf,autotools_dev
+override_dh_auto_clean:
+ [ ! -e makedefs ] || dh_auto_clean
+
override_dh_autoreconf:
AUTOHEADER=true dh_autoreconf
Thanks,
--
Colin Watson [cjwat...@ubuntu.com]
--