Updated to reflect username change
This commit is contained in:
parent
334da6e3a5
commit
440cec8944
4 changed files with 6 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# Howdy for Ubuntu [](https://travis-ci.org/Boltgolt/howdy) [](https://github.com/Boltgolt/howdy/releases)  
|
# Howdy for Ubuntu [](https://travis-ci.org/boltgolt/howdy) [](https://github.com/boltgolt/howdy/releases)  
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
|
@ -41,7 +41,7 @@ howdy [-U user] [-y] command [argument]
|
||||||
| `remove` | Remove a specific model for an user |
|
| `remove` | Remove a specific model for an user |
|
||||||
| `test` | Test the camera and recognition methods |
|
| `test` | Test the camera and recognition methods |
|
||||||
|
|
||||||
### Contributing [](https://github.com/Boltgolt/howdy/tree/dev) [](https://github.com/Boltgolt/howdy/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)
|
### Contributing [](https://github.com/boltgolt/howdy/tree/dev) [](https://github.com/boltgolt/howdy/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)
|
||||||
|
|
||||||
You can contribute in many ways. The easiest are reporting bugs and opening github issues for features you'd like to see in howdy. Code contributions are also very welcome.
|
You can contribute in many ways. The easiest are reporting bugs and opening github issues for features you'd like to see in howdy. Code contributions are also very welcome.
|
||||||
|
|
||||||
|
|
|
||||||
4
debian/control
vendored
4
debian/control
vendored
|
|
@ -4,10 +4,10 @@ Priority: optional
|
||||||
Standards-Version: 3.9.7
|
Standards-Version: 3.9.7
|
||||||
Build-Depends: python, dh-python, devscripts, dh-make, debhelper
|
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: ${misc: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: Howdy: Windows Hello style authentication for Ubuntu.
|
Description: Howdy: Windows Hello style authentication for Ubuntu.
|
||||||
|
|
|
||||||
2
debian/howdy.1
vendored
2
debian/howdy.1
vendored
|
|
@ -44,4 +44,4 @@ Skip all questions.
|
||||||
Show this help message and exit.
|
Show this help message and exit.
|
||||||
.PP
|
.PP
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Howdy was written by boltgolt. For more information visit https://github.com/Boltgolt/howdy
|
Howdy was written by boltgolt. For more information visit https://github.com/boltgolt/howdy
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ parser = argparse.ArgumentParser(description="Command line interface for Howdy f
|
||||||
formatter_class=argparse.RawDescriptionHelpFormatter,
|
formatter_class=argparse.RawDescriptionHelpFormatter,
|
||||||
add_help=False,
|
add_help=False,
|
||||||
prog="howdy",
|
prog="howdy",
|
||||||
epilog="For support please visit\nhttps://github.com/Boltgolt/howdy")
|
epilog="For support please visit\nhttps://github.com/boltgolt/howdy")
|
||||||
|
|
||||||
# Add an argument for the command
|
# Add an argument for the command
|
||||||
parser.add_argument("command",
|
parser.add_argument("command",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue