[libclipboard-perl] 04/07: control

gregor herrmann gregoa at debian.org
Sat Aug 13 01:31:36 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libclipboard-perl.

commit 6c94677fd17a142741524893a5895e909f527f25
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Aug 13 02:46:41 2016 +0200

    control
---
 debian/control | 24 +++++++++++++++---------
 1 file changed, 15 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index bc29689..672cae2 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,10 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl,
+                     xauth,
+                     xclip,
+                     xvfb
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libclipboard-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libclipboard-perl.git
@@ -13,13 +16,16 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libclipboard-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
-Description: Cliboard - Copy and Paste with any OS
- Who doesn't remember the first time they learned to copy and paste, and
- generated an exponentially growing text document? Yes, that's right,
- clipboards are magical.
+Depends: ${misc:Depends}, ${perl:Depends}, xclip
+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.
  .
- With Clipboard.pm, this magic is now trivial to access, in a
- cross-platform-consistent API, from your Perl code.
+ Additionally the package includes a couple of scripts for working with the
+ clipboard:
  .
- This description was automagically extracted from the module by dh-make-perl.
+  clipaccumulate
+  clipbrowse
+  clipedit
+  clipfilter
+  clipjoin

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclipboard-perl.git



More information about the Pkg-perl-cvs-commits mailing list