Merge lp:~panfaust/kubuntu-packaging-next/plasma-workspace-work2 into lp:~kubuntu-packagers/kubuntu-packaging-next/plasma-workspace

Proposed by Jose Manuel Santamaria Lema
Status: Needs review
Proposed branch: lp:~panfaust/kubuntu-packaging-next/plasma-workspace-work2
Merge into: lp:~kubuntu-packagers/kubuntu-packaging-next/plasma-workspace
Diff against target: 38 lines (+16/-1)
2 files modified
debian/changelog (+12/-0)
debian/control (+4/-1)
To merge this branch: bzr merge lp:~panfaust/kubuntu-packaging-next/plasma-workspace-work2
Reviewer Review Type Date Requested Status
Kubuntu Packagers Pending
Review via email: mp+229091@code.launchpad.net

Description of the change

Use Breaks instead of conflicts against kde-window-manager, kde-
workspace, kde-workspace-data, klipper. According to debian's policy
7.4 "Normally, Breaks should be used instead of Conflicts since
Conflicts imposes a stronger restriction on the ordering of package
installation or upgrade and can make it more difficult for the
package manager to find a correct solution to an upgrade or
installation problem, Breaks should be used". This is the case when
upgrading from debian\'s kde metapackages such as kde-standard or
kde-full, so this change is needed to make the upgrades from such
metapackages work better.

To post a comment you must log in.

Unmerged revisions

55. By Jose Manuel Santamaria Lema

Use breaks instead of conflicts.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2014-07-23 21:30:23 +0000
+++ debian/changelog 2014-07-31 17:18:22 +0000
@@ -43,6 +43,18 @@
43 sddm-theme to resolve sddm's theme dependency, which then defacto makes a43 sddm-theme to resolve sddm's theme dependency, which then defacto makes a
44 circular dependency.44 circular dependency.
4545
46 [ José Manuel Santamaría Lema ]
47 * Use Breaks instead of conflicts against kde-window-manager, kde-
48 workspace, kde-workspace-data, klipper. According to debian's policy
49 7.4 "Normally, Breaks should be used instead of Conflicts since
50 Conflicts imposes a stronger restriction on the ordering of package
51 installation or upgrade and can make it more difficult for the
52 package manager to find a correct solution to an upgrade or
53 installation problem, Breaks should be used". This is the case when
54 upgrading from debian\'s kde metapackages such as kde-standard or
55 kde-full, so this change is needed to make the upgrades from such
56 metapackages work better.
57
46 -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 10 Jul 2014 20:06:06 +020058 -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 10 Jul 2014 20:06:06 +0200
4759
48plasma-workspace (4:4.98.0-0ubuntu1) utopic; urgency=medium60plasma-workspace (4:4.98.0-0ubuntu1) utopic; urgency=medium
4961
=== modified file 'debian/control'
--- debian/control 2014-07-23 21:31:11 +0000
+++ debian/control 2014-07-31 17:18:22 +0000
@@ -164,7 +164,10 @@
164 x11-xserver-utils,164 x11-xserver-utils,
165 ${misc:Depends},165 ${misc:Depends},
166 ${shlibs:Depends}166 ${shlibs:Depends}
167Conflicts: kde-window-manager, kde-workspace, kde-workspace-data, klipper167Breaks: kde-window-manager (<< 4:5.0.0),
168 kde-workspace (<< 4:5.0.0),
169 kde-workspace-data (<< 4:5.0.0),
170 klipper (<< 4:5.0.0)
168Replaces: klipper, plasma-workspace-data171Replaces: klipper, plasma-workspace-data
169Description: Plasma Workspace for KF5172Description: Plasma Workspace for KF5
170 Plasma Workspace for KF5. Workspaces provide173 Plasma Workspace for KF5. Workspaces provide

Subscribers

People subscribed via source and target branches