[SCM] qtconnectivity packaging branch, master, updated. debian/5.2.1-3-3-ga97a43e

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Wed May 14 22:07:34 UTC 2014


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

The following commit has been merged in the master branch:
commit a97a43ea3c6c45ba718db629a3e165b9f7a2e7fe
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Wed May 14 19:07:22 2014 -0300

    No-op wrap-and-sort.
---
 debian/control                          |   9 +-
 debian/qtconnectivity5-examples.install | 140 ++++++++++++++++----------------
 2 files changed, 76 insertions(+), 73 deletions(-)

diff --git a/debian/control b/debian/control
index 3e2c45f..8787b9d 100644
--- a/debian/control
+++ b/debian/control
@@ -31,7 +31,7 @@ Description: Qt Connectivity Bluetooth module
 Package: qtdeclarative5-qtbluetooth-plugin
 Architecture: all
 Section: oldlibs
-Depends: ${misc:Depends}, qml-module-qtbluetooth
+Depends: qml-module-qtbluetooth, ${misc:Depends}
 Description: transitional dummy package for Qt5's Bluetooth 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.
@@ -65,7 +65,7 @@ Description: Qt Connectivity NFC module
 Package: qtdeclarative5-qtnfc-plugin
 Architecture: all
 Section: oldlibs
-Depends: ${misc:Depends}, qml-module-qtnfc
+Depends: qml-module-qtnfc, ${misc:Depends}
 Description: transitional dummy package for Qt5's NFC 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.
@@ -89,7 +89,10 @@ Description: Qt Connectivity module - NFC QML module
 Package: qtconnectivity5-dev
 Section: libdevel
 Architecture: any
-Depends: libqt5bluetooth5 (= ${binary:Version}), qtbase5-dev, ${misc:Depends}, libqt5nfc5 (= ${binary:Version})
+Depends: libqt5bluetooth5 (= ${binary:Version}),
+         libqt5nfc5 (= ${binary:Version}),
+         qtbase5-dev,
+         ${misc:Depends}
 Description: Qt Connectivity development files
  Qt is a cross-platform C++ application framework. Qt's primary feature
  is its rich set of widgets that provide standard GUI functionality.
diff --git a/debian/qtconnectivity5-examples.install b/debian/qtconnectivity5-examples.install
index c74dc8f..1231a7d 100644
--- a/debian/qtconnectivity5-examples.install
+++ b/debian/qtconnectivity5-examples.install
@@ -1,92 +1,92 @@
 usr/lib/*/qt5/examples/bluetooth/bluetooth.pro
-usr/lib/*/qt5/examples/bluetooth/bttennis/tennis.h
-usr/lib/*/qt5/examples/bluetooth/bttennis/tennis.cpp
-usr/lib/*/qt5/examples/bluetooth/bttennis/tennisserver.h
+usr/lib/*/qt5/examples/bluetooth/btchat/btchat
+usr/lib/*/qt5/examples/bluetooth/btchat/btchat.pro
+usr/lib/*/qt5/examples/bluetooth/btchat/chat.cpp
+usr/lib/*/qt5/examples/bluetooth/btchat/chat.h
+usr/lib/*/qt5/examples/bluetooth/btchat/chat.ui
+usr/lib/*/qt5/examples/bluetooth/btchat/chatclient.cpp
+usr/lib/*/qt5/examples/bluetooth/btchat/chatclient.h
+usr/lib/*/qt5/examples/bluetooth/btchat/chatserver.cpp
+usr/lib/*/qt5/examples/bluetooth/btchat/chatserver.h
+usr/lib/*/qt5/examples/bluetooth/btchat/main.cpp
+usr/lib/*/qt5/examples/bluetooth/btchat/remoteselector.cpp
+usr/lib/*/qt5/examples/bluetooth/btchat/remoteselector.h
+usr/lib/*/qt5/examples/bluetooth/btchat/remoteselector.ui
+usr/lib/*/qt5/examples/bluetooth/btfiletransfer/btfiletransfer.pro
+usr/lib/*/qt5/examples/bluetooth/btfiletransfer/btfiletransfer.qrc
+usr/lib/*/qt5/examples/bluetooth/btfiletransfer/busy.gif
+usr/lib/*/qt5/examples/bluetooth/btfiletransfer/main.cpp
+usr/lib/*/qt5/examples/bluetooth/btfiletransfer/pairing.gif
+usr/lib/*/qt5/examples/bluetooth/btfiletransfer/pindisplay.cpp
+usr/lib/*/qt5/examples/bluetooth/btfiletransfer/pindisplay.h
+usr/lib/*/qt5/examples/bluetooth/btfiletransfer/pindisplay.ui
+usr/lib/*/qt5/examples/bluetooth/btfiletransfer/progress.cpp
+usr/lib/*/qt5/examples/bluetooth/btfiletransfer/progress.h
+usr/lib/*/qt5/examples/bluetooth/btfiletransfer/progress.ui
+usr/lib/*/qt5/examples/bluetooth/btfiletransfer/remoteselector.cpp
+usr/lib/*/qt5/examples/bluetooth/btfiletransfer/remoteselector.h
+usr/lib/*/qt5/examples/bluetooth/btfiletransfer/remoteselector.ui
+usr/lib/*/qt5/examples/bluetooth/btscanner/btscanner
+usr/lib/*/qt5/examples/bluetooth/btscanner/btscanner.pro
+usr/lib/*/qt5/examples/bluetooth/btscanner/device.cpp
+usr/lib/*/qt5/examples/bluetooth/btscanner/device.h
+usr/lib/*/qt5/examples/bluetooth/btscanner/device.ui
+usr/lib/*/qt5/examples/bluetooth/btscanner/main.cpp
+usr/lib/*/qt5/examples/bluetooth/btscanner/service.cpp
+usr/lib/*/qt5/examples/bluetooth/btscanner/service.h
+usr/lib/*/qt5/examples/bluetooth/btscanner/service.ui
 usr/lib/*/qt5/examples/bluetooth/bttennis/board.cpp
-usr/lib/*/qt5/examples/bluetooth/bttennis/tennis.qrc
+usr/lib/*/qt5/examples/bluetooth/bttennis/board.h
 usr/lib/*/qt5/examples/bluetooth/bttennis/bttennis
-usr/lib/*/qt5/examples/bluetooth/bttennis/tennis.ui
+usr/lib/*/qt5/examples/bluetooth/bttennis/bttennis.pro
+usr/lib/*/qt5/examples/bluetooth/bttennis/connect.png
+usr/lib/*/qt5/examples/bluetooth/bttennis/controller.cpp
 usr/lib/*/qt5/examples/bluetooth/bttennis/controller.h
+usr/lib/*/qt5/examples/bluetooth/bttennis/main.cpp
+usr/lib/*/qt5/examples/bluetooth/bttennis/tennis.cpp
+usr/lib/*/qt5/examples/bluetooth/bttennis/tennis.h
+usr/lib/*/qt5/examples/bluetooth/bttennis/tennis.qrc
+usr/lib/*/qt5/examples/bluetooth/bttennis/tennis.ui
 usr/lib/*/qt5/examples/bluetooth/bttennis/tennisclient.cpp
-usr/lib/*/qt5/examples/bluetooth/bttennis/controller.cpp
 usr/lib/*/qt5/examples/bluetooth/bttennis/tennisclient.h
-usr/lib/*/qt5/examples/bluetooth/bttennis/main.cpp
 usr/lib/*/qt5/examples/bluetooth/bttennis/tennisserver.cpp
-usr/lib/*/qt5/examples/bluetooth/bttennis/connect.png
-usr/lib/*/qt5/examples/bluetooth/bttennis/tennisview.h
+usr/lib/*/qt5/examples/bluetooth/bttennis/tennisserver.h
 usr/lib/*/qt5/examples/bluetooth/bttennis/tennisview.cpp
-usr/lib/*/qt5/examples/bluetooth/bttennis/board.h
-usr/lib/*/qt5/examples/bluetooth/bttennis/bttennis.pro
-usr/lib/*/qt5/examples/bluetooth/btchat/chatserver.cpp
-usr/lib/*/qt5/examples/bluetooth/btchat/remoteselector.cpp
-usr/lib/*/qt5/examples/bluetooth/btchat/chatclient.h
-usr/lib/*/qt5/examples/bluetooth/btchat/chat.cpp
-usr/lib/*/qt5/examples/bluetooth/btchat/chat.h
-usr/lib/*/qt5/examples/bluetooth/btchat/chatclient.cpp
-usr/lib/*/qt5/examples/bluetooth/btchat/btchat.pro
-usr/lib/*/qt5/examples/bluetooth/btchat/btchat
-usr/lib/*/qt5/examples/bluetooth/btchat/main.cpp
-usr/lib/*/qt5/examples/bluetooth/btchat/chatserver.h
-usr/lib/*/qt5/examples/bluetooth/btchat/remoteselector.ui
-usr/lib/*/qt5/examples/bluetooth/btchat/remoteselector.h
-usr/lib/*/qt5/examples/bluetooth/btchat/chat.ui
-usr/lib/*/qt5/examples/bluetooth/scanner/scanner.pro
-usr/lib/*/qt5/examples/bluetooth/scanner/default.png
+usr/lib/*/qt5/examples/bluetooth/bttennis/tennisview.h
 usr/lib/*/qt5/examples/bluetooth/scanner/Button.qml
-usr/lib/*/qt5/examples/bluetooth/scanner/scanner.qrc
+usr/lib/*/qt5/examples/bluetooth/scanner/btfiletransfer
+usr/lib/*/qt5/examples/bluetooth/scanner/default.png
 usr/lib/*/qt5/examples/bluetooth/scanner/qml_scanner
 usr/lib/*/qt5/examples/bluetooth/scanner/qmlscanner.cpp
-usr/lib/*/qt5/examples/bluetooth/scanner/btfiletransfer
+usr/lib/*/qt5/examples/bluetooth/scanner/scanner.pro
 usr/lib/*/qt5/examples/bluetooth/scanner/scanner.qml
-usr/lib/*/qt5/examples/bluetooth/btscanner/service.h
-usr/lib/*/qt5/examples/bluetooth/btscanner/service.cpp
-usr/lib/*/qt5/examples/bluetooth/btscanner/btscanner.pro
-usr/lib/*/qt5/examples/bluetooth/btscanner/service.ui
-usr/lib/*/qt5/examples/bluetooth/btscanner/device.h
-usr/lib/*/qt5/examples/bluetooth/btscanner/main.cpp
-usr/lib/*/qt5/examples/bluetooth/btscanner/btscanner
-usr/lib/*/qt5/examples/bluetooth/btscanner/device.cpp
-usr/lib/*/qt5/examples/bluetooth/btscanner/device.ui
-usr/lib/*/qt5/examples/bluetooth/btfiletransfer/pairing.gif
-usr/lib/*/qt5/examples/bluetooth/btfiletransfer/btfiletransfer.qrc
-usr/lib/*/qt5/examples/bluetooth/btfiletransfer/progress.h
-usr/lib/*/qt5/examples/bluetooth/btfiletransfer/remoteselector.cpp
-usr/lib/*/qt5/examples/bluetooth/btfiletransfer/btfiletransfer.pro
-usr/lib/*/qt5/examples/bluetooth/btfiletransfer/pindisplay.ui
-usr/lib/*/qt5/examples/bluetooth/btfiletransfer/pindisplay.cpp
-usr/lib/*/qt5/examples/bluetooth/btfiletransfer/busy.gif
-usr/lib/*/qt5/examples/bluetooth/btfiletransfer/pindisplay.h
-usr/lib/*/qt5/examples/bluetooth/btfiletransfer/progress.ui
-usr/lib/*/qt5/examples/bluetooth/btfiletransfer/main.cpp
-usr/lib/*/qt5/examples/bluetooth/btfiletransfer/progress.cpp
-usr/lib/*/qt5/examples/bluetooth/btfiletransfer/remoteselector.ui
-usr/lib/*/qt5/examples/bluetooth/btfiletransfer/remoteselector.h
-usr/lib/*/qt5/examples/nfc/nfc.pro
-usr/lib/*/qt5/examples/nfc/annotatedurl/mainwindow.h
+usr/lib/*/qt5/examples/bluetooth/scanner/scanner.qrc
 usr/lib/*/qt5/examples/nfc/annotatedurl/annotatedurl
-usr/lib/*/qt5/examples/nfc/annotatedurl/mainwindow.cpp
-usr/lib/*/qt5/examples/nfc/annotatedurl/mainwindow.ui
+usr/lib/*/qt5/examples/nfc/annotatedurl/annotatedurl.cpp
 usr/lib/*/qt5/examples/nfc/annotatedurl/annotatedurl.h
-usr/lib/*/qt5/examples/nfc/annotatedurl/main.cpp
 usr/lib/*/qt5/examples/nfc/annotatedurl/annotatedurl.pro
-usr/lib/*/qt5/examples/nfc/annotatedurl/annotatedurl.cpp
-usr/lib/*/qt5/examples/nfc/poster/qmlposter.cpp
-usr/lib/*/qt5/examples/nfc/poster/qml_poster
-usr/lib/*/qt5/examples/nfc/poster/poster.qrc
-usr/lib/*/qt5/examples/nfc/poster/poster.qml
-usr/lib/*/qt5/examples/nfc/poster/poster.pro
-usr/lib/*/qt5/examples/nfc/ndefeditor/urirecordeditor.h
+usr/lib/*/qt5/examples/nfc/annotatedurl/main.cpp
+usr/lib/*/qt5/examples/nfc/annotatedurl/mainwindow.cpp
+usr/lib/*/qt5/examples/nfc/annotatedurl/mainwindow.h
+usr/lib/*/qt5/examples/nfc/annotatedurl/mainwindow.ui
+usr/lib/*/qt5/examples/nfc/ndefeditor/main.cpp
+usr/lib/*/qt5/examples/nfc/ndefeditor/mainwindow.cpp
 usr/lib/*/qt5/examples/nfc/ndefeditor/mainwindow.h
-usr/lib/*/qt5/examples/nfc/ndefeditor/mimeimagerecordeditor.h
+usr/lib/*/qt5/examples/nfc/ndefeditor/mainwindow.ui
 usr/lib/*/qt5/examples/nfc/ndefeditor/mimeimagerecordeditor.cpp
+usr/lib/*/qt5/examples/nfc/ndefeditor/mimeimagerecordeditor.h
+usr/lib/*/qt5/examples/nfc/ndefeditor/mimeimagerecordeditor.ui
+usr/lib/*/qt5/examples/nfc/ndefeditor/ndefeditor
 usr/lib/*/qt5/examples/nfc/ndefeditor/ndefeditor.pro
 usr/lib/*/qt5/examples/nfc/ndefeditor/textrecordeditor.cpp
-usr/lib/*/qt5/examples/nfc/ndefeditor/mimeimagerecordeditor.ui
-usr/lib/*/qt5/examples/nfc/ndefeditor/urirecordeditor.ui
 usr/lib/*/qt5/examples/nfc/ndefeditor/textrecordeditor.h
-usr/lib/*/qt5/examples/nfc/ndefeditor/mainwindow.cpp
 usr/lib/*/qt5/examples/nfc/ndefeditor/textrecordeditor.ui
-usr/lib/*/qt5/examples/nfc/ndefeditor/mainwindow.ui
-usr/lib/*/qt5/examples/nfc/ndefeditor/ndefeditor
-usr/lib/*/qt5/examples/nfc/ndefeditor/main.cpp
 usr/lib/*/qt5/examples/nfc/ndefeditor/urirecordeditor.cpp
+usr/lib/*/qt5/examples/nfc/ndefeditor/urirecordeditor.h
+usr/lib/*/qt5/examples/nfc/ndefeditor/urirecordeditor.ui
+usr/lib/*/qt5/examples/nfc/nfc.pro
+usr/lib/*/qt5/examples/nfc/poster/poster.pro
+usr/lib/*/qt5/examples/nfc/poster/poster.qml
+usr/lib/*/qt5/examples/nfc/poster/poster.qrc
+usr/lib/*/qt5/examples/nfc/poster/qml_poster
+usr/lib/*/qt5/examples/nfc/poster/qmlposter.cpp

-- 
qtconnectivity packaging



More information about the pkg-kde-commits mailing list