Skip to content

Commit

Permalink
Update to 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Jan 9, 2020
1 parent 1296e3f commit 5667484
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 14 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.12.tar.gz -O ../init-headphone_0.12.orig.tar.gz
wget https://github.com/Unrud/init-headphone/archive/v0.13.tar.gz -O ../init-headphone_0.13.orig.tar.gz
# Extract the source
tar xf ../init-headphone_0.12.orig.tar.gz --strip-components=1
tar xf ../init-headphone_0.13.orig.tar.gz --strip-components=1
# Build the package
debuild -us -uc
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
init-headphone (0.13-1) bionic; urgency=low

* Don't print stack trace when program is cancelled

-- Unrud <[email protected]> Thu, 09 Jan 2020 22:19:14 +0100

init-headphone (0.12-1) bionic; urgency=low

* update packaging
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Maintainer: Unrud <[email protected]>
Section: misc
Priority: optional
Standards-Version: 4.1.4
Build-Depends: debhelper (>= 10)
Build-Depends: debhelper (>= 10), python3:any

Package: init-headphone
Architecture: all
Expand Down
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Files: *
Copyright: 2015-2016 Unrud <[email protected]>
Copyright: 2015-2016, 2020 Unrud <[email protected]>
License: GPL-3+
9 changes: 0 additions & 9 deletions debian/patches/python3.patch

This file was deleted.

1 change: 0 additions & 1 deletion debian/patches/series

This file was deleted.

0 comments on commit 5667484

Please sign in to comment.