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