[SCM] okular packaging branch, master, updated. debian/16.08.2-1-75-g412778f

Maximiliano Curia maxy at moszumanska.debian.org
Tue Nov 21 15:16:53 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/okular.git;a=commitdiff;h=c312f7d

The following commit has been merged in the master branch:
commit c312f7da0227a28cddc12ca7c6949dcd1594a047
Author: Scarlett Clark <sgclark at kde.org>
Date:   Fri Nov 18 05:38:06 2016 -0700

    Add another missing qml dep.
    
    * Add another missing qml dep.
    * Fix acc file to reflect new so file and version as this is a kf5 port.
---
 debian/changelog         | 7 +++++++
 debian/control           | 3 ++-
 debian/okular-dev.acc.in | 4 ++--
 3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7e71b1f..5b48ce0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+okular (4:16.08.90~git11082016-0neon6) xenial; urgency=medium
+
+  * Add another missing qml dep.
+  * Fix acc file to reflect new so file and version as this is a kf5 port. 
+
+ -- Scarlett Clark <sgclark at kubuntu.org>  Fri, 18 Nov 2016 05:36:50 -0700
+
 okular (4:16.08.90~git11082016-0neon5) xenial; urgency=medium
 
   * Some more copyright file cleanup. 
diff --git a/debian/control b/debian/control
index 0cb2a4c..fa536b8 100644
--- a/debian/control
+++ b/debian/control
@@ -66,6 +66,7 @@ Architecture: any
 Depends: libokular5core7 (= ${binary:Version}),
          qml-module-qtgraphicaleffects,
          qml-module-qtquick-controls2,
+         qml-module-qt-labs-folderlistmodel,
          ${misc:Depends},
          ${shlibs:Depends}
 Recommends: cups-bsd
@@ -130,7 +131,7 @@ Architecture: any
 Depends: qml-module-org-kde-kirigami,
          qml-module-org-kde-kquickcontrolsaddons,
          qml-module-qtgraphicaleffects,
-         qml-module-qtquick-controls2,
+         qml-module-qtquick-controls2,         
          ${misc:Depends},
          ${shlibs:Depends}
 Recommends: okular
diff --git a/debian/okular-dev.acc.in b/debian/okular-dev.acc.in
index 1b96883..af3bc8e 100644
--- a/debian/okular-dev.acc.in
+++ b/debian/okular-dev.acc.in
@@ -2,7 +2,7 @@
 <descriptor>
 
 <version>
-    15.12.0
+    16.08.90~git11082016
 </version>
 
 <headers>
@@ -10,7 +10,7 @@
 </headers>
 
 <libs>
-    /usr/lib/libokularcore.so
+    /usr/lib/*/libOkular5Core.so
 </libs>
 
 </descriptor>

-- 
okular packaging



More information about the pkg-kde-commits mailing list