File: control

package info (click to toggle)
libgtk2-unique-perl 0.05-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 164 kB
  • ctags: 6
  • sloc: perl: 240; ansic: 5; makefile: 4
file content (24 lines) | stat: -rw-r--r-- 1,082 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
Source: libgtk2-unique-perl
Section: perl
Priority: optional
Build-Depends: perl, debhelper (>= 9.20120312~),
 libextutils-depends-perl,
 libextutils-pkgconfig-perl, libgtk2-perl, libunique-dev,
 xvfb, xauth, xfonts-base
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryan@debian.org>, Jonathan Yu <jawnsy@cpan.org>,
 gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.5
Homepage: https://metacpan.org/release/Gtk2-Unique
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libgtk2-unique-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgtk2-unique-perl.git

Package: libgtk2-unique-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
 libgtk2-perl
Description: module for single instance applications
 Gtk2::Unique is a Perl interface to the libunique library, which provides a
 way to write single instance applications. If you launch a single instance
 application twice, the second instance will either quit or send a message to
 the running instance.