[SCM] kopete packaging branch, master, updated. debian/15.08.0-1-4-g1a92bb0

Maximiliano Curia maxy at moszumanska.debian.org
Tue Sep 15 11:49:08 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kopete.git;a=commitdiff;h=2ee456d

The following commit has been merged in the master branch:
commit 2ee456dfb24e0514b8badb8de3787f63d161c4e6
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Tue Sep 15 11:11:14 2015 +0200

    Set kdepim-runtime as a recommends. (Closes: #797746)
---
 debian/changelog     | 3 ++-
 debian/control       | 2 +-
 debian/rules         | 4 ++--
 debian/tests/control | 2 +-
 4 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7b82b8d..63fb7af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 kopete (4:15.08.0-2~) UNRELEASED; urgency=medium
 
-  * 
+  * Set kdepim-runtime as a recommends. (Closes: #797746) Thanks to
+    Salvo Tomaselli
 
  -- Maximiliano Curia <maxy at debian.org>  Tue, 15 Sep 2015 11:09:03 +0200
 
diff --git a/debian/control b/debian/control
index 0aa26fb..f721063 100644
--- a/debian/control
+++ b/debian/control
@@ -68,7 +68,7 @@ Package: kopete
 Section: net
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
-Recommends: libqca2-plugin-ossl, libqt4-sql-sqlite
+Recommends: libqca2-plugin-ossl, libqt4-sql-sqlite, kdepim-runtime
 Suggests: imagemagick, kdeartwork-emoticons, khelpcenter, texlive-latex-base
 Description: instant messaging and chat application
  Kopete is an instant messaging and chat application with support for a wide
diff --git a/debian/rules b/debian/rules
index 9911e8d..5154156 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,5 +24,5 @@ override_dh_auto_test:
 	:
 
 override_dh_shlibdeps:
-	$(overridden_command) -plibkopete4 -- -xkopete
-	$(overridden_command) --remaining-packages
+	$(overridden_command) -plibkopete4 -- -xkopete -xkdepim-runtime
+	$(overridden_command) --remaining-packages -- -xkdepim-runtime
diff --git a/debian/tests/control b/debian/tests/control
index a1423e7..4d09c56 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,6 +1,6 @@
 Tests: testsuite
 Depends: @, @builddeps@, build-essential,
-         xvfb, xauth, dbus-x11
+         xvfb, xauth, dbus-x11, kdepim-runtime
 Restrictions: build-needed
 
 Tests: acc

-- 
kopete packaging



More information about the pkg-kde-commits mailing list