File: control

package info (click to toggle)
librdf-ns-perl 20230619-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 392 kB
  • sloc: cpp: 3,225; perl: 483; sh: 6; makefile: 6
file content (38 lines) | stat: -rw-r--r-- 1,302 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
Source: librdf-ns-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 libfile-sharedir-install-perl <!nocheck>,
 libfile-sharedir-perl <!nocheck>,
 libmodule-build-tiny-perl,
 librdf-trine-perl <!nocheck>,
 perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/librdf-ns-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/librdf-ns-perl
Homepage: https://metacpan.org/release/RDF-NS
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no

Package: librdf-ns-perl
Architecture: all
Depends:
 libfile-sharedir-perl,
 ${misc:Depends},
 ${perl:Depends},
Suggests:
 librdf-trine-perl,
Description: just use popular RDF namespace prefixes from prefix.cc
 Hardcoding URI namespaces and prefixes for RDF applications
 is neither fun nor maintainable.
 In the end we all use more or less the same prefix definitions,
 as collected at <http://prefix.cc>.
 RDF::NS includes all these prefixes
 as defined at specific snapshots in time.
 These snapshots correspond to version numbers of this module.
 By selecting particular versions,
 you make sure that changes at prefix.cc won't affect your scripts.