[SCM] kbookmarks packaging branch, master, updated. debian/5.36.0-1-9-g67e65c4

Maximiliano Curia maxy at moszumanska.debian.org
Wed Aug 16 11:22:27 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kbookmarks.git;a=commitdiff;h=92e9eb9

The following commit has been merged in the master branch:
commit 92e9eb98120c57a0812c558d5bace66e36f9f20d
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Tue Aug 15 17:28:42 2017 +0200

    Add a libkf5bookmarks-doc package for the qch files
---
 debian/control                     | 44 +++++++++++++++++++++++++-------------
 debian/libkf5bookmarks-doc.install |  2 ++
 debian/rules                       |  3 +++
 3 files changed, 34 insertions(+), 15 deletions(-)

diff --git a/debian/control b/debian/control
index 6267f3e..0731cfd 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,9 @@ Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Maximiliano Curia <maxy at debian.org>
 Build-Depends: cmake (>= 3.0~),
                debhelper (>= 9),
+               doxygen,
                extra-cmake-modules (>= 5.37.0~),
+               graphviz,
                libkf5codecs-dev (>= 5.37.0~),
                libkf5config-dev (>= 5.37.0~),
                libkf5configwidgets-dev (>= 5.37.0~),
@@ -14,17 +16,30 @@ Build-Depends: cmake (>= 3.0~),
                libkf5widgetsaddons-dev (>= 5.37.0~),
                libkf5windowsystem-dev (>= 5.7.0),
                libkf5xmlgui-dev (>= 5.37.0~),
+               libqt5sql5-sqlite,
                pkg-kde-tools (>= 0.15.15ubuntu1~),
                qtbase5-dev (>= 5.7.0~),
                qttools5-dev (>= 5.4),
                qttools5-dev-tools (>= 5.4),
                xauth,
-               xvfb
+               xvfb,
 Standards-Version: 4.0.0
 Homepage: https://projects.kde.org/projects/frameworks/kbookmarks
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/frameworks/kbookmarks.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/frameworks/kbookmarks.git
 
+Package: libkf5bookmarks-data
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: libkf5bookmarks5-data
+Replaces: libkf5bookmarks5-data
+Description: Qt library with support for bookmarks and the XBEL format.
+ KBookmarks lets you access and manipulate bookmarks stored using the
+ XBEL format.
+ .
+ This package contains the translations.
+
 Package: libkf5bookmarks-dev
 Section: libdevel
 Architecture: any
@@ -33,7 +48,8 @@ Depends: libkf5bookmarks5 (= ${binary:Version}),
          libkf5iconthemes-dev (>= 5.37.0~),
          libkf5xmlgui-dev (>= 5.37.0~),
          qtbase5-dev (>= 5.7.0~),
-         ${misc:Depends}
+         ${misc:Depends},
+Recommends: libkf5bookmarks-doc (= ${source:Version})
 Description: Qt library with support for bookmarks and the XBEL format.
  KBookmarks lets you access and manipulate bookmarks stored using the
  XBEL format.
@@ -41,26 +57,24 @@ Description: Qt library with support for bookmarks and the XBEL format.
  Contains development files for kbookmarks.
 Breaks: kio-dev (<< 5.28), libkf5kio-dev (<< 5.37)
 
+Package: libkf5bookmarks-doc
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Description: Qt library with support for bookmarks and the XBEL format (documentation)
+ KBookmarks lets you access and manipulate bookmarks stored using the
+ XBEL format.
+ .
+ This package contains the qch documentation files.
+
 Package: libkf5bookmarks5
 Architecture: any
 Multi-Arch: same
 Depends: libkf5bookmarks-data (= ${source:Version}),
          ${misc:Depends},
-         ${shlibs:Depends}
+         ${shlibs:Depends},
 Recommends: keditbookmarks | kde-baseapps-bin
 Description: Qt library with support for bookmarks and the XBEL format.
  KBookmarks lets you access and manipulate bookmarks stored using the
  XBEL format.
 Breaks: libkf5kiofilewidgets5 (<< 5.37)
-
-Package: libkf5bookmarks-data
-Architecture: all
-Multi-Arch: foreign
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: libkf5bookmarks5-data
-Replaces: libkf5bookmarks5-data
-Description: Qt library with support for bookmarks and the XBEL format.
- KBookmarks lets you access and manipulate bookmarks stored using the
- XBEL format.
- .
- This package contains the translations.
diff --git a/debian/libkf5bookmarks-doc.install b/debian/libkf5bookmarks-doc.install
new file mode 100644
index 0000000..c4df97f
--- /dev/null
+++ b/debian/libkf5bookmarks-doc.install
@@ -0,0 +1,2 @@
+usr/share/qt5/doc/KF5Bookmarks.qch
+usr/share/qt5/doc/KF5Bookmarks.tags
diff --git a/debian/rules b/debian/rules
index 101156b..27bd576 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,9 @@ export QT_SELECT=5
 
 include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
 
+override_dh_auto_configure:
+	$(overridden_command) -- -DBUILD_QCH=ON
+
 override_dh_strip:
 	$(overridden_command) --dbgsym-migration='libkf5bookmarks5-dbg (<= 5.19.0-1~~)'
 

-- 
kbookmarks packaging



More information about the pkg-kde-commits mailing list