diff --git a/debian/changelog b/debian/changelog index 5f5a938..bcd0705 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ libkf5windowsystem-data, as the rename was done even before oldstable. * Pass -DBUILD_TESTING=OFF to cmake to disable the build of tests, as they are not run at build time anyway. + * Drop the migration from libkf5windowsystem5-dbg, no more needed after two + Debian stable releases. -- Debian/Kubuntu Qt/KDE Maintainers Sat, 21 Sep 2019 07:53:56 +0200 diff --git a/debian/rules b/debian/rules index 8bed67e..01a1f37 100755 --- a/debian/rules +++ b/debian/rules @@ -9,9 +9,6 @@ override_dh_auto_configure: dh_auto_configure -- -DBUILD_QCH=ON -DBUILD_TESTING=OFF -override_dh_strip: - dh_strip --dbgsym-migration='libkf5windowsystem5-dbg (<= 5.19.0-1~~)' - override_dh_auto_test: # Disable auto tests at build time :