diff -Nru kalgebra-20.12.1/debian/changelog kalgebra-20.12.1/debian/changelog --- kalgebra-20.12.1/debian/changelog 2021-01-07 23:11:55.000000000 +0000 +++ kalgebra-20.12.1/debian/changelog 2021-01-21 01:55:45.000000000 +0000 @@ -1,3 +1,11 @@ +kalgebra (4:20.12.1-1+rpi1) bullseye-staging; urgency=medium + + [changes brought forward from 4:17.08.3-2+rpi1 by Peter Michael Green at Sat, 16 Dec 2017 12:52:33 +0000] + * Make armhf a non-webengine architecture. + * Fix clean target. + + -- Raspbian forward porter Thu, 21 Jan 2021 01:55:45 +0000 + kalgebra (4:20.12.1-1) unstable; urgency=low [ Debian Janitor ] diff -Nru kalgebra-20.12.1/debian/control kalgebra-20.12.1/debian/control --- kalgebra-20.12.1/debian/control 2021-01-07 23:09:01.000000000 +0000 +++ kalgebra-20.12.1/debian/control 2021-01-21 01:55:45.000000000 +0000 @@ -23,7 +23,7 @@ pkg-kde-tools (>> 0.15.15), qtbase5-dev (>= 5.4), qtdeclarative5-dev (>= 5.4), - qtwebengine5-dev [amd64 arm64 armhf i386 mipsel], + qtwebengine5-dev [amd64 arm64 i386 mipsel], Standards-Version: 4.5.1 Homepage: https://edu.kde.org/kalgebra Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kalgebra @@ -31,7 +31,7 @@ Rules-Requires-Root: no Package: kalgebra -Architecture: amd64 arm64 armhf i386 mipsel +Architecture: amd64 arm64 i386 mipsel Section: math Depends: kalgebra-common (= ${binary:Version}), ${misc:Depends}, @@ -44,7 +44,7 @@ This package is part of the KDE education module. Package: kalgebra-common -Architecture: amd64 arm64 armhf i386 mipsel +Architecture: amd64 arm64 i386 mipsel Section: math Depends: plasma-framework, qml-module-org-kde-analitza, @@ -61,7 +61,7 @@ Package: kalgebramobile Architecture: any Section: math -Depends: kalgebra-common (= ${binary:Version}) [amd64 arm64 armhf i386 mipsel], +Depends: kalgebra-common (= ${binary:Version}) [amd64 arm64 i386 mipsel], plasma-framework, qml-module-org-kde-kirigami2, qml-module-qtqml-models2, diff -Nru kalgebra-20.12.1/debian/rules kalgebra-20.12.1/debian/rules --- kalgebra-20.12.1/debian/rules 2021-01-07 22:32:43.000000000 +0000 +++ kalgebra-20.12.1/debian/rules 2021-01-21 01:55:45.000000000 +0000 @@ -12,7 +12,7 @@ include /usr/share/dpkg/architecture.mk -webengine_archs := amd64 arm64 armhf i386 mipsel +webengine_archs := amd64 arm64 i386 mipsel %: dh $@ --with kf5 @@ -21,3 +21,7 @@ override_dh_auto_configure: dh_auto_configure --buildsystem=kf5 -- -DMOBILE_BACKEND="none" endif + +override_dh_auto_clean: + dh_auto_clean + rm -rf debian/kalgebra