File: control

package info (click to toggle)
kdsingleapplication 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 696 kB
  • sloc: cpp: 1,107; makefile: 16
file content (41 lines) | stat: -rw-r--r-- 1,557 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Source: kdsingleapplication
Section: libs
Priority: optional
Maintainer: Pierre-Elliott Bécue <peb@debian.org>
Uploaders: Peter Blackman <peter@pblackman.plus.com>
Build-Depends: cmake,
               debhelper-compat (= 13),
               qt6-base-dev
Vcs-Git: https://salsa.debian.org/debian/kdsingleapplication.git
Vcs-Browser: https://salsa.debian.org/debian/kdsingleapplication
Standards-Version: 4.7.2
Homepage: https://www.kdab.com/kdsingleapplication/

Package: libkdsingleapplication-qt6-1.0
Architecture: any
Multi-Arch: same
Breaks: libkdsingleapplication-qt6-dev (<< 1.1.0-1)
Depends: ${misc:Depends},
         ${shlibs:Depends}
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: same
Breaks: libkdsingleapplication-qt6-1.0 (<< 1.1.0-1)
Replaces: libkdsingleapplication-qt6-1.0 (<< 1.1.0-1)
Depends: libkdsingleapplication-qt6-1.0 (= ${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