[SCM] Konversation packaging for Debian branch, kubuntu_unstable, updated. debian/1.5-2-8-g98fcbe7

Harald Sitter apachelogger-guest at moszumanska.debian.org
Mon Dec 1 12:06:26 UTC 2014


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

The following commit has been merged in the kubuntu_unstable branch:
commit 98fcbe7dc610872ece661e99a6b9722a75eed01a
Author: Harald Sitter <sitter at kde.org>
Date:   Mon Dec 1 13:06:22 2014 +0100

    wrap and sort
---
 debian/control                   | 45 +++++++++++++++++++++-------------------
 debian/konversation-data.install |  2 +-
 2 files changed, 25 insertions(+), 22 deletions(-)

diff --git a/debian/control b/debian/control
index 9ba730f..c96094f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,25 +3,27 @@ Section: net
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Modestas Vainius <modax at debian.org>, Diane Trout <diane at ghic.org>
-Build-Depends: debhelper (>= 9), cmake (>= 2.6.2), pkg-kde-tools (>= 0.12),
- libkf5archive-dev,
- libkf5bookmarks-dev,
- libkf5config-dev,
- libkf5configwidgets-dev,
- libkf5emoticons-dev,
- libkf5i18n-dev,
- libkf5idletime-dev,
- libkf5notifyconfig-dev,
- libkf5kdelibs4support-dev,
- kio-dev,
- libkf5parts-dev,
- libkf5solid-dev,
- libkf5sonnet-dev,
- libkf5wallet-dev,
- libkf5widgetsaddons-dev,
- libphonon4qt5-dev,
- extra-cmake-modules,
- libqca-qt5-2-dev
+Build-Depends: cmake (>= 2.6.2),
+               debhelper (>= 9),
+               extra-cmake-modules,
+               kio-dev,
+               libkf5archive-dev,
+               libkf5bookmarks-dev,
+               libkf5config-dev,
+               libkf5configwidgets-dev,
+               libkf5emoticons-dev,
+               libkf5i18n-dev,
+               libkf5idletime-dev,
+               libkf5kdelibs4support-dev,
+               libkf5notifyconfig-dev,
+               libkf5parts-dev,
+               libkf5solid-dev,
+               libkf5sonnet-dev,
+               libkf5wallet-dev,
+               libkf5widgetsaddons-dev,
+               libphonon4qt5-dev,
+               libqca-qt5-2-dev,
+               pkg-kde-tools (>= 0.12)
 Standards-Version: 3.9.5
 Homepage: http://konversation.kde.org/
 Vcs-Git: git://anonscm.debian.org/pkg-kde/kde-extras/konversation.git
@@ -29,7 +31,9 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/kde-extras/konversation
 
 Package: konversation
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, konversation-data (= ${source:Version})
+Depends: konversation-data (= ${source:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Provides: irc
 Description: user friendly Internet Relay Chat (IRC) client for KDE
  Konversation is a client for the Internet Relay Chat (IRC) protocol.
@@ -70,4 +74,3 @@ Description: debugging symbols for Konversation
  Konversation is a client for the Internet Relay Chat (IRC) protocol. This
  package contains the debugging symbols associated with konversation. They
  will automatically be used by gdb for debugging konversation-related issues.
-
diff --git a/debian/konversation-data.install b/debian/konversation-data.install
index b00e56a..29bb743 100644
--- a/debian/konversation-data.install
+++ b/debian/konversation-data.install
@@ -1,4 +1,4 @@
 usr/share/doc/HTML/*
 usr/share/icons/hicolor/*
 usr/share/k*/*
-#usr/share/locale/*
+usr/share/locale/*

-- 
Konversation packaging for Debian



More information about the pkg-kde-commits mailing list