--- libfile-wildcard-perl-0.11.orig/debian/changelog +++ libfile-wildcard-perl-0.11/debian/changelog @@ -0,0 +1,19 @@ +libfile-wildcard-perl (0.11-2) unstable; urgency=low + + [ Salvatore Bonaccorso ] + * debian/copyright: Replace DEP5 Format-Specification URL from + svn.debian.org to anonscm.debian.org URL. + + [ TANIGUCHI Takaki ] + * change Maintainer to Debian Perl Group. + * debian/control: Add Vcs-* fields. + * debian/copyright: Update copyright-format to 1.0. + * Standards-Version 3.9.3 (no changes). + + -- TANIGUCHI Takaki Thu, 12 Jul 2012 17:54:09 +0900 + +libfile-wildcard-perl (0.11-1) unstable; urgency=low + + * Initial Release. (Closes: #510056) + + -- TANIGUCHI Takaki Mon, 13 Dec 2010 15:04:55 +0900 --- libfile-wildcard-perl-0.11.orig/debian/compat +++ libfile-wildcard-perl-0.11/debian/compat @@ -0,0 +1 @@ +7 --- libfile-wildcard-perl-0.11.orig/debian/control +++ libfile-wildcard-perl-0.11/debian/control @@ -0,0 +1,32 @@ +Source: libfile-wildcard-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: libmodule-optional-perl, perl +Maintainer: Debian Perl Group +Uploaders: TANIGUCHI Takaki +Standards-Version: 3.9.3 +Homepage: http://search.cpan.org/dist/File-Wildcard/ +Vcs-Git: git://git.debian.org/pkg-perl/packages/libfile-wildcard-perl.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-wildcard-perl.git + + +Package: libfile-wildcard-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libmodule-optional-perl +Description: Enhanced glob processing + When looking at how various operating systems do filename wildcard expansion + (globbing), VMS has a nice syntax which allows expansion and searching of + whole directory trees. It would be nice if other operating systems had + something like this built in. The best Unix can manage is through the utility + program find. + . + File::Wildcard provides this facility to Perl. Whereas native VMS syntax uses + the ellipsis "...", this will not fit in with POSIX filenames, as ... is a + valid (though somewhat strange) filename. Instead, the construct "///" is + used as this cannot syntactically be part of a filename, as you do not get + three concurrent filename separators with nothing between (three slashes are + used to avoid confusion with //node/path/name syntax). + . + You don't have to use this syntax, as you can do the splitting yourself and + pass in an arrayref as your path. --- libfile-wildcard-perl-0.11.orig/debian/copyright +++ libfile-wildcard-perl-0.11/debian/copyright @@ -0,0 +1,29 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: File-Wildcard +Upstream-Contact: I. Williams (ivorw-file-wildcard at xemaps.com) +Source: http://search.cpan.org/dist/File-Wildcard/ + +Files: * +Copyright: I. Williams (ivorw-file-wildcard at xemaps.com) +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2010, TANIGUCHI Takaki +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 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 version 1 of the + General Public License can be found in `/usr/share/common-licenses/GPL-1'. + --- libfile-wildcard-perl-0.11.orig/debian/libfile-wildcard-perl.docs +++ libfile-wildcard-perl-0.11/debian/libfile-wildcard-perl.docs @@ -0,0 +1 @@ +README --- libfile-wildcard-perl-0.11.orig/debian/rules +++ libfile-wildcard-perl-0.11/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libfile-wildcard-perl-0.11.orig/debian/watch +++ libfile-wildcard-perl-0.11/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/File-Wildcard/ .*/File-Wildcard-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$