File: control

package info (click to toggle)
dh-make-raku 0.5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 184 kB
  • sloc: perl: 571; makefile: 4
file content (36 lines) | stat: -rw-r--r-- 1,329 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
Source: dh-make-raku
Maintainer: Debian Rakudo Maintainers <pkg-rakudo-devel@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>
Section: devel
Priority: optional
Build-Depends: dh-sequence-dist-zilla,
               debhelper-compat (= 13),
               libmodule-build-perl
Build-Depends-Indep: git,
                     libconfig-model-dpkg-perl (>= 2.164),
                     libfile-copy-recursive-perl,
                     libpath-tiny-perl,
                     libpod-pom-perl,
                     libtest-file-contents-perl,
                     quilt
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl6-team/dh-make-raku
Vcs-Git: https://salsa.debian.org/perl6-team/dh-make-raku.git
Homepage: https://salsa.debian.org/perl6-team/dh-make-raku
Rules-Requires-Root: no

Package: dh-make-raku
Architecture: all
Depends: git,
         libconfig-model-dpkg-perl (>= 2.164),
         libpath-tiny-perl,
         libpod-pom-perl,
         ${misc:Depends},
         libgitlab-api-v4-perl,
         quilt
Description: Manage Debian package files of Raku modules
 dh-make-raku creates the files required to build a Debian source
 package out of the git reposity of a Raku module.
 .
 This works for most simple packages and is also useful for getting
 started with packaging Raku modules.