[SCM] Repository for the KDE Debconf access library. branch, kubuntu_vivid_archive, updated. debian/0.3-1-12-g6563752

Harald Sitter apachelogger-guest at moszumanska.debian.org
Thu Feb 12 07:26:56 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/debconf-kde.git;a=commitdiff;h=6563752

The following commit has been merged in the kubuntu_vivid_archive branch:
commit 65637529b808d4e5b298230ec4eee51e690cfb34
Author: José Manuel Santamaría Lema <panfaust at gmail.com>
Date:   Wed Feb 11 17:15:03 2015 +0100

    Add debconf-kde-data package.
    
    Signed-off-by: Harald Sitter <sitter at kde.org>
---
 debian/changelog                |  2 ++
 debian/control                  | 17 ++++++++++++++++-
 debian/debconf-kde-data.install |  1 +
 3 files changed, 19 insertions(+), 1 deletion(-)

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 <panfaust at gmail.com>  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

-- 
Repository for the KDE Debconf access library.



More information about the pkg-kde-commits mailing list