[SCM] kopete packaging branch, master, updated. debian/4.14.1-1-6-g5aad419

Pino Toscano pino at moszumanska.debian.org
Sun Oct 5 15:19:42 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kopete.git;a=commitdiff;h=5aad419

The following commit has been merged in the master branch:
commit 5aad419e5451621a348b33299109e05f4ee30a48
Author: Pino Toscano <pino at debian.org>
Date:   Sun Oct 5 17:19:08 2014 +0200

    rules: fix build on kfreebsd
    
    change from googletalk-call to libjingle-call in the kfreebsd .install
    exclusion
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c95bce7..ac42662 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ kopete (4:4.14.1-2) UNRELEASED; urgency=medium
   * Remove (apparently unused) libgnutls-dev build dependency.
     (Closes: #764102)
   * Update copyright.
+  * Change from googletalk-call to libjingle-call in the kfreebsd .install
+    exclusion.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 05 Oct 2014 15:50:57 +0200
 
diff --git a/debian/rules b/debian/rules
index 759e656..2d3ef03 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ override_dh_auto_configure:
 	$(overridden_command) -- $(CONFIGURE_ARGS)
 
 override_dh_install:
-	grep -v googletalk-call debian/kopete.install > debian/kopete.install.kfreebsd
+	grep -v libjingle-call debian/kopete.install > debian/kopete.install.kfreebsd
 	$(overridden_command)
 
 override_dh_clean:

-- 
kopete packaging



More information about the pkg-kde-commits mailing list