From 82e4e9e10fd3b6f96f662f92744fcb3a309070f9 Mon Sep 17 00:00:00 2001 From: dmig Date: Sun, 9 Dec 2018 13:23:55 +0700 Subject: [PATCH] replace git dependency with wget|curl; fix opencv dependency; add recommended and suggested packages --- debian/control | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 8d2efa1..457d11d 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,9 @@ Vcs-Git: https://github.com/boltgolt/howdy Package: howdy Homepage: https://github.com/boltgolt/howdy Architecture: all -Depends: ${misc:Depends}, git, python3, python3-pip, python3-dev, python3-setuptools, libpam-python, fswebcam, libopencv-dev, python-opencv, cmake, streamer +Depends: ${misc:Depends}, curl|wget, python3-pip, python3-dev, python3-setuptools, libpam-python, fswebcam, libopencv-dev, python3-opencv, cmake, streamer +Recommends: libatlas-base-dev | libopenblas-dev | liblapack-dev +Suggests: nvidia-cuda-dev (>= 7.5) Description: Howdy: Windows Hello style authentication for Linux. Use your built-in IR emitters and camera in combination with face recognition to prove who you are.