--- libfile-fnmatch-perl-0.02.orig/debian/changelog +++ libfile-fnmatch-perl-0.02/debian/changelog @@ -0,0 +1,17 @@ +libfile-fnmatch-perl (0.02-1build2) precise; urgency=low + + * Rebuild for Perl 5.14. + + -- Colin Watson Tue, 15 Nov 2011 19:50:56 +0000 + +libfile-fnmatch-perl (0.02-1build1) oneiric; urgency=low + + * Rebuild for Perl 5.12. + + -- Colin Watson Sun, 08 May 2011 13:01:14 +0100 + +libfile-fnmatch-perl (0.02-1) unstable; urgency=low + + * Initial Release. (closes: #535235) (LP: #220477) + + -- Nathan Handler Wed, 01 Jul 2009 22:25:11 +0000 --- libfile-fnmatch-perl-0.02.orig/debian/rules +++ libfile-fnmatch-perl-0.02/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh 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 --- libfile-fnmatch-perl-0.02.orig/debian/watch +++ libfile-fnmatch-perl-0.02/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/File-FnMatch/ .*/File-FnMatch-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libfile-fnmatch-perl-0.02.orig/debian/compat +++ libfile-fnmatch-perl-0.02/debian/compat @@ -0,0 +1 @@ +7 --- libfile-fnmatch-perl-0.02.orig/debian/control +++ libfile-fnmatch-perl-0.02/debian/control @@ -0,0 +1,19 @@ +Source: libfile-fnmatch-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), perl (>= 5.6.0-12) +Maintainer: Debian Perl Group +Uploaders: Nathan Handler +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/File-FnMatch/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-fnmatch-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfile-fnmatch-perl/ + +Package: libfile-fnmatch-perl +Architecture: any +Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} +Description: Perl module that provides simple filename and pathname matching + File::FnMatch::fnmatch() provides simple, shell-like pattern matching. + . + Though considerably less powerful than regular expressions, shell patterns + are nonetheless useful and familiar to a large audience of end-users. --- libfile-fnmatch-perl-0.02.orig/debian/copyright +++ libfile-fnmatch-perl-0.02/debian/copyright @@ -0,0 +1,36 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Michael J. Pomraning +Upstream-Source: http://search.cpan.org/dist/File-FnMatch/ +Upstream-Name: File-FnMatch + +Files: * +Copyright: 2005, Michael J. Pomraning +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: ppport.h +Copyright: 2004-2009, Marcus Holland-Moritz + 2001, Paul Marquess (Version 2.x) + 1999, Kenneth Albanowski (Version 1.x) +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Nathan Handler +License-Alias: Perl +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'