File: control

package info (click to toggle)
librdf-ns-perl 20140910-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 252 kB
  • ctags: 44
  • sloc: cpp: 1,488; perl: 360; makefile: 13
file content (32 lines) | stat: -rw-r--r-- 1,204 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
Source: librdf-ns-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 devscripts,
 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.5
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librdf-ns-perl
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=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.