Codebase list sysvinit / debian/2.88dsf-59.6 debian / deps-mount
debian/2.88dsf-59.6

Tree @debian/2.88dsf-59.6 (Download .tar.gz)

deps-mount @debian/2.88dsf-59.6raw · history · blame

#
# 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