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

Bug#650437: missing dependency on nullfs-modules



Package: base-installer
Severity: normal
Tags: patch

base-installer uses nullfs on GNU/kFreeBSD, which requires nullfs-modules
package in order to be useful:

./library.sh:                   if ! mount -t nullfs $DIRECTORY $tdir ; then

However a conditional dependency on nullfs-modules would require to make this
package "Architecture: any".  I'm not sure if that'd be a problem.

This is otherwise not a big issue due to kludge in pkg-lists/cdrom/kfreebsd-*
to force nullfs-modules installation.

-- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: kfreebsd-amd64 (x86_64)

Kernel: kFreeBSD 8.1-1-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff --git a/debian/control b/debian/control
index f5ced8b..b23dbaa 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,8 @@ Vcs-Git: git://git.debian.org/d-i/base-installer.git
 
 Package: base-installer
 XC-Package-Type: udeb
-Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, di-utils-mapdevfs, di-utils (>= 1.48), rootskel (>= 1.19)
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, di-utils-mapdevfs, di-utils (>= 1.48), rootskel (>= 1.19), nullfs-modules [kfreebsd-any]
 Description: base system installation framework
 
 Package: bootstrap-base

Reply to: