File: control

package info (click to toggle)
libtk-dirselect-perl 1.12-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: perl: 312; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,336 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
27
28
29
30
31
Source: libtk-dirselect-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     perl-tk,
                     libtest-pod-perl
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtk-dirselect-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtk-dirselect-perl.git
Homepage: https://metacpan.org/release/Tk-DirSelect

Package: libtk-dirselect-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         perl-tk
Description: cross-platform directory selection widget
 Tk::DirSelect provides a cross-platform directory selection widget. A
 context menu (right-click or <Button3>) allows the
 creation, renaming, and deletion of directories while browsing.
 .
 Note: Perl/Tk 804 added the chooseDirectory method which uses native
 system dialogs where available. Unfortunately, a non-existent
 directory cannot (yet?) be chosen. If you want a native feel for
 your program, and do not need non-existent directory choice, you
 probably want to use chooseDirectory method instead of Tk::DirSelect.