File: control

package info (click to toggle)
libfirefox-marionette-perl 1.68-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,932 kB
  • sloc: perl: 26,632; sh: 472; javascript: 397; xml: 77; makefile: 12
file content (65 lines) | stat: -rw-r--r-- 2,011 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Source: libfirefox-marionette-perl
Standards-Version: 4.7.2
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 gregor herrmann <gregoa@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
 debhelper-compat (= 13),
Build-Depends-Indep:
 dbus-daemon <!nocheck>,
 firefox-esr | firefox,
 libarchive-zip-perl <!nocheck>,
 libconfig-ini-perl <!nocheck>,
 libcrypt-passwdmd5-perl <!nocheck>,
 libcrypt-urandom-perl <!nocheck>,
 libdigest-sha-perl <!nocheck>,
 libencode-perl <!nocheck>,
 libfile-homedir-perl <!nocheck>,
 libhttp-daemon-perl <!nocheck>,
 libhttp-message-perl <!nocheck>,
 libio-compress-perl <!nocheck>,
 libio-socket-ip-perl <!nocheck>,
 libio-socket-ssl-perl <!nocheck>,
 libjson-perl <!nocheck>,
 libpdf-api2-perl <!nocheck>,
 libpod-simple-perl <!nocheck>,
 libscalar-list-utils-perl <!nocheck>,
 libsocket-perl <!nocheck>,
 libterm-readkey-perl <!nocheck>,
 libtest-simple-perl <!nocheck>,
 libtext-csv-xs-perl <!nocheck>,
 liburi-perl <!nocheck>,
 libxml-parser-perl <!nocheck>,
 perl,
 xauth <!nocheck>,
 xvfb <!nocheck>,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfirefox-marionette-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfirefox-marionette-perl.git
Homepage: https://metacpan.org/release/Firefox-Marionette

Package: libfirefox-marionette-perl
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
 libarchive-zip-perl,
 libconfig-ini-perl,
 libcrypt-urandom-perl,
 libencode-perl,
 libfile-homedir-perl,
 libjson-perl,
 libpod-simple-perl,
 libscalar-list-utils-perl,
 libsocket-perl,
 libterm-readkey-perl,
 libtext-csv-xs-perl,
 liburi-perl,
 libxml-parser-perl,
Recommends:
 firefox-esr | firefox,
Description: module to automate the Firefox browser with the Marionette protocol
 Firefox::Marionette is a client module to automate the Mozilla Firefox browser
 via the Marionette protocol
 (https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette/Protocol).