File: control

package info (click to toggle)
libstring-hexconvert-perl 0.02-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 140 kB
  • sloc: perl: 72; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 908 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
Source: libstring-hexconvert-perl
Standards-Version: 4.7.3
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Roland Rosenfeld <roland@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
 debhelper-compat (= 13),
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libstring-hexconvert-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libstring-hexconvert-perl.git
Homepage: https://metacpan.org/release/String-HexConvert

Package: libstring-hexconvert-perl
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${perl:Depends},
Breaks:
 libtext-string-hexconvert-perl,
Replaces:
 libtext-string-hexconvert-perl,
Description: Converts ASCII strings to hexadecimal and reverse
 String::HexConvert is a wrapper around pack and unpack of Perl to
 convert a string of hex digits to ASCII and other way around.