Source: ntdb
Version: 1.0-4
Severity: important
Tags: patch
User: [email protected]
Usertags: hurd

Hi,

ntdb is not built on GNU/Hurd due to missing entries in the
debian/control file. The attached patch adds hurd-any. With them it
builds out of the box without problems.

Thanks!



--- a/debian/control	2014-05-25 18:26:27.000000000 +0200
+++ b/debian/control	2014-07-02 14:50:56.000000000 +0200
@@ -16,7 +16,7 @@
 Package: libntdb1
 Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
-Architecture: linux-any kfreebsd-any
+Architecture: linux-any kfreebsd-any hurd-any
 Section: libs
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: New Trivial Database - shared library
@@ -32,7 +32,7 @@
 
 Package: ntdb-tools
 Section: utils
-Architecture: linux-any kfreebsd-any
+Architecture: linux-any kfreebsd-any hurd-any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: New Trivial Database - bundled binaries
  This is a simple database API. It is modelled after the structure
@@ -47,7 +47,7 @@
 
 Package: libntdb-dev
 Section: libdevel
-Architecture: linux-any kfreebsd-any
+Architecture: linux-any kfreebsd-any hurd-any
 Depends: libc6-dev, libntdb1 (= ${binary:Version}), ${misc:Depends}
 Suggests: libtalloc-dev
 Description: New Trivial Database - development files
@@ -63,7 +63,7 @@
 
 Package: libntdb1-dbg
 Section: debug
-Architecture: linux-any kfreebsd-any
+Architecture: linux-any kfreebsd-any hurd-any
 Priority: extra
 Depends: libntdb1 (= ${binary:Version}), ${misc:Depends}
 Recommends: libc6-dbg
@@ -80,7 +80,7 @@
 
 Package: python-ntdb
 Section: python
-Architecture: linux-any kfreebsd-any
+Architecture: linux-any kfreebsd-any hurd-any
 Depends: libntdb1 (= ${binary:Version}),
          ${misc:Depends},
          ${python:Depends},
@@ -99,7 +99,7 @@
 
 Package: python-ntdb-dbg
 Section: debug
-Architecture: linux-any kfreebsd-any
+Architecture: linux-any kfreebsd-any hurd-any
 Priority: extra
 Depends: python-ntdb (= ${binary:Version}),
          ${misc:Depends},

Reply via email to