File: control

package info (click to toggle)
dh-cmake 0.6.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 420 kB
  • sloc: python: 2,252; perl: 26; ansic: 6; makefile: 6; sh: 2
file content (44 lines) | stat: -rw-r--r-- 1,231 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
Source: dh-cmake
Section: devel
Priority: optional
Maintainer: Kitware Debian Maintainers <debian@kitware.com>
Uploaders:
    Kyle Edwards <kyle.edwards@kitware.com>,
    Kitware Robot <kwrobot@kitware.com>,
    Alastair McKinstry <mckinstry@debian.org>
Build-Depends:
    debhelper-compat (=13),
    dh-sequence-python3,
    python3-all,
    python3-setuptools,
    cmake (>= 3.15),
    git,
    python3-debian,
    python3-autopep8,
    python3-pyflakes
Standards-Version: 4.6.1
Homepage: https://gitlab.kitware.com/debian/dh-cmake
Vcs-Git: https://gitlab.kitware.com/debian/dh-cmake.git
Vcs-Browser: https://gitlab.kitware.com/debian/dh-cmake
Rules-Requires-Root: no

Package: dh-cmake
Architecture: all
Multi-Arch: foreign
Depends:
    ${python3:Depends},
    ${misc:Depends},
    ${perl:Depends},
    debhelper,
    dpkg-dev
Recommends:
    cmake (>= 3.15)
Provides:
    dh-sequence-cmake,
    dh-sequence-ctest,
    dh-sequence-cpack,
    dh-cmake-compat (= 1)
Description: Debhelper programs for CMake projects
 dh-cmake provides a set of Debhelper utilities for building packages that use
 advanced features of the CMake buildsystem, such as component installation,
 CTest dashboard testing, and CPack dependency metadata.