[SCM] purpose packaging branch, kubuntu_unstable, updated. 2c9e1041ecfe2296dab54ff578b58ee446932439

Clive Johnston clivejo-guest at moszumanska.debian.org
Sat Mar 12 23:45:27 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/purpose.git;a=commitdiff;h=2c9e104

The following commit has been merged in the kubuntu_unstable branch:
commit 2c9e1041ecfe2296dab54ff578b58ee446932439
Author: Clive Johnston <clivejo at aol.com>
Date:   Sat Mar 12 23:45:18 2016 +0000

    Making main.js executable and adding Ubuntu-OnlineAccounts
---
 debian/changelog | 3 +++
 debian/control   | 1 +
 debian/rules     | 4 ++++
 3 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 89715cb..80135fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,9 @@ purpose (1.0-0ubuntu1) UNRELEASED; urgency=medium
     - Adding missing file to libkf5purpose5.install
   * Fixing install file, again!
   * Refreshing symbols
+  * Making usr/share/kpackage/Purpose/Twitter/contents/code/main.js
+    executable in rules
+  * Trying to add Ubuntu.OnlineAccounts
 
  -- Clive Johnston <clivejo at aol.com>  Tue, 01 Dec 2015 19:24:36 +0000
 
diff --git a/debian/control b/debian/control
index f64c010..e1f66a8 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Build-Depends: cmake,
                libsignon-qt5-dev,
                pkg-config,
                pkg-kde-tools (>= 0.15.15ubuntu1~),
+               qml-module-ubuntu-onlineaccounts,
                qtbase5-dev,
                qtdeclarative5-dev-tools
 Standards-Version: 3.9.6
diff --git a/debian/rules b/debian/rules
index f3217ae..60fc5b9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,10 @@ include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
 override_dh_auto_configure:
 	$(overridden_command) -- -DCMAKE_CXX_FLAGS="-I/usr/include/accounts-qt5/"
 
+override_dh_fixperms:
+	dh_fixperms
+	chmod 4755 debian/tmp/usr/share/kpackage/Purpose/Twitter/contents/code/main.js
+
 override_dh_strip:
 	$(overridden_command) --dbg-package=libkf5purpose5-dbg
 

-- 
purpose packaging



More information about the pkg-kde-commits mailing list