diff -pruN 4:5.8.0-1/debian/changelog 4:5.8.0-2/debian/changelog
--- 4:5.8.0-1/debian/changelog	2018-04-27 04:12:37.000000000 +0000
+++ 4:5.8.0-2/debian/changelog	2020-08-22 19:08:50.000000000 +0000
@@ -1,3 +1,24 @@
+muon (4:5.8.0-2) unstable; urgency=medium
+
+  * Team upload.
+  * Drop the migration from muon-dbg, no more needed after two Debian stable
+    releases.
+  * Explicitly add the gettext build dependency.
+  * Update Vcs-* fields.
+  * Add the configuration for the CI on salsa.
+  * Remove the dh_makeshlibs override, as there are no plugins anymore.
+  * Switch from dhmk to the dh sequencer:
+    - invoke the dh sequencer using the kf5 addon
+  * Bump the debhelper compatibility to 13:
+    - switch the debhelper build dependency to debhelper-compat 13
+    - remove debian/compat
+  * Add Rules-Requires-Root: no.
+  * Bump Standards-Version to 4.5.0, no changes required.
+  * Update lintian overrides.
+  * Remove the empty dh_auto_test override, as there are no tests to run.
+
+ -- Pino Toscano <pino@debian.org>  Sat, 22 Aug 2020 21:08:50 +0200
+
 muon (4:5.8.0-1) unstable; urgency=medium
 
   * Team upload.
diff -pruN 4:5.8.0-1/debian/compat 4:5.8.0-2/debian/compat
--- 4:5.8.0-1/debian/compat	2018-04-27 04:03:34.000000000 +0000
+++ 4:5.8.0-2/debian/compat	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-11
diff -pruN 4:5.8.0-1/debian/control 4:5.8.0-2/debian/control
--- 4:5.8.0-1/debian/control	2018-04-27 04:11:49.000000000 +0000
+++ 4:5.8.0-2/debian/control	2020-08-22 19:02:44.000000000 +0000
@@ -4,8 +4,9 @@ Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
 Uploaders: Maximiliano Curia <maxy@debian.org>
 Build-Depends: cmake (>= 2.8.12),
-               debhelper (>= 11~),
+               debhelper-compat (= 13),
                extra-cmake-modules (>= 1.6.0),
+               gettext,
                libdebconf-kde-dev (>= 1.0.0),
                libkf5dbusaddons-dev,
                libkf5i18n-dev,
@@ -16,10 +17,11 @@ Build-Depends: cmake (>= 2.8.12),
                pkg-config,
                pkg-kde-tools (>= 0.15.16),
                qtbase5-dev (>= 5.4.0~),
-Standards-Version: 4.1.4
+Standards-Version: 4.5.0
+Rules-Requires-Root: no
 Homepage: https://projects.kde.org/projects/kde/workspace/muon
-Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde-extras/muon
-Vcs-Git: https://salsa.debian.org/qt-kde-team/kde-extras/muon.git
+Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/muon
+Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/muon.git
 
 Package: muon
 Architecture: any
diff -pruN 4:5.8.0-1/debian/muon.lintian-overrides 4:5.8.0-2/debian/muon.lintian-overrides
--- 4:5.8.0-1/debian/muon.lintian-overrides	2015-07-04 22:54:34.000000000 +0000
+++ 4:5.8.0-2/debian/muon.lintian-overrides	2020-08-22 19:02:44.000000000 +0000
@@ -1 +1 @@
-muon: binary-without-manpage usr/bin/muon
+muon: no-manual-page usr/bin/muon
diff -pruN 4:5.8.0-1/debian/rules 4:5.8.0-2/debian/rules
--- 4:5.8.0-1/debian/rules	2017-11-29 07:09:13.000000000 +0000
+++ 4:5.8.0-2/debian/rules	2020-08-22 19:06:48.000000000 +0000
@@ -1,21 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
-
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-
-override_dh_strip:
-	$(overridden_command) --dbgsym-migration='muon-dbg (<= 4:5.6.0-1~~)'
-
-# Do not pull plugins into the shlibs file, it makes lintian angry.
-# This happens because dh_makeshlibs will look for sonames matching
-# (.*)-(.*)\.so where it assumes \1 is the library name and \2 is the version.
-# This will then assume that libfoo-backend.so has name 'libfoo' and version
-# 'backend' which makes for bogus, pointless, silly shlibs entries.
-# Couldn't be bothered to report this - sitter, 2015
-override_dh_makeshlibs:
-	$(overridden_command) -Xusr/lib/$(DEB_HOST_MULTIARCH)/qt5/plugins/muon* -V
-
-# FIXME: tests are broken at this time
-override_dh_auto_test:
-	:
+%:
+	dh $@ --with kf5
diff -pruN 4:5.8.0-1/debian/salsa-ci.yml 4:5.8.0-2/debian/salsa-ci.yml
--- 4:5.8.0-1/debian/salsa-ci.yml	1970-01-01 00:00:00.000000000 +0000
+++ 4:5.8.0-2/debian/salsa-ci.yml	2020-08-22 18:52:10.000000000 +0000
@@ -0,0 +1,7 @@
+include:
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
+variables:
+  SALSA_CI_DISABLE_MISSING_BREAKS: 'no'
+  SALSA_CI_DISABLE_RC_BUGS: 'no'
+  SALSA_CI_REPROTEST_ARGS: '--variations=-build-path'
