#
# deps-mount
#
# Figure out which package we need to depend on in order to have
# the right mount program
#

DEB_BUILD_GNU_TYPE="$(dpkg-architecture -qDEB_BUILD_GNU_TYPE)"

case "$DEB_BUILD_GNU_TYPE" in
  *-linux|*-linux-gnu|*-linux-gnulp)
	echo 'mount:Depends=mount (>= 2.11x-1)'
	;;
esac
