From ac3a3bd27674790d1949403b6dd0ac508aed2067 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 8 Nov 2006 15:28:22 +0000 Subject: [PATCH] r11298: from NMU --- debian/changelog | 9 +++++++++ debian/rules | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 14b481c..2690563 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +ctsim (4.5.2-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Explicitly give --without-lam to configure; prevents an attempted build + with MPI support, which can FTBFS due to missing build-dependencies. + (Closes: #396364) + + -- Steinar H. Gunderson Wed, 8 Nov 2006 14:19:33 +0100 + ctsim (4.5.2-1) unstable; urgency=low * New upstream diff --git a/debian/rules b/debian/rules index 798df69..38ecda8 100755 --- a/debian/rules +++ b/debian/rules @@ -33,7 +33,7 @@ configure-stamp: dh_testdir touch configure.in && touch aclocal.m4 && touch configure - ./configure --prefix=$(DESTDIR)/usr --mandir=$(DESTDIR)/usr/share/man --datadir=$(HELPDIR) --with-ctn -with-x + ./configure --prefix=$(DESTDIR)/usr --mandir=$(DESTDIR)/usr/share/man --datadir=$(HELPDIR) --with-ctn -with-x --without-lam touch configure-stamp -- 2.34.1