Skip to content

Commit be788cb

Browse files
author
Bart Seghers
committed
Fix build
1 parent d3ab993 commit be788cb

23 files changed

Lines changed: 665 additions & 2 deletions
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
howdy (3.0.0+nmu5) plucky; urgency=medium
2+
3+
* Non-maintainer upload.
4+
* Fix python3 lcoation
5+
6+
-- Bart Seghers <seghersbart@telenet.be> Wed, 01 Oct 2025 09:30:56 +0200
7+
8+
howdy (3.0.0+nmu4) plucky; urgency=medium
9+
10+
* Non-maintainer upload.
11+
* Switch to plucky to fix build
12+
13+
-- Bart Seghers <seghersbart@telenet.be> Wed, 01 Oct 2025 09:24:07 +0200
14+
15+
howdy (3.0.0+nmu3) focal; urgency=medium
16+
17+
* Non-maintainer upload.
18+
*
19+
20+
-- Bart Seghers <seghersbart@telenet.be> Wed, 01 Oct 2025 08:59:48 +0200
21+
22+
howdy (3.0.0+nmu2) focal; urgency=medium
23+
24+
* Non-maintainer upload.
25+
* Upload to personal PPA
26+
*
27+
28+
-- Bart Seghers <seghersbart@telenet.be> Wed, 01 Oct 2025 08:42:02 +0200
29+
30+
howdy (3.0.0) focal; urgency=medium
31+
32+
* Way too many changes to all list individually, thanks to everyone who contributed!
33+
* Rewrote PAM handling logic in C++ (thanks @saidsay-so!)
34+
* Added simultaneous face recognition and password authentication
35+
* Added native dialog dismissal after successful authentication
36+
* Added configurable image rotation (thanks @matan-arnon!)
37+
* Fixed four config options whose names were opposite of their function
38+
39+
-- boltgolt <boltgolt@gmail.com> Sun, 22 Jun 2025 11:52:44 +0200
40+
41+
howdy (2.6.1) xenial; urgency=medium
42+
43+
* Fixed accidentally using emergency priority for log messages (thanks @kageurufu and many others!)
44+
* Fixed certainty prompt selected the exact opposite value
45+
* Fixed sleeping for negative time in test slow mode (thanks @willwill2will54!)
46+
* Fixed opencv error when imported after dlib (thanks @cnyk!)
47+
* Fixed typo causing manual exposure failure (thanks @h45h74x!)
48+
* Fixed missing command autocomplete options on tab
49+
* Fixed not knowing how to spell the word latest (thanks @divykj!)
50+
51+
-- boltgolt <boltgolt@gmail.com> Wed, 02 Sep 2020 15:05:59 +0200
52+
53+
howdy (2.6.0) xenial; urgency=medium
54+
55+
* Added new options to capture a snapshot of failed or even successful logins
56+
* Added command that creates a new snapshot and saves it
57+
* Added version command
58+
* Added question to automatically set certainty value on installation
59+
* Added automatic logging to system-wide auth.log
60+
* Added clearer feedback when login is rejected due to dark frames (thanks @andrewmv!)
61+
* Refactored video capture logic (thanks @AnthonyWharton!)
62+
* Reordered the editor priorities for the config command
63+
* Fixed gstreamer warnings showing up in console (thanks @ajnart!)
64+
* Fixed issue where add command would never end
65+
* Fixed test command overlay not being in color (thanks @PetePriority!)
66+
* Fixed typo preventing timeout config option from working (thanks @Ajayneethikannan!)
67+
* Fixed old numpy installation failure (thanks @rushabh-v!)
68+
* Fixed issue where no PAM response would be returned
69+
* Fixed CLAHE not being applied equally to all video commands (thanks @PetePriority!)
70+
* Fixed an incorrect suggested command (thanks @TheButlah!)
71+
* Fixed missing release method in video capture class
72+
* Removed deprecated dlib flags (thanks @rhysperry111!)
73+
* Removed streamer as a required dependency
74+
75+
-- boltgolt <boltgolt@gmail.com> Mon, 22 Jun 2020 16:11:46 +0200
76+
77+
# Older entries have been removed from this changelog.
78+
# To read the complete changelog use `apt changelog howdy`.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
./howdy/src/cli/.
2+
./howdy/src/recorders/.
3+
./howdy/src/rubberstamps/.
4+
./howdy/src/cli.py
5+
./howdy/src/compare.py
6+
./howdy/src/i18n.py
7+
./howdy/src/logo.png
8+
./howdy/src/snapshot.py
9+
./build/howdy/src/pam/pam_howdy.so
10+
./howdy/src/dlib-data/.
11+
./howdy/src/config.ini
12+
./howdy/src/autocomplete/.
13+
./howdy/src/pam-config/.
14+
./howdy/howdy.1

debian/.debhelper/generated/howdy/installed-by-dh_installdocs

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
./howdy.1
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9c09d29d02a6bc266425dd2c249f87fde09479e5 9c09d29d02a6bc266425dd2c249f87fde09479e5 9c09d29d02a6bc266425dd2c249f87fde09479e5 9c09d29d02a6bc266425dd2c249f87fde09479e5 9c09d29d02a6bc266425dd2c249f87fde09479e5 9c09d29d02a6bc266425dd2c249f87fde09479e5 9c09d29d02a6bc266425dd2c249f87fde09479e5 9c09d29d02a6bc266425dd2c249f87fde09479e5 64b8105e4a26271e88da5fb451b4316063d69781 64b8105e4a26271e88da5fb451b4316063d69781 64b8105e4a26271e88da5fb451b4316063d69781
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Package: howdy-dbgsym
2+
Source: howdy
3+
Version: 3.0.0+nmu5
4+
Auto-Built-Package: debug-symbols
5+
Architecture: amd64
6+
Maintainer: boltgolt <boltgolt@gmail.com>
7+
Installed-Size: 663
8+
Depends: howdy (= 3.0.0+nmu5)
9+
Section: debug
10+
Priority: optional
11+
Description: debug symbols for howdy
12+
Build-Ids: 9c09d29d02a6bc266425dd2c249f87fde09479e5 64b8105e4a26271e88da5fb451b4316063d69781
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
882d62bfaa684d06aaf10c6e54dba18d usr/lib/debug/.build-id/64/b8105e4a26271e88da5fb451b4316063d69781.debug
2+
f9048db921176dc70957f52bc398a03c usr/lib/debug/.build-id/9c/09d29d02a6bc266425dd2c249f87fde09479e5.debug
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
howdy

debian/changelog

Lines changed: 167 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,167 @@
1+
howdy (3.0.0+nmu5) plucky; urgency=medium
2+
3+
* Non-maintainer upload.
4+
* Fix python3 lcoation
5+
6+
-- Bart Seghers <seghersbart@telenet.be> Wed, 01 Oct 2025 09:30:56 +0200
7+
8+
howdy (3.0.0+nmu4) plucky; urgency=medium
9+
10+
* Non-maintainer upload.
11+
* Switch to plucky to fix build
12+
13+
-- Bart Seghers <seghersbart@telenet.be> Wed, 01 Oct 2025 09:24:07 +0200
14+
15+
howdy (3.0.0+nmu3) focal; urgency=medium
16+
17+
* Non-maintainer upload.
18+
*
19+
20+
-- Bart Seghers <seghersbart@telenet.be> Wed, 01 Oct 2025 08:59:48 +0200
21+
22+
howdy (3.0.0+nmu2) focal; urgency=medium
23+
24+
* Non-maintainer upload.
25+
* Upload to personal PPA
26+
*
27+
28+
-- Bart Seghers <seghersbart@telenet.be> Wed, 01 Oct 2025 08:42:02 +0200
29+
30+
howdy (3.0.0) focal; urgency=medium
31+
32+
* Way too many changes to all list individually, thanks to everyone who contributed!
33+
* Rewrote PAM handling logic in C++ (thanks @saidsay-so!)
34+
* Added simultaneous face recognition and password authentication
35+
* Added native dialog dismissal after successful authentication
36+
* Added configurable image rotation (thanks @matan-arnon!)
37+
* Fixed four config options whose names were opposite of their function
38+
39+
-- boltgolt <boltgolt@gmail.com> Sun, 22 Jun 2025 11:52:44 +0200
40+
41+
howdy (2.6.1) xenial; urgency=medium
42+
43+
* Fixed accidentally using emergency priority for log messages (thanks @kageurufu and many others!)
44+
* Fixed certainty prompt selected the exact opposite value
45+
* Fixed sleeping for negative time in test slow mode (thanks @willwill2will54!)
46+
* Fixed opencv error when imported after dlib (thanks @cnyk!)
47+
* Fixed typo causing manual exposure failure (thanks @h45h74x!)
48+
* Fixed missing command autocomplete options on tab
49+
* Fixed not knowing how to spell the word latest (thanks @divykj!)
50+
51+
-- boltgolt <boltgolt@gmail.com> Wed, 02 Sep 2020 15:05:59 +0200
52+
53+
howdy (2.6.0) xenial; urgency=medium
54+
55+
* Added new options to capture a snapshot of failed or even successful logins
56+
* Added command that creates a new snapshot and saves it
57+
* Added version command
58+
* Added question to automatically set certainty value on installation
59+
* Added automatic logging to system-wide auth.log
60+
* Added clearer feedback when login is rejected due to dark frames (thanks @andrewmv!)
61+
* Refactored video capture logic (thanks @AnthonyWharton!)
62+
* Reordered the editor priorities for the config command
63+
* Fixed gstreamer warnings showing up in console (thanks @ajnart!)
64+
* Fixed issue where add command would never end
65+
* Fixed test command overlay not being in color (thanks @PetePriority!)
66+
* Fixed typo preventing timeout config option from working (thanks @Ajayneethikannan!)
67+
* Fixed old numpy installation failure (thanks @rushabh-v!)
68+
* Fixed issue where no PAM response would be returned
69+
* Fixed CLAHE not being applied equally to all video commands (thanks @PetePriority!)
70+
* Fixed an incorrect suggested command (thanks @TheButlah!)
71+
* Fixed missing release method in video capture class
72+
* Removed deprecated dlib flags (thanks @rhysperry111!)
73+
* Removed streamer as a required dependency
74+
75+
-- boltgolt <boltgolt@gmail.com> Mon, 22 Jun 2020 16:11:46 +0200
76+
77+
howdy (2.5.1) xenial; urgency=medium
78+
79+
* Removed dismiss_lockscreen as it could lock users out of their system (thanks @ujjwalbe, @ju916 and many others!)
80+
* Added option to disable howdy when the laptop lid is closed (thanks @accek!)
81+
* Added automatic fallback to default frame color palette (thanks @Ethiarpus!)
82+
* Added manual exposure setting (thanks @accek!)
83+
* Fixed test command ignoring dark frame threshold (thanks @eduncan911!)
84+
* Fixed import error in v4l2 recorder (thanks @timwelch!)
85+
86+
-- boltgolt <boltgolt@gmail.com> Fri, 29 Mar 2019 23:02:21 +0100
87+
88+
howdy (2.5.0) xenial; urgency=medium
89+
90+
* Added FFmpeg and v4l2 recorders (thanks @timwelch!)
91+
* Added automatic PAM inclusion on installation
92+
* Added optional notice on detection attempt (thanks @mrkmg!)
93+
* Added support for grayscale frame encoding (thanks @dmig and @sapjunior!)
94+
* Massively improved recognition speed (thanks @dmig!)
95+
* Fixed typo in "timout" config value
96+
* Removed unneeded dependencies (thanks @dmig!)
97+
98+
-- boltgolt <boltgolt@gmail.com> Sun, 06 Jan 2019 14:37:41 +0100
99+
100+
howdy (2.4.0) xenial; urgency=medium
101+
102+
* Cameras are now selected by path instead of by video device number (thanks @Rhiyo!)
103+
* Added fallbacks to $EDITOR for the config command (thanks @yassineim!)
104+
* Fixed missing cv2 module after installation (thanks @bendandersen and many others!)
105+
* Fixed file permissions crashing Howdy in some cases (thanks @GJDitchfield!)
106+
* Fixed howdy using python3 from local virtual environment (thanks @EdwardJB!)
107+
108+
-- boltgolt <boltgolt@gmail.com> Fri, 09 Nov 2018 20:59:45 +0100
109+
110+
howdy (2.3.1) xenial; urgency=high
111+
112+
* Fixed issue where `frame_width` and `frame_height` would be completely ignored (thanks @janecz-n!)
113+
* Fixed security problem with remote session authentication (thanks @cccaballero!)
114+
115+
-- boltgolt <boltgolt@gmail.com> Mon, 24 Sep 2018 17:49:07 +0100
116+
117+
howdy (2.3.0) xenial; urgency=medium
118+
119+
* Added a config option to set the frame height and width (thanks @wzrdtales!)
120+
* Rewrote the code that fetches the non-root username (thanks @dmig!)
121+
* Changed the config command so it uses the default editor (thanks @stellarpower and @dmig!)
122+
* Fixed issue where a "y" could be interpreted as a no (thanks @ramkrishna757575!)
123+
* Fixed division by zeno (thanks @stellarpower!)
124+
125+
-- boltgolt <boltgolt@gmail.com> Thu, 28 Jun 2018 14:59:52 +0100
126+
127+
howdy (2.2.2) xenial; urgency=medium
128+
129+
* Fixed fetching of wrong config section (thanks @halcyoncheng and @arifeinberg!)
130+
131+
-- boltgolt <boltgolt@gmail.com> Fri, 11 May 2018 10:43:03 +0200
132+
133+
howdy (2.2.1) xenial; urgency=medium
134+
135+
* Added mechanism to keep config files between updates
136+
* Added force_mjpeg option to fix YUYV image issues (thanks @arifeinberg!)
137+
* Revamped the bash autocompletion script
138+
* Fixed timeout never being reached in certain scenarios (thanks @Tkopic001!)
139+
* Fixed issue where BGR to RGB frame conversion caused a crash (thanks @Jerezano!)
140+
141+
-- boltgolt <boltgolt@gmail.com> Thu, 10 May 2018 15:14:03 +0200
142+
143+
howdy (2.1.0) xenial; urgency=medium
144+
145+
* First complete PPA release
146+
* Reworked CLI
147+
148+
-- boltgolt <boltgolt@gmail.com> Fri, 13 Apr 2018 22:22:27 +0200
149+
150+
howdy (2.0.0-alpha+3) xenial; urgency=medium
151+
152+
* Fixed issue where dlib dependency failed to install on some installations
153+
* Added preinst script for camera detection
154+
155+
-- boltgolt <boltgolt@gmail.com> Thu, 12 Apr 2018 21:42:42 +0000
156+
157+
howdy (2.0.0-alpha+2) xenial; urgency=medium
158+
159+
* Fixed build dependency issue
160+
161+
-- boltgolt <boltgolt@gmail.com> Sat, 07 Apr 2018 21:30:48 +0200
162+
163+
howdy (2.0.0-alpha+1) xenial; urgency=low
164+
165+
* Initial packaged release.
166+
167+
-- boltgolt <boltgolt@gmail.com> Wed, 04 Apr 2018 18:13:15 +0200

debian/compat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
10

0 commit comments

Comments
 (0)