diff -u gromacs-4.0.3/debian/changelog gromacs-4.0.3/debian/changelog --- gromacs-4.0.3/debian/changelog +++ gromacs-4.0.3/debian/changelog @@ -1,3 +1,10 @@ +gromacs (4.0.3-1ubuntu1) jaunty; urgency=low + + * Dont use autoreconf as libtoolize from autoreconf causes libtool + mismatch and build failure (LP: #327354) + + -- Stefan Lesicnik Wed, 11 Feb 2009 14:39:25 +0200 + gromacs (4.0.3-1) unstable; urgency=low * New upstream release. @@ -35,6 +42,13 @@ -- Nicholas Breen Mon, 19 Jan 2009 10:42:26 -0800 +gromacs (4.0.2-1ubuntu1) jaunty; urgency=low + + * Use autoreconf rather than calling automake etc. so that libtoolize gets + run to correct the build failure caused by version skew. + + -- James Westby Tue, 25 Nov 2008 00:27:54 +0000 + gromacs (4.0.2-1) unstable; urgency=low * New upstream release. diff -u gromacs-4.0.3/debian/control gromacs-4.0.3/debian/control --- gromacs-4.0.3/debian/control +++ gromacs-4.0.3/debian/control @@ -1,7 +1,8 @@ Source: gromacs Section: science Priority: extra -Maintainer: Debichem Team +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Debichem Team Uploaders: Nicholas Breen Build-Depends: debhelper (>= 5.0.0), dpatch, libfftw3-dev, libmpich1.0-dev (>= 1.2.7-6), lam4-dev, libopenmpi-dev (>= 1.2.4-5) [alpha amd64 i386 ia64 powerpc kfreebsd-i386 kfreebsd-amd64 hurd-i386], lesstif2-dev, libxt-dev, libsm-dev, libice-dev, libxext-dev, libxp-dev, libx11-dev, zlib1g-dev, libgsl0-dev, gfortran [alpha], autotools-dev (>= 20070725.1), autoconf, automake (>= 1:1.10), libtool Build-Conflicts: autoconf2.13 diff -u gromacs-4.0.3/debian/rules gromacs-4.0.3/debian/rules --- gromacs-4.0.3/debian/rules +++ gromacs-4.0.3/debian/rules @@ -86,7 +86,7 @@ -test -r /usr/share/misc/config.guess && \ cp -f /usr/share/misc/config.guess config.guess # patch 04_autoconf_mpisuffix changes configure.ac, requiring a fresh autotools pass - autoreconf --force --install --verbose + #autoreconf --force --install --verbose # -dp is the place for double-precision builds (mkdir -p build/basic; cd build/basic; ../../configure $(COMMON_CONFIG_PARAMS) --with-gsl ) (mkdir -p build/basic-dp; cd build/basic-dp; ../../configure $(COMMON_CONFIG_PARAMS) --with-gsl --program-suffix=_d --enable-double)