summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2014-05-25 18:23:43 +0200
committerJelmer Vernooij <jelmer@samba.org>2014-05-25 18:23:43 +0200
commit28bf99f8d2c8acdb89821f95bd44d6e97d9e735e (patch)
tree153273b0d5d03c3278e460b0bbabdda964859ea8
parent44c835db16a8b19a5c3714a3c2dffc0d494182cb (diff)
Don't build on hurd-any, as the Hurd does not yet support byte range locking. (bug #190367)
-rw-r--r--debian/changelog2
-rw-r--r--debian/control12
2 files changed, 8 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index 322a049..34a3064 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ ntdb (1.0-4) UNRELEASED; urgency=medium
* Bump standards version to 3.9.5 (no changes).
* Add missing period at end of ntdb-tools long description. Closes:
#745693
+ * Don't build on hurd-any, as the Hurd does not yet support byte range
+ locking. (bug #190367)
-- Jelmer Vernooij <jelmer@debian.org> Fri, 25 Apr 2014 02:23:08 +0200
diff --git a/debian/control b/debian/control
index b587844..35df583 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Vcs-Git: git://git.debian.org/pkg-samba/ntdb.git
Package: libntdb1
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
-Architecture: any
+Architecture: linux-any kfreebsd-any
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: New Trivial Database - shared library
@@ -32,7 +32,7 @@ Description: New Trivial Database - shared library
Package: ntdb-tools
Section: utils
-Architecture: any
+Architecture: linux-any kfreebsd-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 @@ Description: New Trivial Database - bundled binaries
Package: libntdb-dev
Section: libdevel
-Architecture: any
+Architecture: linux-any kfreebsd-any
Depends: libc6-dev, libntdb1 (= ${binary:Version}), ${misc:Depends}
Suggests: libtalloc-dev
Description: New Trivial Database - development files
@@ -63,7 +63,7 @@ Description: New Trivial Database - development files
Package: libntdb1-dbg
Section: debug
-Architecture: any
+Architecture: linux-any kfreebsd-any
Priority: extra
Depends: libntdb1 (= ${binary:Version}), ${misc:Depends}
Recommends: libc6-dbg
@@ -80,7 +80,7 @@ Description: New Trivial Database - debug symbols
Package: python-ntdb
Section: python
-Architecture: any
+Architecture: linux-any kfreebsd-any
Depends: libntdb1 (= ${binary:Version}),
${misc:Depends},
${python:Depends},
@@ -99,7 +99,7 @@ Description: Python bindings for NTDB
Package: python-ntdb-dbg
Section: debug
-Architecture: any
+Architecture: linux-any kfreebsd-any
Priority: extra
Depends: python-ntdb (= ${binary:Version}),
${misc:Depends},