File: control

package info (click to toggle)
dh-dlang 0.6.5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 40 kB
  • sloc: python: 33; makefile: 4
file content (35 lines) | stat: -rw-r--r-- 1,259 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
Source: dh-dlang
Section: devel
Priority: optional
Maintainer: Debian D Language Group <team+d-team@tracker.debian.org>
Uploaders: Matthias Klumpp <mak@debian.org>
Build-Depends: debhelper-compat (= 12),
               flake8
Standards-Version: 4.4.0
Vcs-Git: https://salsa.debian.org/d-team/dh-dlang.git
Vcs-Browser: https://salsa.debian.org/d-team/dh-dlang

Package: dh-dlang
Architecture: all
Depends: debhelper (>= 12),
         default-d-compiler,
         python3,
         ${misc:Depends}
Description: Packaging helpers for building D code
 This package contains common code for building D software for
 the Debian (and derivatives) archive.
 .
 It currently contains a debian/rules snippet for selecting the
 appropriate D build flags based on the default D compiler set
 for the current architecture.

Package: default-d-compiler
Architecture: amd64 arm64 i386 armhf armel s390x riscv64 ppc64el x32
Depends: gdc (>= 4:9) [armhf armel s390x riscv64 ppc64el x32],
         ldc (>= 1:1.12) [amd64 arm64 i386],
         ${misc:Depends}
Description: Default D compiler (metapackage)
 This is a metapackage installing the default D compiler in Debian
 for the respective architecture.
 .
 Packages building D libraries or using them should depend on this.