From d8df8c24932051c6e6a602ed599080f4aee1360d Mon Sep 17 00:00:00 2001 From: Dmitry Kann Date: Sun, 27 Dec 2020 20:23:40 +0100 Subject: [PATCH] No-change commit to address Launchpad failure --- debian/changelog | 6 ++++++ debian/rules | 3 +++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4cacbb3..374590a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-sound-switcher (2.3.5.1-1) focal; urgency=low + + * No-change commit to address Launchpad failure + + -- Dmitry Kann Sun, 27 Dec 2020 19:40:22 +0200 + indicator-sound-switcher (2.3.5-1) focal; urgency=low * Add snap package (#97); thanks to @eth481642 (Dmitry Maximov) diff --git a/debian/rules b/debian/rules index b659dd5..1527b35 100755 --- a/debian/rules +++ b/debian/rules @@ -6,3 +6,6 @@ override_dh_auto_clean: dh_auto_clean rm -rf locale/ + +override_dh_auto_test: + # Do nothing as we have no tests yet