File: control

package info (click to toggle)
libtk-splashscreen-perl 1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 80 kB
  • ctags: 8
  • sloc: perl: 137; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 1,170 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
21
22
23
24
25
26
27
Source: libtk-splashscreen-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Carlo Segre <segre@debian.org>,
           gregor herrmann <gregoa@debian.org>
Build-Depends-Indep: perl,
                     perl-tk,
                     xauth,
                     xvfb
Build-Depends: debhelper (>= 9~)
Standards-Version: 3.9.5
Homepage: https://metacpan.org/release/Tk-Splashscreen
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtk-splashscreen-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtk-splashscreen-perl.git

Package: libtk-splashscreen-perl
Architecture: all
Depends: perl-tk,
         ${misc:Depends},
         ${perl:Depends}
Description: Toplevel mega widget to display a splashscreen
 For programs that require large load times, it's a common practice to
 display a Splashscreen that occupies the user's attention. This Toplevel
 mega widget provides all the display, destroy and timing events. All you do
 is create the Splashscreen mega widget, populate it as you see fit, then
 invoke Splash() to display it and Destroy() to tear it down.