File: control

package info (click to toggle)
liburi-title-perl 1.901-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 176 kB
  • ctags: 21
  • sloc: perl: 494; makefile: 5
file content (33 lines) | stat: -rw-r--r-- 1,345 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: liburi-title-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Lucas Kanashiro <kanashiro@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libfile-type-perl,
                     libhtml-parser-perl,
                     libimage-size-perl,
                     libmp3-info-perl,
                     libmodule-pluggable-perl | perl (<< 5.17.0),
                     libwww-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liburi-title-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/liburi-title-perl.git
Homepage: https://metacpan.org/release/URI-Title

Package: liburi-title-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libfile-type-perl,
         libhtml-parser-perl,
         libimage-size-perl,
         libmp3-info-perl,
         libmodule-pluggable-perl | perl (<< 5.17.0),
         libwww-perl
Description: common interface to get the titles of things on the web
 URI::Title allows one to get titles of things on the web in a sensible way,
 it aims to provide a single interface to get the titles of html pages and
 different type of files like mp3, pdf, word document, etc.