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

Package: libqtlockedfile-dev
Section: libdevel
Architecture: any
Depends: libqt5lockedfile5 (= ${binary:Version})
Description: QFile extension with advisory locking functions
 This class extends the QFile class with inter-process file locking capabilities.
 If an application requires that several processes should access the same file,
 QtLockedFile can be used to easily ensure that only one process at a time is
 writing to the file, and that no process is writing to it while others are
 reading it.
 .
 This package contains the development and header files for the QtLockedFile
 library.

Package: libqt5lockedfile5
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: QFile extension with advisory locking functions
 This class extends the QFile class with inter-process file locking capabilities.
 If an application requires that several processes should access the same file,
 QtLockedFile can be used to easily ensure that only one process at a time is
 writing to the file, and that no process is writing to it while others are
 reading it.
