Skip to content

Commit

Permalink
Update to 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed May 17, 2020
1 parent 5667484 commit ed1fdf3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ download the package for your distribution and install it.
## Build package

# Download the source
wget https://github.com/Unrud/init-headphone/archive/v0.13.tar.gz -O ../init-headphone_0.13.orig.tar.gz
wget https://github.com/Unrud/init-headphone/archive/v0.14.tar.gz -O ../init-headphone_0.14.orig.tar.gz
# Extract the source
tar xf ../init-headphone_0.13.orig.tar.gz --strip-components=1
tar xf ../init-headphone_0.14.orig.tar.gz --strip-components=1
# Build the package
debuild -us -uc
7 changes: 7 additions & 0 deletions debian/changelog
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 <unrud@outlook.com> 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
Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Maintainer: Unrud <unrud@outlook.com>
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.

0 comments on commit ed1fdf3

Please sign in to comment.