Source: kdsingleapplication
Section: libs
Priority: optional
Maintainer: ownCloud for Debian maintainers <pkg-owncloud-maintainers@lists.alioth.debian.org>
Uploaders: Pierre-Elliott Bécue <peb@debian.org>
Build-Depends: cmake,
               debhelper-compat (= 13),
               qt6-base-dev
Vcs-Git: https://salsa.debian.org/owncloud-team/kdsingleapplication.git
Vcs-Browser: https://salsa.debian.org/owncloud-team/kdsingleapplication
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://owncloud.org/desktop-app/

Package: libkdsingleapplication-qt6-1.1
Architecture: any
Multi-Arch: no
Depends: ${misc:Depends},
         ${shlibs:Depends}
Conflicts: libkdsingleapplication-qt6-1.0
Replaces: libkdsingleapplication-qt6-1.0
Description: KDAB's helper class for single-instance policy applications (lib)
 KDSingleapplication provides a helper class to make sure that an
 application is single-instance, that is, can't be started more than
 once for an user.
 .
 This package provides the QT Helper class as a library.

Package: libkdsingleapplication-qt6-dev
Section: libdevel
Architecture: any
Multi-Arch: no
Depends: libkdsingleapplication-qt6-1.1 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: KDAB's helper class for single-instance policy applications (dev)
 KDSingleapplication provides a helper class to make sure that an
 application is single-instance, that is, can't be started more than
 once for an user.
 .
 This package provides the development files for KDSingleApplication
