-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from deckerego/klaxon
Update audio config; reboot on kernel panic; klaxon sound
- Loading branch information
Showing
9 changed files
with
41 additions
and
12 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 @@ | ||
hackclock (2.3.0-1) stable; urgency=low | ||
hackclock (2.3.1-1) stable; urgency=low | ||
|
||
* Migration to Raspian Stretch | ||
* Reboot on kernel panic | ||
* Fixed LICENSE to include copyright | ||
* Added klaxon audio sample | ||
* Configurable ALSA master channel | ||
* Really added reboot on kernel panic this time | ||
|
||
-- DeckerEgo <[email protected]> Mon, 25 Sep 2017 23:00:00 -0500 | ||
-- DeckerEgo <[email protected]> Mon, 25 Sep 2017 23:15:00 -0500 |
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
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
Binary file not shown.
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
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ def all_files(newroot, oldroot): | |
|
||
setup( | ||
name='HackClock', | ||
version='2.3.0', | ||
version='2.3.1', | ||
description='A hackable alarm clock for the Raspberry Pi', | ||
author='DeckerEgo', | ||
author_email='[email protected]', | ||
|