--- libfile-searchpath-perl-0.06.orig/debian/changelog +++ libfile-searchpath-perl-0.06/debian/changelog @@ -0,0 +1,36 @@ +libfile-searchpath-perl (0.06-2.2) unstable; urgency=medium + + * Non maintainer upload by the Reproducible Builds team. + * No source change upload to rebuild on buildd with .buildinfo files. + + -- Holger Levsen Tue, 05 Jan 2021 16:33:55 +0100 + +libfile-searchpath-perl (0.06-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add build dependency on libmodule-build-perl + Closes: #789216 + + -- Damyan Ivanov Fri, 24 Jul 2015 11:54:12 +0000 + +libfile-searchpath-perl (0.06-2) unstable; urgency=low + + * Bump Standards-Version to 3.9.3 + * Move repository to svn.debian.org + - svn://svn.debian.org/svn/collab-maint/deb-maint/libfile-searchpath-perl + + -- Taku YASUI Wed, 28 Mar 2012 02:09:55 +0900 + +libfile-searchpath-perl (0.06-1) unstable; urgency=low + + * New upstream release + - Fix up debian/rules using Build.PL + + -- Taku YASUI Sat, 19 Feb 2011 10:19:39 +0900 + +libfile-searchpath-perl (0.05-1) unstable; urgency=low + + * Initial Release. + (closes: #523434) + + -- Taku YASUI Tue, 21 Apr 2009 02:00:29 +0900 --- libfile-searchpath-perl-0.06.orig/debian/compat +++ libfile-searchpath-perl-0.06/debian/compat @@ -0,0 +1 @@ +7 --- libfile-searchpath-perl-0.06.orig/debian/control +++ libfile-searchpath-perl-0.06/debian/control @@ -0,0 +1,18 @@ +Source: libfile-searchpath-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), cdbs, libmodule-build-perl +Build-Depends-Indep: perl (>= 5.6.0-12) +Maintainer: Taku YASUI +Standards-Version: 3.9.3 +Homepage: http://search.cpan.org/dist/File-SearchPath/ +Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/libfile-searchpath-perl +Vcs-Browser: http://anonscm.debian.org/viewvc/collab-maint/deb-maint/libfile-searchpath-perl + +Package: libfile-searchpath-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends} +Description: Perl module for searching for a file in a PATH-like variable + File::SearchPath provides the ability to search a path-like environment + variable such as $PATH, $LD_LIBRARY_PATH (or any environment variable) + for a file (that does not necessarily have to be an executable). --- libfile-searchpath-perl-0.06.orig/debian/copyright +++ libfile-searchpath-perl-0.06/debian/copyright @@ -0,0 +1,21 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Tim Jenness +Upstream-Source: http://search.cpan.org/dist/File-SearchPath/ +Upstream-Name: File::SearchPath + +Files: * +Copyright: Tim Jenness +License: GPL-2+ + +Files: debian/* +Copyright: 2009, Taku YASUI +License: GPL-2+ + +License: GPL-2+ + 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 2, 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' --- libfile-searchpath-perl-0.06.orig/debian/libfile-searchpath-perl.docs +++ libfile-searchpath-perl-0.06/debian/libfile-searchpath-perl.docs @@ -0,0 +1 @@ +README --- libfile-searchpath-perl-0.06.orig/debian/rules +++ libfile-searchpath-perl-0.06/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk + +configure/libfile-searchpath-perl:: + perl Build.PL --prefix $(DEB_DESTDIR)/usr --installdirs vendor + +build/libfile-searchpath-perl:: + ./Build + ./Build test + +install/libfile-searchpath-perl:: + ./Build install + find $(DEB_DESTDIR) -type f -name .packlist -print0 | xargs -0r rm -f + find $(DEB_DESTDIR) -type d -print0 | xargs -0r rmdir -p --ignore-fail-on-non-empty + +clean:: + -./Build distclean --- libfile-searchpath-perl-0.06.orig/debian/watch +++ libfile-searchpath-perl-0.06/debian/watch @@ -0,0 +1,4 @@ +# format version number, currently 3; this line is compulsory! +version=3 +# URL to the package page followed by a regex to search +http://search.cpan.org/dist/File-SearchPath/ .*/File-SearchPath-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$