mirror of
https://git.launchpad.net/~ubuntu-qt-code/ubuntu/+source/calamares/+git/calamares
synced 2025-06-06 16:21:31 +00:00
Remove cmake patch, code applied upstream.
This commit is contained in:
parent
524a0dc9d3
commit
8dd75635b6
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -5,6 +5,7 @@ calamares (3.2.18-0ubuntu1) UNRELEASED; urgency=medium
|
|||||||
* Bump Standards-Version to 4.5.0, no changes needed.
|
* Bump Standards-Version to 4.5.0, no changes needed.
|
||||||
* Update debian/control with debhelper-compat (= 12), remove
|
* Update debian/control with debhelper-compat (= 12), remove
|
||||||
debian/compat.
|
debian/compat.
|
||||||
|
* Remove cmake-fix-find-boost.patch, code applied upstream.
|
||||||
|
|
||||||
-- Dan Simmons <kc2bez@lubuntu.me> Sat, 15 Feb 2020 22:50:34 -0500
|
-- Dan Simmons <kc2bez@lubuntu.me> Sat, 15 Feb 2020 22:50:34 -0500
|
||||||
|
|
||||||
|
16
debian/patches/cmake-fix-find-boost.patch
vendored
16
debian/patches/cmake-fix-find-boost.patch
vendored
@ -1,16 +0,0 @@
|
|||||||
Description: CMake: fix find-boost with 1.71
|
|
||||||
Origin: https://github.com/calamares/calamares/commit/c482990bc5b5233e2f4abda75fda8700308f5bea
|
|
||||||
|
|
||||||
--- a/CMakeLists.txt
|
|
||||||
+++ b/CMakeLists.txt
|
|
||||||
@@ -322,6 +322,10 @@
|
|
||||||
)
|
|
||||||
|
|
||||||
if ( PYTHONLIBS_FOUND )
|
|
||||||
+ # Since Boost provides CMake config files (starting with Boost 1.70.
|
|
||||||
+ # or so) the mess that is the Calamares find code picks the wrong
|
|
||||||
+ # bits. Suppress those CMake config files, as suggested by @jmrcpn
|
|
||||||
+ set(Boost_NO_BOOST_CMAKE ON)
|
|
||||||
include( BoostPython3 )
|
|
||||||
find_boost_python3( ${BOOSTPYTHON_VERSION} ${PYTHONLIBS_VERSION_STRING} CALAMARES_BOOST_PYTHON3_FOUND )
|
|
||||||
set_package_properties(
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1,3 +1,2 @@
|
|||||||
0001-replace-pkexec-by-sudo.patch
|
0001-replace-pkexec-by-sudo.patch
|
||||||
apport-package-hook.patch
|
apport-package-hook.patch
|
||||||
cmake-fix-find-boost.patch
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user