From 5667484aa517c867c0aaa6408b5bb80733fdc080 Mon Sep 17 00:00:00 2001 From: Unrud Date: Fri, 10 Jan 2020 00:36:13 +0100 Subject: [PATCH] Update to 0.13 --- README.md | 4 ++-- debian/changelog | 6 ++++++ debian/control | 2 +- debian/copyright | 2 +- debian/patches/python3.patch | 9 --------- debian/patches/series | 1 - 6 files changed, 10 insertions(+), 14 deletions(-) delete mode 100644 debian/patches/python3.patch delete mode 100644 debian/patches/series diff --git a/README.md b/README.md index 9b2a4e5..726f196 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/debian/changelog b/debian/changelog index 5171d3f..8ab5b28 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +init-headphone (0.13-1) bionic; urgency=low + + * Don't print stack trace when program is cancelled + + -- Unrud Thu, 09 Jan 2020 22:19:14 +0100 + init-headphone (0.12-1) bionic; urgency=low * update packaging diff --git a/debian/control b/debian/control index 26c592f..4471414 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Unrud Section: misc Priority: optional Standards-Version: 4.1.4 -Build-Depends: debhelper (>= 10) +Build-Depends: debhelper (>= 10), python3:any Package: init-headphone Architecture: all diff --git a/debian/copyright b/debian/copyright index 47810fc..1c9eb5b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,3 +1,3 @@ Files: * -Copyright: 2015-2016 Unrud +Copyright: 2015-2016, 2020 Unrud License: GPL-3+ diff --git a/debian/patches/python3.patch b/debian/patches/python3.patch deleted file mode 100644 index 5fe7a40..0000000 --- a/debian/patches/python3.patch +++ /dev/null @@ -1,9 +0,0 @@ -diff -Naur init-headphone-0.12/src/init-headphone init-headphone-0.12.new/src/init-headphone ---- init-headphone-0.12.orig/src/init-headphone 2017-03-22 17:02:39.000000000 +0100 -+++ init-headphone-0.12/src/init-headphone 2018-12-22 17:57:09.379719567 +0100 -@@ -1,4 +1,4 @@ --#!/usr/bin/env python -+#!/usr/bin/env python3 - - # This program is free software: you can redistribute it and/or modify - # it under the terms of the GNU General Public License as published by diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index a2fba86..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -python3.patch