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
|
Source: libclipboard-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libmodule-build-perl,
perl
Build-Depends-Indep: libcgi-pm-perl <!nocheck>,
liburi-perl <!nocheck>,
xauth <!nocheck>,
xclip <!nocheck>,
xvfb <!nocheck>
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libclipboard-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libclipboard-perl.git
Homepage: https://metacpan.org/release/Clipboard
Rules-Requires-Root: no
Package: libclipboard-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
xclip
Recommends: libcgi-pm-perl,
liburi-perl,
sensible-utils
Description: module to use X selections (clipboard) from Perl
Clipboard is a module for accessing the X clipboard. It provides a copy() and
a paste() function, and uses xclip(1) under the hood.
.
Additionally the package includes a couple of scripts for working with the
clipboard:
.
clipaccumulate
clipbrowse
clipedit
clipfilter
clipjoin
|