On Tue, Oct 27, 2015 at 2:58 PM, Aleix Pol <[email protected]> wrote:
> Hi,
> Here's a packaging match for KConfig: https://paste.kde.org/p4clobet3
>
> The idea is that, when cross-compiling, together with
> kconfig_compiler_kf5, we need to install the cmake file that points to
> it. Otherwise we end up with a file that points to the armhf (or any
> target platform) and then a poor kconfig_compiler_kf5 file that cannot
> be found.
>
> Rohan says that the patch makes sense. :D
>
> Aleix
Along the same lines, here's attached the two remaining files, please
consider adopting them as well.
Aleix
diff --git a/debian/control b/debian/control
index f2e4e75..6f8f5d3 100644
--- a/debian/control
+++ b/debian/control
@@ -42,8 +42,8 @@ Section: libdevel
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
-Replaces: libkf5coreaddons-dev (<< 5.10+git20150714)
-Breaks: libkf5coreaddons-dev (<< 5.10+git20150714)
+Replaces: libkf5coreaddons-dev (<< 5.15.0-2~)
+Breaks: libkf5coreaddons-dev (<< 5.15.0-2~)
Description: KDE Frameworks 5 addons to QtCore - development files
KCoreAddons provides classes built on top of QtCore to perform various tasks
such as manipulating mime types, autosaving files, creating backup files,
diff --git a/debian/libkf5coreaddons-bin-dev.install b/debian/libkf5coreaddons-bin-dev.install
index b5e10c0..660d56d 100644
--- a/debian/libkf5coreaddons-bin-dev.install
+++ b/debian/libkf5coreaddons-bin-dev.install
@@ -1 +1,2 @@
usr/bin/desktoptojson
+usr/lib/*/cmake/KF5CoreAddons/KF5CoreAddonsToolingTargets*.cmake
diff --git a/debian/libkf5coreaddons-dev.install b/debian/libkf5coreaddons-dev.install
index 7e710d9..3b8d0ea 100644
--- a/debian/libkf5coreaddons-dev.install
+++ b/debian/libkf5coreaddons-dev.install
@@ -1,5 +1,7 @@
usr/include/KF5/KCoreAddons/
usr/include/KF5/kcoreaddons_version.h
-usr/lib/*/cmake/KF5CoreAddons/
+usr/lib/*/cmake/KF5CoreAddons/KF5CoreAddonsConfig*.cmake
+usr/lib/*/cmake/KF5CoreAddons/KF5CoreAddonsMacros.cmake
+usr/lib/*/cmake/KF5CoreAddons/KF5CoreAddonsTargets*.cmake
usr/lib/*/libKF5CoreAddons.so
usr/lib/*/qt5/mkspecs/modules/qt_KCoreAddons.pri
diff --git a/debian/control b/debian/control
index 70f0e32..3527f20 100644
--- a/debian/control
+++ b/debian/control
@@ -39,8 +39,8 @@ Package: libkf5auth-bin-dev
Section: libdevel
Architecture: any
Multi-Arch: same
-Breaks: libkf5auth-dev (<< 5.10+git20150615)
-Replaces: libkf5auth-dev (<< 5.10+git20150615)
+Breaks: libkf5auth-dev (<< 5.15.0-2~)
+Replaces: libkf5auth-dev (<< 5.15.0-2~)
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Abstraction to system policy and authentication features
KAuth is a framework to let applications perform actions as a
diff --git a/debian/libkf5auth-bin-dev.install b/debian/libkf5auth-bin-dev.install
index 107f441..2168b2f 100644
--- a/debian/libkf5auth-bin-dev.install
+++ b/debian/libkf5auth-bin-dev.install
@@ -1 +1,2 @@
usr/lib/*/libexec/kauth/kauth-policy-gen
+usr/lib/*/cmake/KF5Auth/KF5AuthToolTargets*.cmake
diff --git a/debian/libkf5auth-dev.install b/debian/libkf5auth-dev.install
index 2e74e16..96b8af5 100644
--- a/debian/libkf5auth-dev.install
+++ b/debian/libkf5auth-dev.install
@@ -1,5 +1,7 @@
usr/include/KF5/KAuth/
usr/include/KF5/kauth_version.h
-usr/lib/*/cmake/KF5Auth/
+usr/lib/*/cmake/KF5Auth/KF5AuthConfig*.cmake
+usr/lib/*/cmake/KF5Auth/KF5AuthMacros.cmake
+usr/lib/*/cmake/KF5Auth/KF5AuthTargets*.cmake
usr/lib/*/libKF5Auth.so
usr/lib/*/qt5/mkspecs/modules/qt_KAuth.pri
--
kubuntu-devel mailing list
[email protected]
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel