File: control

package info (click to toggle)
libunix-mknod-perl 0.04-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 124 kB
  • sloc: perl: 16; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 866 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
Source: libunix-mknod-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Build-Depends: debhelper (>= 11),
 perl
Standards-Version: 4.1.4
Testsuite: autopkgtest-pkg-perl
Homepage: https://metacpan.org/release/Unix-Mknod
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libunix-mknod-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libunix-mknod-perl

Package: libunix-mknod-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
Multi-Arch: same
Description: Perl extension for mknod, major, minor, and makedev
 Unix::Mknod allows access to the device routines major()/minor()/makedev()
 that may or may not be macros in .h files.
 .
 It also allows access to the mknod(2) system call.