File: control

package info (click to toggle)
liburi-packageurl-perl 2.22-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 276 kB
  • sloc: perl: 1,447; sh: 45; makefile: 2
file content (40 lines) | stat: -rw-r--r-- 1,551 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
Source: liburi-packageurl-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Lucas Kanashiro <kanashiro@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libcpan-distnameinfo-perl <!nocheck>,
                     libjson-pp-perl <!nocheck>,
                     libscalar-list-utils-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     perl
Standards-Version: 4.7.2
Homepage: https://metacpan.org/release/URI-PackageURL
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liburi-packageurl-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liburi-packageurl-perl.git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl

Package: liburi-packageurl-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libjson-pp-perl,
         libscalar-list-utils-perl
Description: module to build Package URL (aka "purl")
 URI::PackageURL converts Package URL components to "purl" string and vice
 versa.
 .
 A Package URL (aka "purl") is a URL string used to identify and locate a
 software package in a mostly universal and uniform way across programing
 languages, package managers, packaging conventions, tools, APIs and
 databases.
 .
 https://github.com/package-url/purl-spec
 .
 A purl is a URL composed of seven components:
 .
 scheme:type/namespace/name@version?qualifiers#subpath
 .
 Components are separated by a specific character for unambiguous parsing.