debian/0000755000000000000000000000000012117515213007164 5ustar debian/control0000644000000000000000000000144112117515176010577 0ustar Source: libfile-zglob-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, perl, debhelper, dh-buildinfo Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libfile-zglob-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-zglob-perl.git Homepage: http://search.cpan.org/dist/File-Zglob/ Package: libfile-zglob-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: extended globs File::Zglob provides a traditional Unix glob(3) functionality; returns a list of pathnames that matches the given pattern. debian/source/0000755000000000000000000000000011752713702010473 5ustar debian/source/format0000644000000000000000000000001411373262460011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000025712117515213011042 0ustar libfile-zglob-perl (0.11-1) unstable; urgency=low * Initial packaging release. Closes: bug#702833. -- Jonas Smedegaard Tue, 12 Mar 2013 04:01:29 +0100 debian/compat0000644000000000000000000000000212010177205010357 0ustar 8 debian/watch0000644000000000000000000000023612117506366010227 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/File-Zglob/ .*/File-Zglob-([\d._]+)\.tar\.gz debian debian/copyright_hints0000644000000000000000000000213012117514444012325 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: Changes MANIFEST META.yml Makefile.PL README author/benchmark.pl author/test.pl debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch inc/Module/Install/AuthorTests.pm inc/Module/Install/Base.pm inc/Module/Install/Can.pm inc/Module/Install/Fetch.pm inc/Module/Install/Makefile.pm inc/Module/Install/Win32.pm inc/Module/Install/WriteAll.pm t/00_compile.t t/02_glob_prepare_pattern.t t/03_zglob.t t/04_dotdot.t xt/01_podspell.t xt/02_perlcritic.t xt/03_pod.t xt/04_minimum_version.t Copyright: *No copyright* License: UNKNOWN FIXME Files: inc/Module/Install/Metadata.pm Copyright: License: Expat FIXME Files: debian/rules Copyright: 2013, Jonas Smedegaard License: GPL-3+ FIXME Files: inc/Module/Install.pm Copyright: 2008, - 2012, Adam Kennedy License: UNKNOWN FIXME Files: lib/File/Zglob.pm Copyright: Tokuhiro Matsuno License: UNKNOWN FIXME debian/copyright0000644000000000000000000000411712117511453011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: File::Zglob Upstream-Contact: http://rt.cpan.org/Dist/Display.html?Queue=File-Zglob Source: http://search.cpan.org/dist/File-Zglob/ Files: * Copyright: Tokuhiro Matsuno License: Artistic or GPL-1+ Comment: License: . This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. . Comment: . Perl is licensed under either the 'Artistic license' or the 'GNU General Public License' version 1 or later. Files: inc/Module/Install* Copyright: 2001-2006, Audrey Tang 2002-2004, Brian Ingerson 2006,2008-2012, Adam Kennedy License: Artistic or GPL-1+ Comment: Mangled convenience copy of Module::Install. Files: inc/Module/Install/AuthorTests.pm Copyright: 2008, Ricardo Signes License: Artistic or GPL-1+ Comment: Mangled convenience copy of Module::Install::AuthorTests. Files: debian/* Copyright: 2013, Jonas Smedegaard License: GPL-3+ License: Artistic Comment: . On Debian systems the 'Artistic License' is located in '/usr/share/common-licenses/Artistic'. License: GPL-1+ Comment: . On Debian systems the 'GNU General Public License' version 1 is located in '/usr/share/common-licenses/GPL-1'. License: GPL-3+ 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 3, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . Comment: . On Debian systems the 'GNU General Public License' version 3 is located in '/usr/share/common-licenses/GPL-3'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/gbp.conf0000644000000000000000000000014611373262460010612 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000221412117515163010247 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2013, Jonas Smedegaard # Description: Main Debian packaging script for File::Zglob # # 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 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-makemaker.mk include /usr/share/cdbs/1/rules/debhelper.mk pkg = $(DEB_SOURCE_PACKAGE) DEB_UPSTREAM_PACKAGE = File-Zglob DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/File DEB_UPSTREAM_TARBALL_MD5 = fca426b60326cb8465e54a1ed82dc8cf debian/control.in0000644000000000000000000000136412117506675011214 0ustar Source: libfile-zglob-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libfile-zglob-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-zglob-perl.git Homepage: http://search.cpan.org/dist/File-Zglob/ Package: libfile-zglob-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: extended globs File::Zglob provides a traditional Unix glob(3) functionality; returns a list of pathnames that matches the given pattern.