diff --git a/debian/control b/debian/control
index a9babfdbe41f105564a13ea5746b60abf6da3cf6..7715ebbc01258ceeddf89ebe55fdd911590a072a 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Vcs-Browser: https://github.com/fish-shell/fish-shell
 Package: fish
 Architecture: any
 Conflicts: fish
-Depends: ${shlibs:Depends}, ${misc:Depends}, passwd (>= 4.0.3-10), libjs-jquery, bc, gettext-base
+Depends: ${shlibs:Depends}, ${misc:Depends}, passwd (>= 4.0.3-10), libjs-jquery, bc, gettext-base, man-db
 Recommends: python (>=2.6), xsel (>=1.2.0)
 Description: friendly interactive shell
  Fish is a command-line shell for modern systems, focusing on user-friendliness,
diff --git a/fish.spec.in b/fish.spec.in
index 8c273c501c9b004809b420a71dbe4b839993ae00..28a8d0c366dfd5c130ac2a922a30d33a5867a4d5 100644
--- a/fish.spec.in
+++ b/fish.spec.in
@@ -15,6 +15,8 @@ BuildRoot:              %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_
 
 Requires:		bc
 Requires:               python
+Requires:		which
+Requires:		man
 
 %description