[SCM] kwin packaging branch, kubuntu_stable, updated. 782672e0e86fbf9bebbffd40b37fb7c25a446ec6

Kubuntu CI (Harald Sitter) kubuntu-ci-guest at moszumanska.debian.org
Tue Jan 27 12:59:24 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/kwin.git;a=commitdiff;h=782672e

The following commit has been merged in the kubuntu_stable branch:
commit 782672e0e86fbf9bebbffd40b37fb7c25a446ec6
Author: Harald Sitter <sitter at kde.org>
Date:   Tue Jan 27 13:58:15 2015 +0100

    Soversion bump properly
    
    * Soversion bump properly
    * Rename packages for 5->6 transition in library version
    * Update install accordingly
      + Apply more restrictive wildcards to prevent sobumps slip past us
    * New lib packages break/replace the old ones <<5.2.0 because the
      pre-release packages were uploaded with libfoo.so.6 in the .so.5 packages
---
 debian/changelog | 6 ++++++
 debian/control   | 8 ++++++++
 2 files changed, 14 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c49b4bf..355e766 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,12 @@
 kwin (4:5.2.0-0ubuntu1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * Soversion bump properly
+  * Rename packages for 5->6 transition in library version
+  * Update install accordingly
+    + Apply more restrictive wildcards to prevent sobumps slip past us
+  * New lib packages break/replace the old ones <<5.2.0 because the
+    pre-release packages were uploaded with libfoo.so.6 in the .so.5 packages
 
  -- Harald Sitter <sitter at kde.org>  Mon, 26 Jan 2015 13:45:00 +0100
 
diff --git a/debian/control b/debian/control
index 615de9c..98323b9 100644
--- a/debian/control
+++ b/debian/control
@@ -116,6 +116,8 @@ Package: libkwineffects6
 Section: libs
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: libkwineffects5 (<< 4:5.2.0)
+Replaces: libkwineffects5 (<< 4:5.2.0)
 Description: KDE window manager effects library
  KWin (pronounced as one syllable "kwin") is the window
  manager for the KDE Plasma Desktop. It gives you complete
@@ -131,6 +133,8 @@ Package: libkwinglutils6
 Section: libs
 Architecture: amd64 arm64 i386 powerpc ppc64el
 Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: libkwinglutils5 (<< 4:5.2.0)
+Replaces: libkwinglutils5 (<< 4:5.2.0)
 Description: KDE window manager gl utils library
  KWin (pronounced as one syllable "kwin") is the window
  manager for the KDE Plasma Desktop. It gives you complete
@@ -146,6 +150,8 @@ Package: libkwinglesutils6
 Section: libs
 Architecture: armhf
 Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: libkwinglesutils5 (<< 4:5.2.0)
+Replaces: libkwinglesutils5 (<< 4:5.2.0)
 Description: KDE window manager gl utils library
  KWin (pronounced as one syllable "kwin") is the window
  manager for the KDE Plasma Desktop. It gives you complete
@@ -161,6 +167,8 @@ Package: libkwinxrenderutils6
 Section: libs
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: libkwinxrenderutils5 (<< 4:5.2.0)
+Replaces: libkwinxrenderutils5 (<< 4:5.2.0)
 Description: KDE window manager render utils library
  KWin (pronounced as one syllable "kwin") is the window
  manager for the KDE Plasma Desktop. It gives you complete

-- 
kwin packaging



More information about the pkg-kde-commits mailing list