File: control

package info (click to toggle)
libexpect-simple-perl 0.04-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 112 kB
  • ctags: 14
  • sloc: perl: 131; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 861 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libexpect-simple-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl, libexpect-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Expect-Simple/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libexpect-simple-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libexpect-simple-perl.git

Package: libexpect-simple-perl
Architecture: all
Depends: ${perl:Depends}, libexpect-perl, ${misc:Depends}, 
Description: wrapper around the Expect module
 Expect::Simple is a wrapper around the Expect module which
 should suffice for simple applications.  It hides most of the
 Expect machinery; the Expect object is available for tweaking if
 need be.