Hi,

I have noticed that translations aren't installed in debconf-kde. So I made a 
-data
package providing them.

I pushed the proposed change to this repository:
https://gitorious.org/siduction-kde-kf5-dependencies/debconf-kde

in the kubuntu_vivid_archive_tmp branch:
https://gitorious.org/siduction-kde-kf5-dependencies/debconf-kde/commits/kubuntu_vivid_archive_tmp

Also I'm attaching the patches retrieved with git format-patch.
From aa03f7776c684ed19940e39b27b2f68f0840a823 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Santamar=C3=ADa=20Lema?=
 <[email protected]>
Date: Wed, 11 Feb 2015 17:15:03 +0100
Subject: [PATCH] Add debconf-kde-data package.

---
 debian/changelog                |  2 ++
 debian/control                  | 17 ++++++++++++++++-
 debian/debconf-kde-data.install |  1 +
 3 files changed, 19 insertions(+), 1 deletion(-)
 create mode 100644 debian/debconf-kde-data.install

diff --git a/debian/changelog b/debian/changelog
index 3620317..b72ebce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ debconf-kde (1.0.0-0ubuntu2) UNRELEASED; urgency=medium
   * Build depend on pkg-kde-tools to (>> 0.15.15) so we make sure we are
     building against a pkg-kde-tools which provides the kde frameworks 
     module.
+  * Add debconf-kde-data package to provide architecture independent data (at
+    the moment, the translations).
 
  -- José Manuel Santamaría Lema <[email protected]>  Tue, 10 Feb 2015 14:24:26 +0100
 
diff --git a/debian/control b/debian/control
index 7907bc6..6e37310 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,9 @@ Package: libdebconf-kde1
 Section: libs
 Architecture: any
 Multi-Arch: same
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: debconf-kde-data (= ${source:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Debconf KDE GUI library
  Debconf KDE is a GUI library for including Debconf frontends in Qt-based
  applications.
@@ -60,6 +62,19 @@ Description: Debconf KDE GUI frontend tool
  This package contains a small standalone tool to display a KDE Debconf
  dialog without linking against the Debconf KDE library.
 
+Package: debconf-kde-data
+Architecture: all
+Depends: ${misc:Depends}
+Description: Debconf KDE data files
+ Debconf KDE is a GUI library for including Debconf frontends in Qt-based
+ applications.
+ Debconf is a configuration management system for Debian packages, which
+ is used to ask questions when they are installed.
+ This library is written in C++ and used by Apper and Muon to
+ embed Debconf dialogs.
+ .
+ This package contains the data files needed by the Debconf KDE library
+
 Package: debconf-kde-dbg
 Section: debug
 Architecture: any
diff --git a/debian/debconf-kde-data.install b/debian/debconf-kde-data.install
new file mode 100644
index 0000000..42360c7
--- /dev/null
+++ b/debian/debconf-kde-data.install
@@ -0,0 +1 @@
+usr/share/locale/*/LC_MESSAGES/libdebconf-kde.mo
-- 
2.1.4

Attachment: 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

Reply via email to