debian/0000755000000000000000000000000012060715726007174 5ustar debian/rules0000755000000000000000000000003612060715726010253 0ustar #!/usr/bin/make -f %: dh $@ debian/libbest-perl.examples0000644000000000000000000000001212060715726013311 0ustar example/* debian/control0000644000000000000000000000213212060715726010575 0ustar Source: libbest-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 8) Build-Depends-Indep: libtest-exception-perl, libtest-pod-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libbest-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libbest-perl.git Homepage: http://search.cpan.org/dist/Best/ Package: libbest-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: fallbackable module loader Best.pm attempts to load Perl modules from a list, stopping at the first successful load and failing only if no alternative was found. . Often there are several possible providers of some functionality your program needs, but you don't know which is available at the run site. For example, one of the modules may be implemented with XS, or not in the core Perl distribution and thus not necessarily installed. With Best.pm, this can be as simple as: . use Best qw/YAML::Syck YAML/; debian/source/0000755000000000000000000000000012060715726010474 5ustar debian/source/format0000644000000000000000000000001412060715726011702 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000206512060715726011051 0ustar libbest-perl (0.15-1) unstable; urgency=low * New upstream release. * debian/copyright: update to Copyright-Format 1.0, update copyright years. * Install new example script. * Bump Standards-Version to 3.9.4 (no changes). -- gregor herrmann Sat, 08 Dec 2012 20:58:06 +0100 libbest-perl (0.14-1) unstable; urgency=low * New upstream release. * debian/rules: drop --buildsystem=perl_makemaker, not needed anymore. -- gregor herrmann Fri, 04 Nov 2011 00:39:33 +0100 libbest-perl (0.13-1) unstable; urgency=low * New upstream release; clarifies the license inconsistency detected by our ftp-masters. * Update years of upstream copyright. * debian/rules: explicitly use Makefile.PL, the updated Module::Install fails with Build.PL (which dh prefers in compat mode 8). -- gregor herrmann Tue, 25 Oct 2011 22:20:23 +0200 libbest-perl (0.12-1) unstable; urgency=low * Initial release (closes: #646528). -- gregor herrmann Tue, 25 Oct 2011 00:52:45 +0200 debian/compat0000644000000000000000000000000212060715726010372 0ustar 8 debian/copyright0000644000000000000000000000436512060715726011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Best Upstream-Contact: Gaal Yahas Source: http://search.cpan.org/dist/Best/ Files: * Copyright: 2006-2012, Gaal Yahas License: Expat Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2011-2012, gregor herrmann License: Expat or 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 systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000014512060715726010225 0ustar version=3 http://search.cpan.org/dist/Best/ .*/Best-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$