File: control

package info (click to toggle)
libtemplate-plugin-clickable-perl 0.06-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 80 kB
  • sloc: perl: 38; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,223 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
Source: libtemplate-plugin-clickable-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl,
                     libuniversal-exports-perl,
                     liburi-find-perl,
                     libtemplate-perl
Standards-Version: 3.9.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtemplate-plugin-clickable-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtemplate-plugin-clickable-perl.git
Homepage: https://metacpan.org/release/Template-Plugin-Clickable
Testsuite: autopkgtest-pkg-perl

Package: libtemplate-plugin-clickable-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libuniversal-exports-perl,
         liburi-find-perl,
         libtemplate-perl
Description: Make URLs clickable in HTML
 Template::Plugin::Clickable is a plugin for the Perl Template Toolkit
 which allows you to  filter HTML to make any embedded URLs clickable.
 The basic idea is  that it searches the text for any http:// and https://
 URLs that are  not marked up and adds the correct HTML anchor tags to make
 them into hyperlinks.