[SCM] kmime packaging branch, debian/experimental, updated. debian/17.08.3-2-12-g0f6f636

Sandro Knauß hefee at moszumanska.debian.org
Tue Feb 6 21:26:55 UTC 2018


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kmime.git;a=commitdiff;h=0f6f636

The following commit has been merged in the debian/experimental branch:
commit 0f6f636adcda07bd8adf4f4848386578b6ba44c9
Author: Sandro Knauß <hefee at debian.org>
Date:   Tue Feb 6 22:25:17 2018 +0100

    split arch independet data out of libkf5mime5 and create new package named libkf5mime-data.
---
 debian/changelog               |  2 ++
 debian/control                 | 33 ++++++++++++++++++++++++++-------
 debian/libkf5mime-data.install |  1 +
 debian/libkf5mime5abi1.install |  1 -
 4 files changed, 29 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8b1aeef..f76b09e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ kmime (17.12.1-1) UNRELEASED; urgency=medium
   * Use DebianABIManager to handle libkf5mime5 properly.
   * Update library from libkf5mime5 -> libkf5mime5abi1, because of ABI
     breakage.
+  * split arch independet data out of libkf5mime5 and create new package
+    named libkf5mime-data.
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 23 Dec 2017 10:25:02 +0100
 
diff --git a/debian/control b/debian/control
index e11925c..54b2de6 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: cmake (>= 3.0~),
                libkf5codecs-dev (>= 5.39.0~),
                libkf5i18n-dev (>= 5.39.0~),
                pkg-kde-tools (>> 0.15.15),
-               qtbase5-dev (>= 5.8.0~),
+               qtbase5-dev (>= 5.8.0~)
 Standards-Version: 4.1.3
 Homepage: https://projects.kde.org/projects/kde/pim/kmime
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/kmime.git
@@ -19,7 +19,9 @@ Package: libkf5mime-dev
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libkf5mime5abi1 (= ${binary:Version}), qtbase5-dev (>= 5.8.0~), ${misc:Depends},
+Depends: libkf5mime5abi1 (= ${binary:Version}),
+         qtbase5-dev (>= 5.8.0~),
+         ${misc:Depends}
 Description: library for handling MIME data - development files
  This library provides an API for handling MIME data. MIME (Multipurpose
  Internet Mail Extensions) is an Internet Standard that extends the format
@@ -34,14 +36,31 @@ Breaks: libkf5akonadinotes-dev (<< 4:17.08),
         libkf5incidenceeditor-dev (<< 17.08),
         libkf5mailimporter-dev (<< 4:17.08),
         libkf5mailtransport-dev (<< 17.08),
-        libkf5mbox-dev (<< 17.08),
+        libkf5mbox-dev (<< 17.08)
+
+Package: libkf5mime-data
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: libkf5mime5, ${kde-l10n:all}
+Replaces: libkf5mime5, ${kde-l10n:all}
+Description: Arch independent data for library for handling MIME data
+ This library provides an API for handling MIME data. MIME (Multipurpose
+ Internet Mail Extensions) is an Internet Standard that extends the format
+ of e-mail to support text in character sets other than US-ASCII, non-text
+ attachments, multi-part message bodies, and header information in non-ASCII
+ character sets.
+ .
+ This package contains the arch independent data for KMime.
 
 Package: libkf5mime5abi1
 X-Debian-ABI: 1
 X-CMake-Target: KF5Mime
 Architecture: any
 Multi-Arch: same
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: libkf5mime-data (= ${source:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Breaks: accountwizard (<< 4:17.08),
         akonadiconsole (<< 4:17.08),
         kalarm (<< 4:17.08),
@@ -68,9 +87,9 @@ Breaks: accountwizard (<< 4:17.08),
         libkf5messagecore5 (<< 4:17.08),
         libkf5messagelist5 (<< 4:17.08),
         libkf5messageviewer5 (<< 4:17.08),
-        libkf5templateparser5 (<< 4:17.08),
-        ${kde-l10n:all},
-Replaces: ${kde-l10n:all}
+        libkf5mime5,
+        libkf5templateparser5 (<< 4:17.08)
+Replaces: libkf5mime5
 Description: library for handling MIME data
  This library provides an API for handling MIME data. MIME (Multipurpose
  Internet Mail Extensions) is an Internet Standard that extends the format
diff --git a/debian/libkf5mime-data.install b/debian/libkf5mime-data.install
new file mode 100644
index 0000000..2568e1f
--- /dev/null
+++ b/debian/libkf5mime-data.install
@@ -0,0 +1 @@
+usr/share/locale/
diff --git a/debian/libkf5mime5abi1.install b/debian/libkf5mime5abi1.install
index 251866d..3315fbf 100644
--- a/debian/libkf5mime5abi1.install
+++ b/debian/libkf5mime5abi1.install
@@ -1,2 +1 @@
 usr/lib/*/libKF5Mime.so.5*
-usr/share/locale/

-- 
kmime packaging



More information about the pkg-kde-commits mailing list