Package: src:openmeeg Followup-For: Bug #736035 This bug has been pending for a few months since libtiff4-dev (tiff3) was removeed from the archive, and is blocking builds on new arches as the package is no longer buildable.
So I have NMUed the trivial fix needed, as described above, and in attached patch. To delayed/7 as you are not in the LOWthresholdNMU List (please add yourself if you are OK with things like this just being uploaded) https://wiki.debian.org/LowThresholdNmu -- System Information: Debian Release: 7.7 APT prefers stable APT policy: (990, 'stable') Architecture: i386 (i686) Kernel: Linux 3.2.60-kvm-i386-20140609 (SMP w/1 CPU core) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
diff -Nru openmeeg-2.0.0.dfsg/debian/changelog openmeeg-2.0.0.dfsg/debian/changelog --- openmeeg-2.0.0.dfsg/debian/changelog 2013-06-19 10:55:06.000000000 +0000 +++ openmeeg-2.0.0.dfsg/debian/changelog 2014-10-27 01:36:10.000000000 +0000 @@ -1,3 +1,10 @@ +openmeeg (2.0.0.dfsg-5.2) unstable; urgency=low + + * Non-maintainer upload. + * Transition libtiff dependencies away from libtiff4 (Closes: 736035) + + -- Wookey <[email protected]> Mon, 27 Oct 2014 01:34:46 +0000 + openmeeg (2.0.0.dfsg-5.1) unstable; urgency=low * Non-maintainer upload. diff -Nru openmeeg-2.0.0.dfsg/debian/control openmeeg-2.0.0.dfsg/debian/control --- openmeeg-2.0.0.dfsg/debian/control 2013-06-19 10:53:27.000000000 +0000 +++ openmeeg-2.0.0.dfsg/debian/control 2014-10-27 02:18:23.000000000 +0000 @@ -3,7 +3,7 @@ Priority: extra Maintainer: NeuroDebian Team <[email protected]> Uploaders: Yaroslav Halchenko <[email protected]>, Michael Hanke <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), cmake, doxygen, python-numpy, swig, python-dev (>= 2.4), python-support (>= 0.6), libatlas-base-dev, libvtk5-dev, libtiff4-dev | libtiff-dev, libmatio-dev (>= 1.5) +Build-Depends: debhelper (>= 7.0.50~), cmake, doxygen, python-numpy, swig, python-dev (>= 2.4), python-support (>= 0.6), libatlas-base-dev, libvtk5-dev, libtiff-dev, libmatio-dev (>= 1.5) Standards-Version: 3.9.3 Homepage: http://www-sop.inria.fr/odyssee/software/OpenMEEG/ Vcs-Browser: http://git.debian.org/?p=pkg-exppsy/openmeeg.git

