[SCM] bluez-qt packaging branch, master, updated. debian/5.36.0-1-14-g805514e

Maximiliano Curia maxy at moszumanska.debian.org
Mon Aug 28 06:21:51 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/bluez-qt.git;a=commitdiff;h=a44a01a

The following commit has been merged in the master branch:
commit a44a01ad04172ef7ae2043945962e32f93923a05
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Tue Aug 15 21:16:41 2017 +0200

    wrap-and-sort
---
 debian/control | 50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

diff --git a/debian/control b/debian/control
index ebeab90..2ed8669 100644
--- a/debian/control
+++ b/debian/control
@@ -13,30 +13,52 @@ Build-Depends: cmake (>= 3.0~),
                qml-module-qttest,
                qtbase5-dev (>= 5.7.0~),
                qtdeclarative5-dev (>= 5.7.0~),
-               qttools5-dev-tools
+               qttools5-dev-tools,
 Standards-Version: 4.0.1
 Homepage: https://projects.kde.org/projects/kde/workspace/bluez-qt
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/plasma/bluez-qt.git
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/plasma/bluez-qt.git
 
+Package: libkf5bluezqt-data
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: data files for bluez-qt
+ bluez-qt is a Qt-style library for accessing the bluez Bluetooth stack.
+ .
+ It is used by the KDE Bluetooth stack, BlueDevil.
+ .
+ This package contains the data files.
+
 Package: libkf5bluezqt-dev
 Section: libdevel
 Architecture: linux-any
 Depends: libkf5bluezqt6 (= ${binary:Version}),
          qtbase5-dev (>= 5.7.0~),
-         ${misc:Depends}
+         ${misc:Depends},
 Recommends: libkf5bluezqt-doc (= ${source:Version})
 Description: development files for bluez-qt
  This package provides all the necessary development headers for building
  software that uses the bluez-qt library.
 
+Package: libkf5bluezqt-doc
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: documentation files for bluez-qt
+ bluez-qt is a Qt-style library for accessing the bluez Bluetooth stack.
+ .
+ It is used by the KDE Bluetooth stack, BlueDevil.
+ .
+ This package contains the qch documentation files.
+
 Package: libkf5bluezqt6
 Architecture: linux-any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: libkf5bluezqt-data (= ${source:Version}),
          ${misc:Depends},
-         ${shlibs:Depends}
+         ${shlibs:Depends},
 Description: Qt wrapper for bluez
  bluez-qt is a Qt-style library for accessing the bluez Bluetooth stack.
  .
@@ -50,25 +72,3 @@ Description: QML wrapper for bluez
  bluez-qt is a Qt-style library for accessing the bluez Bluetooth stack.
  .
  It is used by the KDE Bluetooth stack, BlueDevil.
-
-Package: libkf5bluezqt-data
-Architecture: all
-Multi-Arch: foreign
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: data files for bluez-qt
- bluez-qt is a Qt-style library for accessing the bluez Bluetooth stack.
- .
- It is used by the KDE Bluetooth stack, BlueDevil.
- .
- This package contains the data files.
-
-Package: libkf5bluezqt-doc
-Architecture: all
-Multi-Arch: foreign
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: documentation files for bluez-qt
- bluez-qt is a Qt-style library for accessing the bluez Bluetooth stack.
- .
- It is used by the KDE Bluetooth stack, BlueDevil.
- .
- This package contains the qch documentation files.

-- 
bluez-qt packaging



More information about the pkg-kde-commits mailing list