debian/0000755000000000000000000000000012231602013007154 5ustar debian/watch0000644000000000000000000000023212052210466010212 0ustar version=3 http://launchpad.net/libgtk2-appindicator-perl/+download \ https://launchpad.net/libgtk2-appindicator-perl/.*/Gtk2-AppIndicator-(.*)\.tar\.gz debian/libgtk2-appindicator-perl.docs0000644000000000000000000000000712052210466015004 0ustar README debian/rules0000755000000000000000000000021112052210466010236 0ustar #!/usr/bin/make -f %: dh $@ ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) override_dh_auto_test: xvfb-run -a dh_auto_test endif debian/copyright0000644000000000000000000000304712052210466011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Hans Oesterholt Source: https://launchpad.net/libgtk2-appindicator-perl/ Upstream-Name: Gtk2-AppIndicator Files: * Copyright: 2012, Hans Oesterholt License: Artistic Files: typemap gperl.h Copyright: 2003-2005, 2010, The GTK2-Perl Team License: LGPL-2.1+ Files: debian/* Copyright: 2012, Andrew Starr-Bochicchio License: GPL-2+ or Artistic License: GPL-2+ 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 2, 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-2'. 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: LGPL-2.1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2.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/LGPL-2.1'. debian/source/0000755000000000000000000000000012052212134010456 5ustar debian/source/format0000644000000000000000000000001412052210466011672 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012052212134010605 5ustar debian/patches/fix_manpage_line_break0000644000000000000000000000173212052211722015166 0ustar Description: Fix line break in generate man page to make lintian happy. Author: Andrew Starr-Bochicchio Bug: https://bugs.launchpad.net/libgtk2-appindicator-perl/+bug/1033655 Forwarded: yes Index: unstable/lib/Gtk2/AppIndicator.pm =================================================================== --- unstable.orig/lib/Gtk2/AppIndicator.pm 2012-11-18 11:55:31.924164000 -0500 +++ unstable/lib/Gtk2/AppIndicator.pm 2012-11-18 11:58:51.054866369 -0500 @@ -284,7 +284,7 @@ $ind=Gtk2::AppIndicator->new($application_id,$active_icon_name [,$category]) Creates a new application indicator object with given name (id) and icon name for the active icon. -Category must be one of { 'application-status','communications','system-services','hardware','other' } +Category must be one of { 'application-status', 'communications', 'system-services', 'hardware', 'other' } if set. if not set, it defaults to 'application-status'. $ind->set_icon_theme_path($path) debian/patches/series0000644000000000000000000000002712052210466012027 0ustar fix_manpage_line_break debian/compat0000644000000000000000000000000212052210466010362 0ustar 9 debian/control0000644000000000000000000000157512052210625010574 0ustar Source: libgtk2-appindicator-perl Section: perl Priority: optional Maintainer: The Ayatana Packagers Uploaders: Andrew Starr-Bochicchio Build-Depends: debhelper (>= 9), libappindicator-dev, libgtk2-perl, libgtk2.0-dev, xauth, xvfb Standards-Version: 3.9.3 Vcs-Bzr: http://bzr.debian.org/bzr/pkg-ayatana/libgtk2-appindicator-perl/unstable/ Vcs-Browser: http://anonscm.debian.org/loggerhead/pkg-ayatana/libgtk2-appindicator-perl/unstable/files Homepage: https://launchpad.net/libgtk2-appindicator-perl/ Package: libgtk2-appindicator-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: Perl bindings for libappindicator Gtk2::AppIndicator provides an interface to Unity's libappindicator for GTK2 Perl programs. debian/changelog0000644000000000000000000000052312231602013011026 0ustar libgtk2-appindicator-perl (0.15-1build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Wed, 23 Oct 2013 00:02:35 +0100 libgtk2-appindicator-perl (0.15-1) unstable; urgency=low * Initial release (Closes: #684093). -- Andrew Starr-Bochicchio Sun, 18 Nov 2012 12:01:03 -0500