File: control

package info (click to toggle)
libdebian-copyright-perl 0.2-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 264 kB
  • sloc: perl: 282; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,518 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: libdebian-copyright-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl
Build-Depends-Indep: libarray-unique-perl,
                     libclass-accessor-perl,
                     libparse-debcontrol-perl,
                     libperl6-slurp-perl,
                     libtest-deep-perl,
                     libtest-exception-perl,
                     libtest-longstring-perl,
                     libtest-nowarnings-perl,
                     libtie-ixhash-perl,
                     perl
Standards-Version: 3.9.7
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdebian-copyright-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdebian-copyright-perl.git
Homepage: https://metacpan.org/release/Debian-Copyright

Package: libdebian-copyright-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libarray-unique-perl,
         libclass-accessor-perl,
         libparse-debcontrol-perl,
         libtie-ixhash-perl
Description: perl module to parse, merge and write Debian copyright files
 Debian::Copyright can be used for the representation, manipulation and
 merging of Debian copyright files in an object-oriented way. It provides easy
 reading and writing of the debian/copyright file found in Debian source
 packages.