File: control

package info (click to toggle)
libgtk3-webkit2-perl 0.06-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 232 kB
  • sloc: perl: 327; makefile: 9
file content (35 lines) | stat: -rw-r--r-- 1,501 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
Source: libgtk3-webkit2-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Debian Remote Maintainers <pkg-remote-team@lists.alioth.debian.org>,
           Mike Gabriel <sunweaver@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libglib-object-introspection-perl <!nocheck>,
                     libgtk3-perl <!nocheck>,
                     libtest-needsdisplay-perl <!nocheck>,
                     libwebkit2gtk-4.1-dev,
                     perl,
                     xauth <!nocheck>,
                     xvfb <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgtk3-webkit2-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgtk3-webkit2-perl.git
# FIXME: this project was derived from WebKit(1), once upstream has adopted our changes,
# let's fix the Homepage: field here and in debian/copyright accordingly.
Homepage: https://metacpan.org/release/Gtk3-WebKit
Rules-Requires-Root: no

Package: libgtk3-webkit2-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         gir1.2-webkit2-4.1,
         libglib-object-introspection-perl,
         libgtk3-perl
Description: WebKit2 bindings for Perl
 Gtk3::WebKit2 provides the Perl bindings for the Gtk3 port of WebKit2.
 .
 With this package you can easily write your own WebKit2 based web browser
 implementation in Perl.