File: control

package info (click to toggle)
dh-haskell 0.6.6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 76 kB
  • sloc: perl: 141; sh: 27; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 839 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
Source: dh-haskell
Section: devel
Priority: optional
Maintainer: Felix Lechner <felix.lechner@lease-up.com>
Build-Depends:
 debhelper-compat (= 13),
 libmodule-install-perl
Rules-Requires-Root: no
Standards-Version: 4.6.0
Homepage: https://salsa.debian.org/haskell-team/dh-haskell
Vcs-Browser: https://salsa.debian.org/haskell-team/dh-haskell
Vcs-Git: https://salsa.debian.org/haskell-team/dh-haskell.git

Package: dh-haskell
Provides:
 dh-sequence-haskell
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
 ${shlibs:Depends},
 debhelper (>= 9.20151220),
 haskell-devscripts (>= 0.16.10~),
 libconst-fast-perl,
 liblist-someutils-perl,
 libpath-tiny-perl
Description: Debhelper add-on for software written in Haskell
 Provides a build system named 'haskell' that should make it easier to package
 software written in Haskell.