Ready to merge
This commit is contained in:
parent
305603b0da
commit
21d6616b42
3 changed files with 7 additions and 12 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# Howdy for Ubuntu [](https://travis-ci.org/Boltgolt/howdy) [](https://github.com/Boltgolt/howdy/releases) [](https://github.com/Boltgolt/howdy/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)
|
# Howdy for Ubuntu [](https://travis-ci.org/Boltgolt/howdy) [](https://github.com/Boltgolt/howdy/releases) [](https://github.com/Boltgolt/howdy/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)
|
||||||
|
|
||||||
Windows Hello™ style authentication for Ubuntu. Use your built-in IR emitters and camera in combination with face recognition to prove who you are.
|
Windows Hello™ style authentication for Ubuntu. Use your built-in IR emitters and camera in combination with face recognition to prove who you are.
|
||||||
|
|
||||||
|
|
|
||||||
11
debian/changelog
vendored
11
debian/changelog
vendored
|
|
@ -1,21 +1,16 @@
|
||||||
howdy (2.0.1) xenial; urgency=medium
|
howdy (2.1.0) xenial; urgency=medium
|
||||||
|
|
||||||
* First complete PPA release
|
* First complete PPA release
|
||||||
|
|
||||||
-- boltgolt <boltgolt@gmail.com> Fri, 13 Apr 2018 22:22:27 +0200
|
|
||||||
|
|
||||||
howdy (2.0.0-alpha+4) xenial; urgency=medium
|
|
||||||
|
|
||||||
* Reworked CLI
|
* Reworked CLI
|
||||||
|
|
||||||
-- boltgolt <boltgolt@gmail.com> Fri, 13 Apr 2018 22:07:27 +0200
|
-- boltgolt <boltgolt@gmail.com> Fri, 13 Apr 2018 22:22:27 +0200
|
||||||
|
|
||||||
howdy (2.0.0-alpha+3) xenial; urgency=medium
|
howdy (2.0.0-alpha+3) xenial; urgency=medium
|
||||||
|
|
||||||
* Fixed issue where dlib dependency failed to install on some installations
|
* Fixed issue where dlib dependency failed to install on some installations
|
||||||
* Added preinst script for camera detection
|
* Added preinst script for camera detection
|
||||||
|
|
||||||
-- boltgolt <boltgolt@gmail.com> Thu, 12 Apr 2018 21:42:42 +0200
|
-- boltgolt <boltgolt@gmail.com> Thu, 12 Apr 2018 21:42:42 +0000
|
||||||
|
|
||||||
howdy (2.0.0-alpha+2) xenial; urgency=medium
|
howdy (2.0.0-alpha+2) xenial; urgency=medium
|
||||||
|
|
||||||
|
|
|
||||||
6
debian/control
vendored
6
debian/control
vendored
|
|
@ -1,15 +1,15 @@
|
||||||
Source: howdy
|
Source: howdy
|
||||||
Section: misc
|
Section: misc
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Standards-Version: 3
|
Standards-Version: 3.9.7
|
||||||
Build-Depends: python, dh-python, devscripts, dh-make
|
Build-Depends: python, dh-python, devscripts, dh-make, debhelper
|
||||||
Maintainer: boltgolt <boltgolt@gmail.com>
|
Maintainer: boltgolt <boltgolt@gmail.com>
|
||||||
Vcs-Git: https://github.com/Boltgolt/howdy
|
Vcs-Git: https://github.com/Boltgolt/howdy
|
||||||
|
|
||||||
Package: howdy
|
Package: howdy
|
||||||
Homepage: https://github.com/Boltgolt/howdy
|
Homepage: https://github.com/Boltgolt/howdy
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: git, python3, python3-pip, python3-dev, python3-setuptools, build-essential, libpam-python, fswebcam, libopencv-dev, python-opencv, cmake
|
Depends: ${misc:Depends}, git, python3, python3-pip, python3-dev, python3-setuptools, build-essential, libpam-python, fswebcam, libopencv-dev, python-opencv, cmake
|
||||||
Description: Windows Hello style authentication for Ubuntu.
|
Description: Windows Hello style authentication for Ubuntu.
|
||||||
Use your built-in IR emitters and camera in combination with face recognition
|
Use your built-in IR emitters and camera in combination with face recognition
|
||||||
to prove who you are.
|
to prove who you are.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue