[SCM] qtwebsockets packaging branch, master, updated. debian/5.6.1-2-6-gd6ba7a2

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sat Sep 10 11:38:37 UTC 2016


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

The following commit has been merged in the master branch:
commit d6ba7a29652fce378d022a52f52873549f791ebb
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Sep 10 14:38:12 2016 +0300

    Fix dpkg-gencontrol warning about unknown shlibs:Depends variable.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index bea9055..619f888 100644
--- a/debian/control
+++ b/debian/control
@@ -59,7 +59,7 @@ Architecture: any
 Multi-Arch: same
 Section: oldlibs
 Pre-Depends: ${misc:Pre-Depends}
-Depends: qml-module-qtwebsockets, ${misc:Depends}, ${shlibs:Depends}
+Depends: qml-module-qtwebsockets, ${misc:Depends}
 Description: Qt 5 Web Sockets compatibility QML module
  Qt is a cross-platform C++ application framework. Qt's primary feature
  is its rich set of widgets that provide standard GUI functionality.

-- 
qtwebsockets packaging



More information about the pkg-kde-commits mailing list