File: control

package info (click to toggle)
librdf-ns-perl 20170111-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 312 kB
  • ctags: 44
  • sloc: cpp: 2,056; perl: 377; makefile: 10
file content (33 lines) | stat: -rw-r--r-- 1,250 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
Source: librdf-ns-perl
Section: perl
Priority: optional
Build-Depends: cdbs (>= 0.4.122~),
 licensecheck,
 perl,
 libmodule-build-tiny-perl,
 debhelper,
 dh-buildinfo,
 libfile-sharedir-perl (>= 1.00),
 libfile-sharedir-install-perl,
 librdf-trine-perl (>= 0.140)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/librdf-ns-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/librdf-ns-perl.git
Homepage: http://search.cpan.org/dist/RDF-NS/

Package: librdf-ns-perl
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends}
Suggests: ${cdbs:Suggests}
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.