diff --git a/debian/changelog b/debian/changelog index a54be8e..3811118 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ calamares (3.2.14-0ubuntu1) UNRELEASED; urgency=medium * New upstream release. * Update copyright for appdata file. + * Do not build against PythonQt. -- Dan Simmons Thu, 03 Oct 2019 18:59:53 +0000 diff --git a/debian/control b/debian/control index f468097..365f133 100644 --- a/debian/control +++ b/debian/control @@ -22,8 +22,6 @@ Build-Depends: cmake, libparted-dev, libpolkit-qt5-1-dev, libpwquality-dev, - libpythonqt-qt5-python3-dev, - libpythonqt-qtall-qt5-python3-dev, libqt5svg5-dev, libqt5webkit5-dev, libyaml-cpp-dev, diff --git a/debian/rules b/debian/rules index 6eb0ae0..c255054 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all dh $@ --with kf5 override_dh_auto_configure: - dh_auto_configure -- -DWITH_PYTHONQT=ON -DWEBVIEW_FORCE_WEBKIT=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON + dh_auto_configure -- -DWEBVIEW_FORCE_WEBKIT=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON # Some test don't work well, we don't need to run them at package build time. override_dh_auto_test: