mirror of
https://git.launchpad.net/~ubuntu-qt-code/ubuntu/+source/calamares/+git/calamares
synced 2025-05-29 20:31:28 +00:00
Remove PythonQt dep
This commit is contained in:
parent
1ab4e71778
commit
259c772847
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -2,6 +2,7 @@ calamares (3.2.14-0ubuntu1) UNRELEASED; urgency=medium
|
|||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
* Update copyright for appdata file.
|
* Update copyright for appdata file.
|
||||||
|
* Do not build against PythonQt.
|
||||||
|
|
||||||
-- Dan Simmons <kc2bez@lubuntu.me> Thu, 03 Oct 2019 18:59:53 +0000
|
-- Dan Simmons <kc2bez@lubuntu.me> Thu, 03 Oct 2019 18:59:53 +0000
|
||||||
|
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -22,8 +22,6 @@ Build-Depends: cmake,
|
|||||||
libparted-dev,
|
libparted-dev,
|
||||||
libpolkit-qt5-1-dev,
|
libpolkit-qt5-1-dev,
|
||||||
libpwquality-dev,
|
libpwquality-dev,
|
||||||
libpythonqt-qt5-python3-dev,
|
|
||||||
libpythonqt-qtall-qt5-python3-dev,
|
|
||||||
libqt5svg5-dev,
|
libqt5svg5-dev,
|
||||||
libqt5webkit5-dev,
|
libqt5webkit5-dev,
|
||||||
libyaml-cpp-dev,
|
libyaml-cpp-dev,
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -7,7 +7,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
|
|||||||
dh $@ --with kf5
|
dh $@ --with kf5
|
||||||
|
|
||||||
override_dh_auto_configure:
|
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.
|
# Some test don't work well, we don't need to run them at package build time.
|
||||||
override_dh_auto_test:
|
override_dh_auto_test:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user