debian/0000755000000000000000000000000012231602132007156 5ustar debian/watch0000644000000000000000000000016311212456060010214 0ustar version=3 http://search.cpan.org/dist/Gtk2-Unique/ .*/Gtk2-Unique-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libgtk2-unique-perl.examples0000644000000000000000000000001311207000443014511 0ustar examples/* debian/rules0000755000000000000000000000012011347452177010252 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: xvfb-run -a dh_auto_test debian/copyright0000644000000000000000000000216611472011354011124 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Emmanuel Rodriguez Source: http://search.cpan.org/dist/Gtk2-Unique/ Name: Gtk2-Unique Files: * Copyright: 2009-2010, Emmanuel Rodriguez License: Artistic or GPL-1+ Files: debian/* Copyright: 2009-2010, Jonathan Yu 2009, Ryan Niebur > 2010, gregor herrmann License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/source/0000755000000000000000000000000011472011601010457 5ustar debian/source/format0000644000000000000000000000001411344756316011706 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011472011601010606 5ustar debian/patches/add-whatis0000644000000000000000000000117011344755602012573 0ustar add whatis entries to the POD --- a/xs/UniqueApp.xs +++ b/xs/UniqueApp.xs @@ -54,6 +54,9 @@ } +=for object Gtk2::UniqueApp a single instance application + +=cut MODULE = Gtk2::UniqueApp PACKAGE = Gtk2::UniqueApp PREFIX = unique_app_ --- a/xs/UniqueBackend.xs +++ b/xs/UniqueBackend.xs @@ -16,6 +16,9 @@ =cut +=for object Gtk2::UniqueBackend IPC backend used by libunique + +=cut =for apidoc --- a/xs/Unique.xs +++ b/xs/Unique.xs @@ -7,6 +7,10 @@ MODULE = Gtk2::Unique PACKAGE = Gtk2::Unique PREFIX = unique_ +=for object Gtk2::Unique Use single instance applications + +=cut + PROTOTYPES: DISABLE debian/patches/series0000644000000000000000000000001311207000443012013 0ustar add-whatis debian/compat0000644000000000000000000000000211207000443010353 0ustar 7 debian/control0000644000000000000000000000204011472011462010563 0ustar Source: libgtk2-unique-perl Section: perl Priority: optional Build-Depends: perl, debhelper (>= 7.0.50~), libextutils-depends-perl, libextutils-pkgconfig-perl, libgtk2-perl, libunique-dev, xvfb, xauth, xfonts-base Maintainer: Debian Perl Group Uploaders: Ryan Niebur , Jonathan Yu , gregor herrmann Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/Gtk2-Unique/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgtk2-unique-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgtk2-unique-perl/ 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. debian/changelog0000644000000000000000000000427712231602132011042 0ustar libgtk2-unique-perl (0.05-1build3) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Wed, 23 Oct 2013 00:03:54 +0100 libgtk2-unique-perl (0.05-1build2) precise; urgency=low * Rebuild for Perl 5.14. -- Colin Watson Wed, 16 Nov 2011 09:47:47 +0000 libgtk2-unique-perl (0.05-1build1) oneiric; urgency=low * Rebuild for Perl 5.12. -- Colin Watson Tue, 10 May 2011 05:18:39 +0100 libgtk2-unique-perl (0.05-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Update copyright information [ Damyan Ivanov ] * add -a option to xvfb-run invocation [ gregor herrmann ] * Set Standards-Version to 3.9.1 (no changes). * debian/copyright: update license stanzas. * debian/control: remove version from libgtk2-perl (build) dependency. -- gregor herrmann Sat, 20 Nov 2010 19:29:11 +0100 libgtk2-unique-perl (0.04-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Add myself to Copyright and Uploaders * Rewrite control description * Standards-Version 3.8.3 * Add perl to B-D, as it's not build-essential * Refresh copyright information [ Ryan Niebur ] * Update ryan52's email address [ gregor herrmann ] * Refresh patch. * Convert to source format 3.0 (quilt). Remove quilt framework. * Set Standards-Version to 3.8.4 (no changes). * Add /me to Uploaders. * debian/{rules,control}: activate the test suite again, it seems fixed. Also remove dbus-x11/dbus-launch, tests pass without them. * debian/copyright: update Format-Specification and debian/ info. -- gregor herrmann Sun, 07 Mar 2010 18:37:30 +0100 libgtk2-unique-perl (0.02-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ryan Niebur ] * New upstream release * Debian Policy 3.8.2 [ gregor herrmann ] * debian/copyright: add year of upstream copyright. -- Ryan Niebur Mon, 13 Jul 2009 12:54:52 -0700 libgtk2-unique-perl (0.01-1) unstable; urgency=low * Initial Release. (Closes: #530578) -- Ryan Niebur Mon, 25 May 2009 21:38:08 -0700