-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
18 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
linux-enable-ir-emitter (4.0.0-1) jammy; urgency=medium | ||
linux-enable-ir-emitter (4.0.0) impish; urgency=medium | ||
|
||
* Rework, optimization and improvement of driver generation | ||
* Remove manual configuration commands | ||
* Remove option for integration into Howdy | ||
|
||
-- Maxime Dirksen <[email protected]> Sun, 19 June 2022 12:00:00 +0200 | ||
-- Maxime Dirksen <[email protected]> Mon, 20 June 2022 12:00:00 +0200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,11 @@ Maintainer: Maxime Dirksen (EmixamPP) <[email protected]> | |
Section: video | ||
Priority: important | ||
Standards-Version: 4.0.0 | ||
Build-Depends: make, g++, libopencv-dev | ||
Build-Depends: debhelper, dh-make, debhelper, fakeroot, make, g++, libopencv-dev (>= 3.4.6) | ||
Homepage: https://github.com/EmixamPP/linux-enable-ir-emitter | ||
Vcs-Git: https://github.com/EmixamPP/linux-enable-ir-emitter | ||
|
||
Package: linux-enable-ir-emitter | ||
Architecture: amd64 | ||
Depends: libopencv-dev, usbutils, python3 | ||
Depends: libopencv-dev (>= 3.4.6), usbutils, python3 (>= 3.6.1) | ||
Description: Enables infrared cameras that are not directly enabled out-of-the box |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
tar-ignore = ".git" | ||
tar-ignore = ".gitignore" | ||
tar-ignore = ".github" | ||
tar-ignore = "README.md" | ||
tar-ignore = "LICENSE" | ||
tar-ignore = "installer.sh" | ||
tar-ignore = "AUR" | ||
tar-ignore = "COPR" | ||
tar-ignore = "build" | ||
tar-ignore = "__pycache__" | ||
tar-ignore = "driver-generator" | ||
tar-ignore = "execute-driver" |