Package: dballe
Severity: important
Tags: patch

Hi Enrico,

I'm not setting it serious since it doesn't seem to imply any FTBFS
on Linux builds (according to buildd.debian.org), but only on
GNU/kFreeBSD[1]). However, I'd say that having this bug fixed as soon
as possible could be good. ;-)

 1. 
http://experimental.ftbfs.de/build.php?arch=kfreebsd-i386&pkg=dballe&ver=3.0.1-1


BTW, according to the binNMU wiki page[2], you shouldn't be using
${Source-Version} anymore.

 2. http://wiki.debian.org/binNMU


Cheers,

-- 
Cyril Brulebois
--- x.orig/dballe-3.0.1/debian/control  2007-03-11 06:37:22.216092000 +0100
+++ x/dballe-3.0.1/debian/control       2007-03-11 06:43:29.000000000 +0100
@@ -32,7 +32,7 @@
 Package: libdballe-core3
 Section: libs
 Architecture: any
-Depends: dballe-common, ${shlibs:Depends} ${misc:Depends}
+Depends: dballe-common, ${shlibs:Depends}, ${misc:Depends}
 Description: DB-ALL.e core shared library
  DB-All.e is a fast on-disk database where meteorological observed and
  forecast data can be stored, searched, retrieved and updated.
@@ -64,7 +64,7 @@
 Package: libdballe-bufrex3
 Section: libs
 Architecture: any
-Depends: dballe-common, ${shlibs:Depends} ${misc:Depends}
+Depends: dballe-common, ${shlibs:Depends}, ${misc:Depends}
 Description: Read and write functions for BUFR and CREX weather data (shared 
library)
  Shared library with functions to read and write weather data in WMO BUFR and
  CREX formats.
@@ -103,7 +103,7 @@
 Package: libdballe-msg3
 Section: libs
 Architecture: any
-Depends: dballe-common, ${shlibs:Depends} ${misc:Depends}
+Depends: dballe-common, ${shlibs:Depends}, ${misc:Depends}
 Description: Interpret weather reports into physycal data, and vice-versa 
(shared library)
  Shared library for the dba_msg infrastructure for handling physical data
  precisely located in space and time.
@@ -156,7 +156,7 @@
 Package: libdballe-db3
 Section: libs
 Architecture: any
-Depends: dballe-common, ${shlibs:Depends} ${misc:Depends}
+Depends: dballe-common, ${shlibs:Depends}, ${misc:Depends}
 Description: Smart on-disk database for weather data (shared library)
  DB-All.e is a fast on-disk database where meteorological observed and
  forecast data can be stored, searched, retrieved and updated.
@@ -178,7 +178,7 @@
 Package: libdballef3
 Section: libs
 Architecture: any
-Depends: dballe-common, ${shlibs:Depends} ${misc:Depends}
+Depends: dballe-common, ${shlibs:Depends}, ${misc:Depends}
 Description: Database for punctual meteorological data (Fortran shared library)
  DB-All.e is a fast on-disk database where meteorological observed and
  forecast data can be stored, searched, retrieved and updated.
@@ -200,7 +200,7 @@
 Package: libdballepp3
 Section: libs
 Architecture: any
-Depends: dballe-common, ${shlibs:Depends} ${misc:Depends}
+Depends: dballe-common, ${shlibs:Depends}, ${misc:Depends}
 Description: Database for punctual meteorological data (C++ shared library)
  DB-All.e is a fast on-disk database where meteorological observed and
  forecast data can be stored, searched, retrieved and updated.
@@ -210,7 +210,7 @@
 Package: python-dballe
 Section: python
 Architecture: any
-Depends: dballe-common, ${shlibs:Depends} ${misc:Depends} ${python:Depends}
+Depends: dballe-common, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 XB-Python-Version: ${python:Versions}
 Provides: ${python:Provides}
 Description: Database for punctual meteorological data (Python bindings)
@@ -233,7 +233,7 @@
 Package: dballe
 Section: misc
 Architecture: any
-Depends: dballe-common, ${shlibs:Depends} ${misc:Depends}
+Depends: dballe-common, ${shlibs:Depends}, ${misc:Depends}
 Description: Database for punctual meteorological data (Command line tools)
  DB-All.e is a fast on-disk database where meteorological observed and
  forecast data can be stored, searched, retrieved and updated.

Reply via email to