[SCM] kwallet packaging branch, master, updated. 9152ddaac84330fc04467ffb5fba760abb139d8a

Maximiliano Curia maxy at moszumanska.debian.org
Tue Feb 24 17:14:15 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kwallet.git;a=commitdiff;h=1d79a78

The following commit has been merged in the master branch:
commit 1d79a7873566a70d5f4735aa31de3ead3d9aa7f0
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Wed Jan 28 19:56:30 2015 +0100

    Split -data package and update install files.
---
 debian/changelog                 |  1 +
 debian/control                   | 13 +++++++++++++
 debian/libkf5wallet-data.install |  1 +
 debian/libkf5wallet5.install     |  1 -
 4 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4c790e0..d9e90ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ kwallet-kf5 (5.6.0-1~) UNRELEASED; urgency=medium
     follow cmake.
   * Bump Standards-Version to 3.9.6, no changes needed.
   * Update copyright information.
+  * Split -data package and update install files.
 
  -- Maximiliano Curia <maxy at debian.org>  Tue, 27 Jan 2015 22:15:28 +0100
 
diff --git a/debian/control b/debian/control
index 5f84b9d..46c5000 100644
--- a/debian/control
+++ b/debian/control
@@ -53,6 +53,7 @@ Description: Secure and unified container for user passwords.
 Package: libkf5wallet5
 Architecture: any
 Depends: libkwalletbackend5-5 (= ${binary:Version}),
+         libkf5wallet-data (= ${source:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
 Recommends: libkf5wallet-bin (= ${binary:Version})
@@ -61,6 +62,18 @@ Description: Secure and unified container for user passwords.
  Interface to KWallet, the safe desktop-wide storage
  for passwords on KDE workspaces.
 
+Package: libkf5wallet-data
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: libkf5wallet5 (<< 5.6.0)
+Replaces: libkf5wallet5 (<< 5.6.0)
+Description: Secure and unified container for user passwords.
+ Interface to KWallet, the safe desktop-wide storage
+ for passwords on KDE workspaces.
+ .
+ Contains the translation files for kwallet-framework
+
 Package: libkwalletbackend5-5
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
diff --git a/debian/libkf5wallet-data.install b/debian/libkf5wallet-data.install
new file mode 100644
index 0000000..2568e1f
--- /dev/null
+++ b/debian/libkf5wallet-data.install
@@ -0,0 +1 @@
+usr/share/locale/
diff --git a/debian/libkf5wallet5.install b/debian/libkf5wallet5.install
index b9a715c..b0a1a0a 100644
--- a/debian/libkf5wallet5.install
+++ b/debian/libkf5wallet5.install
@@ -1,3 +1,2 @@
 usr/lib/*/libKF5Wallet.so.5
 usr/lib/*/libKF5Wallet.so.5.*
-usr/share/locale/

-- 
kwallet packaging



More information about the pkg-kde-commits mailing list