--- libx11-freedesktop-desktopentry-perl-0.04.orig/debian/control +++ libx11-freedesktop-desktopentry-perl-0.04/debian/control @@ -0,0 +1,20 @@ +Source: libx11-freedesktop-desktopentry-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), quilt +Build-Depends-Indep: perl (>= 5.8.0-7) +Maintainer: Debian Perl Group +Uploaders: Ryan Niebur +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/dist/X11-FreeDesktop-DesktopEntry/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libx11-freedesktop-desktopentry-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libx11-freedesktop-desktopentry-perl/ + +Package: libx11-freedesktop-desktopentry-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: perl interface to Freedesktop.org .desktop files + X11::FreeDesktop-DesktopEntry provides an object-oriented interface to + files that comply with the Freedesktop.org desktop entry specification. + You can query the file for available values and also get locale + information as well. --- libx11-freedesktop-desktopentry-perl-0.04.orig/debian/copyright +++ libx11-freedesktop-desktopentry-perl-0.04/debian/copyright @@ -0,0 +1,30 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Gavin Brown +Upstream-Source: http://search.cpan.org/dist/X11-FreeDesktop-DesktopEntry/ +Upstream-Name: X11-FreeDesktop-DesktopEntry + +Files: * +Copyright: Copyright (C) 2003,2005 Gavin Brown +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: + 2005-2008, Marc 'HE' Brockschmidt + 2009, Ryan Niebur +License: Artistic | 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libx11-freedesktop-desktopentry-perl-0.04.orig/debian/watch +++ libx11-freedesktop-desktopentry-perl-0.04/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/X11-FreeDesktop-DesktopEntry/ .+/X11-FreeDesktop-DesktopEntry-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libx11-freedesktop-desktopentry-perl-0.04.orig/debian/compat +++ libx11-freedesktop-desktopentry-perl-0.04/debian/compat @@ -0,0 +1 @@ +7 --- libx11-freedesktop-desktopentry-perl-0.04.orig/debian/changelog +++ libx11-freedesktop-desktopentry-perl-0.04/debian/changelog @@ -0,0 +1,35 @@ +libx11-freedesktop-desktopentry-perl (0.04-3) 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) + * dh 7 + * policy 3.8.0 + * fix pod2man errors + * machine readable copyright format + + -- Ryan Niebur Fri, 09 Jan 2009 00:06:50 -0800 + +libx11-freedesktop-desktopentry-perl (0.04-2) unstable; urgency=low + + * debian/control: + + Bump Standards-Version to 3.7.3 (no changes needed) + * debian/rules: + + Don't fail when ExtUtils::Install is smart enough to not + create empty dirs in /usr. (Closes: #467917) + + -- Marc 'HE' Brockschmidt Sat, 15 Mar 2008 11:34:00 +0100 + +libx11-freedesktop-desktopentry-perl (0.04-1) unstable; urgency=low + + * New upstream release. + + -- Marc 'HE' Brockschmidt Mon, 24 Jan 2005 22:26:35 +0100 + +libx11-freedesktop-desktopentry-perl (0.02-1) unstable; urgency=low + + * Initial Release. + + -- Marc 'HE' Brockschmidt Mon, 3 Jan 2005 20:37:47 +0100 + --- libx11-freedesktop-desktopentry-perl-0.04.orig/debian/rules +++ libx11-freedesktop-desktopentry-perl-0.04/debian/rules @@ -0,0 +1,25 @@ +#!/usr/bin/make -f + +include /usr/share/quilt/quilt.make + +build: build-stamp +build-stamp: $(QUILT_STAMPFN) + dh build + touch $@ + +clean: unpatch + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install + touch $@ + +binary-arch: + +binary-indep: install + dh $@ + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build --- libx11-freedesktop-desktopentry-perl-0.04.orig/debian/patches/fix-manpages +++ libx11-freedesktop-desktopentry-perl-0.04/debian/patches/fix-manpages @@ -0,0 +1,12 @@ +fix pod2man errors + +--- a/lib/X11/FreeDesktop/DesktopEntry.pm ++++ b/lib/X11/FreeDesktop/DesktopEntry.pm +@@ -151,6 +151,7 @@ + } + + =pod ++ + my @groups = $entry->groups; + + This returns an array of scalars containing the I included in the --- libx11-freedesktop-desktopentry-perl-0.04.orig/debian/patches/series +++ libx11-freedesktop-desktopentry-perl-0.04/debian/patches/series @@ -0,0 +1 @@ +fix-manpages