--- libgtk2-traymanager-perl-0.05.orig/debian/changelog +++ libgtk2-traymanager-perl-0.05/debian/changelog @@ -0,0 +1,25 @@ +libgtk2-traymanager-perl (0.05-2build1) oneiric; urgency=low + + * Rebuild for Perl 5.12. + + -- Colin Watson Tue, 10 May 2011 05:18:23 +0100 + +libgtk2-traymanager-perl (0.05-2) unstable; urgency=low + + * Take over for the Debian Perl Group on maintainer's request + (http://lists.debian.org/debian-perl/2008/12/msg00163.html) + * Add debian/watch. + * Add me to uploaders, remove old maintainer(s) + * debhelper 7 + * install TODO + * policy 3.8.0 + * machine readable copyright format + + -- Ryan Niebur Sat, 24 Jan 2009 23:25:09 -0800 + +libgtk2-traymanager-perl (0.05-1) unstable; urgency=low + + * Initial release. + + -- Marc 'HE' Brockschmidt Fri, 10 Sep 2004 11:56:13 +0200 + --- libgtk2-traymanager-perl-0.05.orig/debian/rules +++ libgtk2-traymanager-perl-0.05/debian/rules @@ -0,0 +1,25 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh --before dh_auto_test build + xvfb-run dh_auto_test + dh --after dh_auto_test build + touch $@ + +clean: + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install + touch $@ + +binary-arch: install + dh $@ + +binary-indep: + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build --- libgtk2-traymanager-perl-0.05.orig/debian/watch +++ libgtk2-traymanager-perl-0.05/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Gtk2-TrayManager/ .+/Gtk2-TrayManager-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libgtk2-traymanager-perl-0.05.orig/debian/libgtk2-traymanager-perl.examples +++ libgtk2-traymanager-perl-0.05/debian/libgtk2-traymanager-perl.examples @@ -0,0 +1 @@ +examples/* --- libgtk2-traymanager-perl-0.05.orig/debian/compat +++ libgtk2-traymanager-perl-0.05/debian/compat @@ -0,0 +1 @@ +7 --- libgtk2-traymanager-perl-0.05.orig/debian/control +++ libgtk2-traymanager-perl-0.05/debian/control @@ -0,0 +1,29 @@ +Source: libgtk2-traymanager-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7), libextutils-pkgconfig-perl, libextutils-depends-perl, libgtk2.0-dev, libgtk2-perl (>= 1.00), xauth, xfonts-base, xvfb +Maintainer: Debian Perl Group +Uploaders: Ryan Niebur +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/dist/Gtk2-TrayManager/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgtk2-traymanager-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgtk2-traymanager-perl/ + +Package: libgtk2-traymanager-perl +Architecture: any +Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libgtk2-perl +Description: Perl interface to fill the system tray + libgtk2-traymanager-perl allows a Perl developer to implement + the server-side of the Notification Areo (or system tray) protocol. + . + The system tray is an area on the dock or panel used to display unobtrusive + notifications to the user. The tray contains small icons for each + notification facility, and the icons can pop up "balloon messages." + . + This module is part of gtk2-perl. + . + To discuss gtk2-perl, ask questions and flame/praise the authors, + join gtk-perl-list@gnome.org at lists.gnome.org. + . + Also have a look at the gtk2-perl website and sourceforge project page, + http://gtk2-perl.sourceforge.net --- libgtk2-traymanager-perl-0.05.orig/debian/copyright +++ libgtk2-traymanager-perl-0.05/debian/copyright @@ -0,0 +1,32 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Christian Borup +Upstream-Source: http://search.cpan.org/dist/Gtk2-TrayManager/ +Upstream-Name: Gtk2-TrayManager + +Files: * +Copyright: Copyright 2004 Christian Borup + Copyright 2004 by the gtk2-perl team +License: LGPL-2+ + +Files: eggtraymanager.c, eggtraymanager.h +Copyright: Copyright (C) 2002 Anders Carlsson +License: LGPL-2+ + +Files: egg-macros.h +Copyright: Copyright 2001 Ben Tea Spoons, Inc. +License: LGPL-2+ + +Files: debian/* +Copyright: 2004, Marc 'HE' Brockschmidt + 2009, Ryan Niebur +License: LGPL-2+ + +License: LGPL-2+ + This library 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 of + the License, or (at your option) any later version. + + A copy of the LGPL can be found at /usr/share/common-licenses/LGPL on + any Debian system. --- libgtk2-traymanager-perl-0.05.orig/debian/libgtk2-traymanager-perl.docs +++ libgtk2-traymanager-perl-0.05/debian/libgtk2-traymanager-perl.docs @@ -0,0 +1 @@ +TODO