File: control

package info (click to toggle)
libsoftware-license-orlaterpack-perl 0.10.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 360 kB
  • sloc: perl: 637; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 1,773 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
37
38
39
40
41
42
Source: libsoftware-license-orlaterpack-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-tiny-perl,
               perl
Build-Depends-Indep: libscalar-list-utils-perl <!nocheck>,
                     libsoftware-license-perl <!nocheck>,
                     libtest-diaginc-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     libversion-perl <!nocheck>
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsoftware-license-orlaterpack-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsoftware-license-orlaterpack-perl.git
Homepage: https://metacpan.org/release/Software-License-OrLaterPack
Rules-Requires-Root: no

Package: libsoftware-license-orlaterpack-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libsoftware-license-perl,
         libversion-perl
Enhances: libdist-zilla-perl,
          libsoftware-license-perl
Description: Use GNU licenses with "or later" clause in Software::License
 Software::License::OrLaterPack allows one to use GNU licenses with
 "or later" clause where Software::License style license names are
 supported.
 .
 All "or later" are just subclasses of corresponding base license
 classes. For example, Software::License::GPL_3::or_later is a
 subclass of Software::License::GPL_3, so any "or later" license can
 be used like any other license. For example, in your dist.ini file:
 .
   license = GPL_3::or_later
 .
 However, licenses in the pack introduce few features not found in
 base classes.