[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#816057: haskell-hinotify: please enable building on kfreebsd



Package: haskell-hinotify
Version: 0.3.8.1-3
Severity: wishlist
Tags: patch
User: debian-bsd@lists.debian.org
Usertags: kfreebsd

Hi,

haskell-hinotify is marked linux-any, although kfreebsd actually
supports inotify as well, with a compatibility library.  Please simply
add to Build-Depends: libinotify-dev [kfreebsd-any]
or refer to the attached patch.  Thanks a lot!

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: kfreebsd-amd64 (x86_64)

Kernel: kFreeBSD 10.1-0-amd64
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- debian/control.orig	2015-12-03 19:18:53.000000000 +0000
+++ debian/control	2016-02-27 01:23:59.172520633 +0000
@@ -9,13 +9,14 @@
   , haskell-devscripts (>= 0.10)
   , ghc
   , ghc-prof
+  , libinotify-dev [kfreebsd-any]
 Build-Depends-Indep: ghc-doc
 Homepage: http://hackage.haskell.org/package/hinotify
 Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
 
 Package: libghc-hinotify-dev
-Architecture: linux-any
+Architecture: linux-any kfreebsd-any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
   , ${misc:Depends}
@@ -32,7 +33,7 @@
 
 
 Package: libghc-hinotify-prof
-Architecture: linux-any
+Architecture: linux-any kfreebsd-any
 Depends: ${haskell:Depends}
   , ${misc:Depends}
 Provides: ${haskell:Provides}

Reply to: