Source: qtsingleapplication
Priority: optional
Maintainer: Alexander Volkov <support@rusbitech.ru>
Build-Depends: cdbs, debhelper (>= 8.0.0), qtbase5-dev, libqtlockedfile-dev
Standards-Version: 3.9.3
Section: libs
Homepage: https://qt.gitorious.org/qt-solutions

Package: libqtsingleapplication-dev
Section: libdevel
Architecture: any
Depends: libqt5singleapplication5 (= ${binary:Version}),
         libqt5singlecoreapplication5 (= ${binary:Version})
Description: Qt library to start applications only once per user
 For some applications it is useful or even critical that they are started
 only once by any user. Future attempts to start the application should
 activate any already running instance, and possibly perform requested
 actions, e.g. loading a file, in that instance.
 .
 The QtSingleApplication class provides an interface to detect a running
 instance, and to send command strings to that instance.
 .
 This package contains the development and header files for the QtSingleApplication
 library.

Package: libqt5singleapplication5
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Qt library to start applications only once per user
 For some applications it is useful or even critical that they are started
 only once by any user. Future attempts to start the application should
 activate any already running instance, and possibly perform requested
 actions, e.g. loading a file, in that instance.
 .
 The QtSingleApplication class provides an interface to detect a running
 instance, and to send command strings to that instance.

Package: libqt5singlecoreapplication5
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Qt library to start applications only once per user
 For some applications it is useful or even critical that they are started
 only once by any user. Future attempts to start the application should
 activate any already running instance, and possibly perform requested
 actions, e.g. loading a file, in that instance.
 .
 The QtSingleCoreApplication class provides an interface to detect a running
 instance, and to send command strings to that instance.
