[SCM] knewstuff packaging branch, master, updated. debian/5.28.0-1-16-gb51b822

Maximiliano Curia maxy at moszumanska.debian.org
Sat Jul 8 07:21:55 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/knewstuff.git;a=commitdiff;h=89e78b9

The following commit has been merged in the master branch:
commit 89e78b9db051b57b2ea70d539fdc1b6b3eed01b8
Author: Raymond Wooninck <tittiatcoke at gmail.com>
Date:   Sun Nov 20 19:52:32 2016 +0100

    Fix build
---
 debian/control                             | 19 +++++++++++++++++++
 debian/libkf5newstuff-dev.install          |  5 ++++-
 debian/libkf5newstuff5.install             |  4 ++--
 debian/libkf5newstuffcore5.install         |  2 ++
 debian/qml-module-org-kde-newstuff.install |  1 +
 5 files changed, 28 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 934887a..e9a2ff4 100644
--- a/debian/control
+++ b/debian/control
@@ -35,6 +35,7 @@ Depends: kio-dev (>= 5.26.0~),
          libkf5archive-dev (>= 5.35.0~),
          libkf5attica-dev (>= 5.35.0~),
          libkf5newstuff5 (= ${binary:Version}),
+         libkf5newstuffcore5 (= ${binary:Version}),
          libkf5xmlgui-dev (>= 5.35.0~),
          qtbase5-dev (>= 5.6.0~),
          ${misc:Depends}
@@ -55,6 +56,15 @@ Description: Support for downloading application assets from the network.
  Framework for downloading and sharing additional
  application data.
 
+Package: libkf5newstuffcore5
+Architecture: any
+Multi-Arch: same
+Recommends: qml-module-org-kde-newstuff (= ${binary:Version})
+Depends: kio, ${misc:Depends}, ${shlibs:Depends}
+Description: Support for downloading application assets from the network.
+ Framework for idownloading and sharing additional
+ application data.
+
 Package: libkf5newstuff-data
 Architecture: all
 Depends: ${misc:Depends}
@@ -66,3 +76,12 @@ Description: Support for downloading application assets from the network.
  application data.
  .
  This package contains the data files.
+
+Package: qml-module-org-kde-newstuff
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Support for downloading application assets from the network.
+ Framework for downloading and sharing additional
+ application data.
+ .
+ This package contains the runtime files
diff --git a/debian/libkf5newstuff-dev.install b/debian/libkf5newstuff-dev.install
index aea31c9..068ad16 100644
--- a/debian/libkf5newstuff-dev.install
+++ b/debian/libkf5newstuff-dev.install
@@ -1,5 +1,8 @@
 usr/include/KF5/KNewStuff3/
 usr/include/KF5/knewstuff_version.h
+usr/include/KF5/knewstuffcore_version.h
+usr/include/KF5/knewstuffquick_version.h
 usr/lib/*/cmake/KF5NewStuff/
-usr/lib/*/libKF5NewStuff.so
+usr/lib/*/cmake/KF5NewStuffCore/
+usr/lib/*/libKF5NewStuff*.so
 usr/lib/*/qt5/mkspecs/modules/qt_KNewStuff.pri
diff --git a/debian/libkf5newstuff5.install b/debian/libkf5newstuff5.install
index 361a87e..0574f3e 100644
--- a/debian/libkf5newstuff5.install
+++ b/debian/libkf5newstuff5.install
@@ -1,2 +1,2 @@
-usr/lib/*/libKF5NewStuff*.so.5
-usr/lib/*/libKF5NewStuff*.so.5.*
+usr/lib/*/libKF5NewStuff.so.5
+usr/lib/*/libKF5NewStuff.so.5.*
diff --git a/debian/libkf5newstuffcore5.install b/debian/libkf5newstuffcore5.install
new file mode 100644
index 0000000..4a0740c
--- /dev/null
+++ b/debian/libkf5newstuffcore5.install
@@ -0,0 +1,2 @@
+usr/lib/*/libKF5NewStuffCore.so.5
+usr/lib/*/libKF5NewStuffCore.so.5.*
diff --git a/debian/qml-module-org-kde-newstuff.install b/debian/qml-module-org-kde-newstuff.install
new file mode 100644
index 0000000..403d435
--- /dev/null
+++ b/debian/qml-module-org-kde-newstuff.install
@@ -0,0 +1 @@
+usr/lib/*/qt5/qml/org/kde/newstuff/

-- 
knewstuff packaging



More information about the pkg-kde-commits mailing list