File: control

package info (click to toggle)
libdist-inkt-role-git-perl 0.001-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 148 kB
  • sloc: perl: 43; sh: 6; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,148 bytes parent folder | download | duplicates (2)
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: libdist-inkt-role-git-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper,
 libdist-inkt-perl <!nocheck>,
 libgit-sub-perl <!nocheck>,
 libmoose-perl <!nocheck>,
 libtype-tiny-perl <!nocheck>,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdist-inkt-role-git-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdist-inkt-role-git-perl
Homepage: https://metacpan.org/release/Dist-Inkt-Role-Git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl

Package: libdist-inkt-role-git-perl
Architecture: all
Depends:
 libdist-inkt-perl,
 libgit-sub-perl,
 libmoose-perl,
 libtype-tiny-perl,
 ${misc:Depends},
 ${perl:Depends},
Description: git functions for Dist::Inkt
 Dist::Inkt::Role::Git has the following functions:
 .
  * Prevents building the release if there are uncommitted changes.
  * Tags the release with the version number just before building the tarball.
 .
 Dist::Inkt is a framework for writing your own distribution builder.