File: control

package info (click to toggle)
kpmcore 3.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,000 kB
  • ctags: 3,023
  • sloc: cpp: 15,921; makefile: 6; sh: 4
file content (48 lines) | stat: -rw-r--r-- 1,701 bytes parent folder | download
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
42
43
44
45
46
47
48
Source: kpmcore
Section: kde
Priority: optional
Maintainer: Jonathan Carter <jcarter@linux.com>
Build-Depends: cmake,
               debhelper (>= 10),
               extra-cmake-modules,
               libatasmart-dev,
               libblkid-dev,
               libkf5i18n-dev,
               libkf5iconthemes-dev,
               libkf5kio-dev,
               libkf5service-dev,
               libkf5widgetsaddons-dev,
               libparted-dev,
               pkg-config,
               pkg-kde-tools
Standards-Version: 3.9.8
Homepage: https://github.com/KDE/kpmcore
Vcs-Git: https://gitlab.com/highvoltage/kpmcore-packaging.git
Vcs-Browser: https://gitlab.com/highvoltage/kpmcore-packaging/tree/master

Package: libkpmcore4
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Replaces: libkpmcore3
Description: KDE Partition Manager Core
 KDE Parition Partition Manager Core (KPM core) allows
 software to re-use common partitioning GUI tasks.
 .
 It is used in the generic system installer called Calamares
 and may be used in more interfaces in the future. Right now it
 is unlikely to be useful installed on its own.

Package: libkpmcore4-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libkpmcore4 (= ${binary:Version})
Replaces: libkpmcore3-dev
Description: KDE Partition Manager Core development files
 KDE Parition Partition Manager Core (KPM core) allows
 software to re-use common partitioning GUI tasks.
 .
 It is used in the generic system installer called Calamares
 and may be used in more interfaces in the future. Right now it
 is unlikely to be useful installed on its own.
 .
 This package contains development files for kpmcore.