[SCM] purpose packaging branch, kubuntu_wily_archive, updated. 6a732633d3c6732ff6e10b5705db41053fa6b15a

Jonathan Riddell jriddell-guest at moszumanska.debian.org
Wed Jun 24 10:39:14 UTC 2015


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

The following commit has been merged in the kubuntu_wily_archive branch:
commit 6a732633d3c6732ff6e10b5705db41053fa6b15a
Author: Jonathan Riddell <jr at jriddell.org>
Date:   Wed Jun 24 12:39:09 2015 +0200

    PPA package
    
    * PPA package
    * Add CMAKE_CXX_FLAGS="-I/usr/include/accounts-qt5/" to fix build
---
 debian/changelog | 7 +++++++
 debian/control   | 5 ++++-
 debian/rules     | 3 +++
 3 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3ed231d..b0bfbe5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,3 +3,10 @@ purpose (5.9.0+git20150427-0ubuntu1) UNRELEASED; urgency=medium
   * Initial Package
 
  -- Jonathan Riddell <jriddell at ubuntu.com>  Fri, 24 Apr 2015 16:46:30 +0200
+
+purpose (0.1~alpha-0ubuntu1~ubuntu15.10~ppa1) wily; urgency=medium
+
+  * PPA package
+  * Add CMAKE_CXX_FLAGS="-I/usr/include/accounts-qt5/" to fix build
+
+ -- Clive Johnston <clivejo at aol.com>  Wed, 27 May 2015 15:15:15 +0100
diff --git a/debian/control b/debian/control
index 5128f67..7b79e77 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends: cmake,
                extra-cmake-modules,
                intltool,
                kaccounts-integration,
+               kdeconnect-plasma,
                libaccounts-glib-dev,
                libaccounts-qt5-dev,
                libkaccounts-dev,
@@ -17,7 +18,9 @@ Build-Depends: cmake,
                libsignon-qt5-dev,
                pkg-config,
                pkg-kde-tools (>= 0.15.15ubuntu1~),
-               qtbase5-dev
+               qml-module-ubuntu-onlineaccounts,
+               qtbase5-dev,
+               qtdeclarative5-dev-tools
 Standards-Version: 3.9.6
 Homepage: https://projects.kde.org/projects/playground/libs/purpose
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-kde/frameworks/purpose.git
diff --git a/debian/rules b/debian/rules
index 25d05bf..34269db 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
 
 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_strip:
 	$(overridden_command) --dbg-package=libkf5purpose5-dbg
 

-- 
purpose packaging



More information about the pkg-kde-commits mailing list