From 4ea64d90f8a19e6af8eb95ca95efd8f789e52abe Mon Sep 17 00:00:00 2001
From: "David Adam (zanchey)" <zanchey@ucc.gu.uwa.edu.au>
Date: Wed, 9 Oct 2013 22:35:29 +0800
Subject: [PATCH] add which and man as dependencies

---
 debian/control | 2 +-
 fish.spec.in   | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index a9babfd..7715ebb 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 8c273c5..28a8d0c 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
 
-- 
GitLab