Hi, there's a file installed in 2 binary packages at the same time after the debian merge, I'm attaching a patch to solve the problem
Note that I'm leaving the file where the debian dude decided to place it and added the corresponding Breaks/Replaces.
diff --git a/debian/changelog b/debian/changelog index 846b8f5..b16d76a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,13 @@ oxygen (4:5.3.2-0ubuntu1) UNRELEASED; urgency=medium + [ Jonathan Riddell ] * New upstream release + [ José Manuel Santamaría Lema ] + * liboxygenstyleconfig5-5 Breaks/Replaces kde-style-oxygen-qt5 + (<< 4:5.3.2) because usr/share/kservices5/oxygenstyleconfig.desktop was + moved from one package to another. + -- Jonathan Riddell <[email protected]> Mon, 29 Jun 2015 17:31:56 +0200 oxygen (4:5.3.1-0ubuntu1) wily; urgency=medium diff --git a/debian/control b/debian/control index ed32180..1ca016c 100644 --- a/debian/control +++ b/debian/control @@ -98,6 +98,8 @@ Description: style library for the Oxygen desktop theme Package: liboxygenstyleconfig5-5 Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} +Breaks: kde-style-oxygen-qt5 (<< 4:5.3.2) +Replaces: kde-style-oxygen-qt5 (<< 4:5.3.2) Description: style library configuration for the Oxygen desktop theme The Oxygen desktop theme is used by Plasma and other KDE Software. . diff --git a/debian/kde-style-oxygen-qt5.install b/debian/kde-style-oxygen-qt5.install index 66bd552..b3deb4c 100644 --- a/debian/kde-style-oxygen-qt5.install +++ b/debian/kde-style-oxygen-qt5.install @@ -1,8 +1,6 @@ usr/bin/oxygen-settings5 usr/lib/*/qt5/plugins/kstyle_oxygen_config.so usr/lib/*/qt5/plugins/styles/oxygen.so -usr/share/kservices5/oxygenstyleconfig.desktop -usr/share/kservices5/oxygenstyleconfig.desktop usr/share/kstyle/themes/oxygen.themerc usr/share/locale/*/*/oxygen_style_config.mo usr/share/locale/*/*/oxygen_style_demo.mo
signature.asc
Description: This is a digitally signed message part.
-- kubuntu-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
