[SCM] purpose packaging branch, master, updated. 5d880e1f317ddc7c3ac1adea01cb05c5fddf9edf
Jonathan Riddell
jriddell-guest at moszumanska.debian.org
Fri Sep 30 16:55:47 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/purpose.git;a=commitdiff;h=fdf9101
The following commit has been merged in the master branch:
commit fdf9101e96211660b4d7d233d4f2d653879c9890
Merge: ebd15e3b7b21d996e93290fd94beff478ff45854 a998403bbf92f3edef88d5c132ac24e295068d53
Author: Jonathan Riddell <jr at jriddell.org>
Date: Tue Sep 27 11:50:25 2016 +0100
merge master
debian/changelog | 39 +-----
debian/control | 100 ++++++++-------
debian/copyright | 150 +++++++++++++++++++++--
debian/libkf5purpose-bin.install | 9 ++
debian/libkf5purpose-dev.acc.in | 22 ++++
debian/libkf5purpose-dev.install | 3 +-
debian/libkf5purpose5-dbg.lintian-overrides | 1 -
debian/libkf5purpose5.install | 10 +-
debian/libkf5purpose5.lintian-overrides | 5 -
debian/libkf5purpose5.symbols | 181 ++++++++++++----------------
debian/libkf5purposewidgets5.install | 2 -
debian/libkf5purposewidgets5.symbols | 18 ---
debian/meta/cmake-ignore | 3 -
debian/patches/series | 1 +
debian/patches/use_nodejs.diff | 8 ++
debian/rules | 13 +-
debian/source/format | 2 +-
debian/tests/acc | 18 +++
debian/tests/control | 8 +-
debian/tests/testsuite | 13 +-
debian/tests/testsuite.xsession | 17 ++-
debian/upstream/metadata | 7 ++
22 files changed, 373 insertions(+), 257 deletions(-)
diff --cc debian/control
index ffd1eb9,e1144be..ba70f70
--- a/debian/control
+++ b/debian/control
@@@ -38,26 -46,29 +46,33 @@@ Description: Provides an abstraction t
Package: libkf5purpose5
Architecture: any
Multi-Arch: same
- Depends: kdeconnect,
- nodejs-legacy,
- qml-module-org-kde-kquickcontrolsaddons,
- ${misc:Depends},
- ${shlibs:Depends}
+ Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: qml-modules-org-kde-purpose (= ${binary:Version})
- Suggests: kde-telepathy-send-file
- Description: library for abstractions to get the developer's purposes fulfilled
- Framework for providing abstractions to get the developer's purposes fulfilled.
++Breaks: libkf5purposewidgets5 (<< ${ci:BuildVersion})
++Replaces: libkf5purposewidgets5 (<< ${ci:BuildVersion})
+ Description: Provides an abstraction to provide and leverage actions of a specific kind, library
+ Purpose offers the possibility to create integrate services and actions on
+ any application without having to implement them specifically. Purpose will
+ offer them mechanisms to list the different alternatives to execute given the
+ requested action type and will facilitate components so that all the plugins
+ can receive all the information they need.
.
- Does not contain development files for Purpose.
+ This package contains the Purpose library.
- Package: libkf5purposewidgets5
+ Package: libkf5purpose-bin
Architecture: any
Multi-Arch: same
- Depends: ${misc:Depends}, ${shlibs:Depends}
- Description: library for abstractions to get the developer's purposes fulfilled
- Framework for providing abstractions to get the developer's purposes fulfilled.
+ Depends: nodejs, ${misc:Depends}, ${shlibs:Depends}
++Breaks: libkf5purpose5 (<< ${ci:BuildVersion})
++Replaces: libkf5purpose5 (<< ${ci:BuildVersion})
+ Description: Provides an abstraction to provide and leverage actions of a specific kind, runtime
+ Purpose offers the possibility to create integrate services and actions on
+ any application without having to implement them specifically. Purpose will
+ offer them mechanisms to list the different alternatives to execute given the
+ requested action type and will facilitate components so that all the plugins
+ can receive all the information they need.
.
- Does not contain development files for Purpose.
+ This package contains the Purpose runtime elements.
Package: qml-modules-org-kde-purpose
Architecture: any
diff --cc debian/libkf5purpose-bin.install
index 0000000,55f86d7..282f723
mode 000000,100644..100644
--- a/debian/libkf5purpose-bin.install
+++ b/debian/libkf5purpose-bin.install
@@@ -1,0 -1,10 +1,9 @@@
+ usr/lib/*/libReviewboardHelpers.so
+ usr/lib/*/libexec/kf5/purposeprocess
+ usr/lib/*/qt5/plugins/purpose/
+ usr/share/accounts/services/kde/google-youtube.service
+ usr/share/accounts/services/kde/twitter-microblog.service
+ usr/share/icons/hicolor/*/actions/kipiplugin_youtube.png
+ usr/share/icons/hicolor/*/apps/reviewboard-purpose.png
+ usr/share/kpackage/Purpose/
-usr/share/locale/*/LC_MESSAGES/*purpose*.mo
+ usr/share/purpose
diff --cc debian/source/format
index 163aaf8,163aaf8..89ae9db
--- a/debian/source/format
+++ b/debian/source/format
@@@ -1,1 -1,1 +1,1 @@@
--3.0 (quilt)
++3.0 (native)
--
purpose packaging
More information about the pkg-kde-commits
mailing list