diff -Nru kalgebra-19.12.1/debian/changelog kalgebra-19.12.1/debian/changelog --- kalgebra-19.12.1/debian/changelog 2020-02-03 22:09:09.000000000 +0000 +++ kalgebra-19.12.1/debian/changelog 2020-02-25 00:47:14.000000000 +0000 @@ -1,3 +1,11 @@ +kalgebra (4:19.12.1-2+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. + + -- Peter Michael Green Tue, 25 Feb 2020 00:47:14 +0000 + kalgebra (4:19.12.1-2) unstable; urgency=medium * Team upload. diff -Nru kalgebra-19.12.1/debian/control kalgebra-19.12.1/debian/control --- kalgebra-19.12.1/debian/control 2020-02-03 22:08:26.000000000 +0000 +++ kalgebra-19.12.1/debian/control 2020-02-25 00:47:14.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.0 Homepage: https://kde.org/applications/education/org.kde.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, @@ -59,7 +59,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, ${misc:Depends}, diff -Nru kalgebra-19.12.1/debian/rules kalgebra-19.12.1/debian/rules --- kalgebra-19.12.1/debian/rules 2020-02-03 22:05:59.000000000 +0000 +++ kalgebra-19.12.1/debian/rules 2020-02-25 00:47:14.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