-
Notifications
You must be signed in to change notification settings - Fork 1
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
3 changed files
with
11 additions
and
4 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,3 +1,10 @@ | ||
init-headphone (0.14-1) bionic; urgency=low | ||
|
||
* Use absolute path for modprobe | ||
* Skip kernel parameter check for kernels >= 4.15 | ||
|
||
-- Unrud <[email protected]> Sun, 17 May 2020 22:08:09 +0200 | ||
|
||
init-headphone (0.13-1) bionic; urgency=low | ||
|
||
* Don't print stack trace when program is cancelled | ||
|
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,10 +3,10 @@ Maintainer: Unrud <[email protected]> | |
Section: misc | ||
Priority: optional | ||
Standards-Version: 4.1.4 | ||
Build-Depends: debhelper (>= 10), python3:any | ||
Build-Depends: debhelper (>= 10), python3:any, pkg-config, systemd, kmod | ||
|
||
Package: init-headphone | ||
Architecture: all | ||
Depends: ${shlibs:Depends}, ${misc:Depends}, python3:any | ||
Depends: ${shlibs:Depends}, ${misc:Depends}, python3:any, kmod | ||
Description: Manage the headphone amplifier found in some Clevo laptops | ||
Can initialize the device if headphones are not working after suspend. |