File: control

package info (click to toggle)
dh-haskell 0.3.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 76 kB
  • ctags: 37
  • sloc: perl: 510; sh: 27; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 969 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
Priority: optional
Maintainer: Dmitry Bogatov <KAction@gnu.org>
Build-Depends: debhelper (>= 9),
 libmodule-install-perl,
 dh-buildinfo
Standards-Version: 3.9.8
Section: devel
Homepage: https://anonscm.debian.org/cgit/pkg-haskell/dh-haskell.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/dh-haskell.git
Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/dh-haskell.git

Package: dh-haskell
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends},
 debhelper (>= 9.20151220),
 dh-buildinfo,
 libparse-debcontrol-perl,
 libhtml-linkextractor-perl,
 libfile-chdir-perl,
 libreadonly-perl,
 libcarp-assert-perl,
 liblist-moreutils-perl,
 libparse-debianchangelog-perl,
 hscolour
Description: debhelper add-on for packaging software written in Haskell
 dh-haskell provides buildsystem module named 'haskell'. The haskell debhelper
 buildsystem is designed to make packaging programs written in Haskell very
 simple.