Bug#751130: vtk: FTBFS: undefined reference to `vtkPostgreSQLDatabase::New()'

2014-06-23 Thread Colin Watson
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 +==

Bug#744116: meep-mpich2: rebuild against new libmpich version?

2014-04-10 Thread Colin Watson
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

Bug#742514: clasp: fix up TBB handling for ppc64el

2014-03-24 Thread Colin Watson
# -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

Bug#733679: wcslib: ensure that configure never runs before autoreconf

2013-12-30 Thread Colin Watson
@@ -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] --