File: control

package info (click to toggle)
cleo 0.004-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 100 kB
  • sloc: perl: 89; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 973 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: cleo
Section: shells
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libfile-slurp-perl,
                     libterm-readkey-perl,
                     perl
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/cleo.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/cleo.git
Homepage: https://metacpan.org/release/App-Cleo
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no

Package: cleo
Architecture: all
Depends: libfile-slurp-perl,
         libterm-readkey-perl,
         ${misc:Depends},
         ${perl:Depends}
Description: Play back shell commands for live demonstrations
 cleo is a utility for playing back pre-recorded shell commands in a
 live demonstration. cleo displays the commands as if you had actually
 typed them and then executes them interactively.