From 21d6616b4217474bf48ff93f8632198381e2cbdf Mon Sep 17 00:00:00 2001 From: boltgolt Date: Fri, 13 Apr 2018 23:54:50 +0200 Subject: [PATCH] Ready to merge --- README.md | 2 +- debian/changelog | 11 +++-------- debian/control | 6 +++--- 3 files changed, 7 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 62918c5..bf29b42 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Howdy for Ubuntu [![](https://img.shields.io/travis/Boltgolt/howdy/dev.svg)](https://travis-ci.org/Boltgolt/howdy) [![](https://img.shields.io/github/release/Boltgolt/howdy.svg?colorB=4c1)](https://github.com/Boltgolt/howdy/releases) [![](https://img.shields.io/github/issues-raw/Boltgolt/howdy/enhancement.svg?label=feature+requests&colorB=4c1)](https://github.com/Boltgolt/howdy/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement) +# Howdy for Ubuntu [![](https://img.shields.io/travis/Boltgolt/howdy/master.svg)](https://travis-ci.org/Boltgolt/howdy) [![](https://img.shields.io/github/release/Boltgolt/howdy.svg?colorB=4c1)](https://github.com/Boltgolt/howdy/releases) [![](https://img.shields.io/github/issues-raw/Boltgolt/howdy/enhancement.svg?label=feature+requests&colorB=4c1)](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. diff --git a/debian/changelog b/debian/changelog index b9f4dda..ca45c85 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,21 +1,16 @@ -howdy (2.0.1) xenial; urgency=medium +howdy (2.1.0) xenial; urgency=medium * First complete PPA release - - -- boltgolt Fri, 13 Apr 2018 22:22:27 +0200 - -howdy (2.0.0-alpha+4) xenial; urgency=medium - * Reworked CLI - -- boltgolt Fri, 13 Apr 2018 22:07:27 +0200 + -- boltgolt Fri, 13 Apr 2018 22:22:27 +0200 howdy (2.0.0-alpha+3) xenial; urgency=medium * Fixed issue where dlib dependency failed to install on some installations * Added preinst script for camera detection - -- boltgolt Thu, 12 Apr 2018 21:42:42 +0200 + -- boltgolt Thu, 12 Apr 2018 21:42:42 +0000 howdy (2.0.0-alpha+2) xenial; urgency=medium diff --git a/debian/control b/debian/control index 872fcf6..6668311 100644 --- a/debian/control +++ b/debian/control @@ -1,15 +1,15 @@ Source: howdy Section: misc Priority: optional -Standards-Version: 3 -Build-Depends: python, dh-python, devscripts, dh-make +Standards-Version: 3.9.7 +Build-Depends: python, dh-python, devscripts, dh-make, debhelper Maintainer: boltgolt Vcs-Git: https://github.com/Boltgolt/howdy Package: howdy Homepage: https://github.com/Boltgolt/howdy 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. Use your built-in IR emitters and camera in combination with face recognition to prove who you are.