Package: hypre
Version: 2.4.0b-2
Severity: serious
Tags: patch
Justification: FTBFS

Hi.

With dpkg-dev (>= 1.15.3), backslashes are (rightfully) no longer
allowed for line wrapping, making your package FTBFS. Since the dpkg
developers didn't check what FTBFS might now be triggered, I'm doing
so…
| dpkg-checkbuilddeps: warning: can't parse dependency \
|  gfortran
| dpkg-checkbuilddeps: error: error occurred while parsing 
Build-Depends/Build-Depends-Indep)
| dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; 
aborting.
| dpkg-buildpackage: warning: (Use -d flag to override.)

Trivial patch attached. Build checked with sbuild on sid/amd64.

Mraw,
KiBi
--- hypre-2.4.0b/debian/control
+++ hypre-2.4.0b/debian/control
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Adam C. Powell, IV <[email protected]>
 Standards-Version: 3.8.0
-Build-Depends: debhelper (>= 3.0), quilt, libsuperlu3-dev, mpi-default-dev, \
+Build-Depends: debhelper (>= 3.0), quilt, libsuperlu3-dev, mpi-default-dev,
  gfortran, libblas-dev | libblas-3gf.so, liblapack-dev | liblapack-3gf.so
 Homepage: http://acts.nersc.gov/hypre/
 
@@ -20,8 +20,8 @@
 Package: libhypre-dev
 Architecture: all
 Section: libdevel
-Depends: libhypre-2.4.0 (>= ${source:Version}), libsuperlu3-dev, \
- mpi-default-dev, libatlas-base-dev | libblas-dev | libblas-3gf.so, \
+Depends: libhypre-2.4.0 (>= ${source:Version}), libsuperlu3-dev,
+ mpi-default-dev, libatlas-base-dev | libblas-dev | libblas-3gf.so,
  libatlas-base-dev | liblapack-dev | liblapack-3gf.so
 Suggests: hypre-doc
 Description: High Performance Matrix Preconditioners - Development Files

Reply via email to