debian/0000755000000000000000000000000012231542170007163 5ustar debian/rules0000755000000000000000000000214712231542170010247 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_clean: dh_clean rm -vrf $(CURDIR)/t/var/splat \ $(CURDIR)/t/dist/MB/Build \ $(CURDIR)/t/dist/MB/_build \ $(CURDIR)/t/dist/MB/blib \ $(CURDIR)/t/dist/EUMM/Makefile \ $(CURDIR)/t/dist/EUMM/pm_to_blib \ $(CURDIR)/t/dist/EUMM/blib override_dh_auto_install: dh_auto_install # Remove installed /usr/share/perl5/POD2/DE/local/lib.pod rm $(TMP)/usr/share/perl5/POD2/DE/local/lib.pod rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5/POD2/DE/local # Remove installed /usr/share/perl5/POD2/PT_BR/local/lib.pod rm $(TMP)/usr/share/perl5/POD2/PT_BR/local/lib.pod rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5/POD2/PT_BR/local # install localized manpages into useful places dh_installdirs usr/share/man/de/man3/ usr/share/man/pt_BR/man3/ mv $(TMP)/usr/share/man/man3/POD2::DE::local::lib.3pm $(TMP)/usr/share/man/de/man3/local::lib.3pm mv $(TMP)/usr/share/man/man3/POD2::PT_BR::local::lib.3pm $(TMP)/usr/share/man/pt_BR/man3/local::lib.3pm debian/control0000644000000000000000000000332312231542170010567 0ustar Source: liblocal-lib-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , gregor herrmann , Salvatore Bonaccorso , Alessandro Ghedini Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl (>= 5.11.3) | libmodule-build-perl Build-Depends-Indep: libcapture-tiny-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblocal-lib-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblocal-lib-perl.git Homepage: https://metacpan.org/release/local-lib/ Package: liblocal-lib-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.11.3) | libmodule-build-perl Suggests: libcapture-tiny-perl Description: module to use a local path for Perl modules local::lib is a Perl module that provides a quick, convenient way of setting up a user-local library located within the user's home directory. It also constructs and prints out for the user the list of environment variables using the syntax appropriate for the user's current shell (as specified by the SHELL environment variable), suitable for directly adding to one's shell configuration file. . More generally, this module enables bootstrapping and usage of a directory containing Perl modules outside of Perl's @INC. This makes it easier to ship an application with an app-specific copy of a Perl module, or collection of modules. It is also useful for the case where an upstream maintainer hasn't applied a patch to a module of theirs that you need for your application. debian/source/0000755000000000000000000000000012231542170010463 5ustar debian/source/format0000644000000000000000000000001412231542170011671 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001314012231542170011034 0ustar liblocal-lib-perl (1.008023-1) unstable; urgency=low * New upstream release. * Update years of packaging copyright. -- gregor herrmann Tue, 22 Oct 2013 20:31:16 +0200 liblocal-lib-perl (1.008018-1) unstable; urgency=low * Team upload * New upstream release * Install 'eg/*' as examples * d/control: move required libmodule-build-perl from D-B-I to Build-Depends, and update versions per cme suggestion -- Nuno Carvalho Wed, 18 Sep 2013 12:25:24 +0100 liblocal-lib-perl (1.008011-1) unstable; urgency=low * Imported Upstream version 1.008011 -- Salvatore Bonaccorso Wed, 07 Aug 2013 21:36:33 +0200 liblocal-lib-perl (1.008010-1) unstable; urgency=low * Imported Upstream version 1.008010 -- Salvatore Bonaccorso Tue, 28 May 2013 15:57:10 +0200 liblocal-lib-perl (1.008009-1) unstable; urgency=low [ Alessandro Ghedini ] * Email change: Alessandro Ghedini -> ghedo@debian.org [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Imported Upstream version 1.008006, 1.008007, 1.008008 and 1.008009 * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs * Update debian/copyright file information. Update format to copyright-format 1.0 as released together with Debian policy 3.9.3. Update copyright years for included copy of Module::Install. Update copyright years for debian/* packaging. * Bump Standards-Version to 3.9.4 -- Salvatore Bonaccorso Mon, 20 May 2013 19:06:36 +0200 liblocal-lib-perl (1.008004-2) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * Add perl as an alternative (build) dependency to libmodule-build-perl. * Switch to debhelper compatibility level 8. * Bump Standards-Version to 3.9.2 (no changes). * Update years of packaging copyright. * Move localized manpages into correct directories. Remove now unneeded lintian override. -- gregor herrmann Thu, 05 Jan 2012 15:59:55 +0100 liblocal-lib-perl (1.008004-1) unstable; urgency=low * New upstream release * Add myself to Uploaders -- Alessandro Ghedini Sat, 26 Feb 2011 11:13:48 +0100 liblocal-lib-perl (1.008001-1) unstable; urgency=low * New upstream release -- Salvatore Bonaccorso Mon, 10 Jan 2011 15:21:28 +0100 liblocal-lib-perl (1.008000-1) unstable; urgency=low * New upstream release * debian/control: Refresh (Build-)Depends(-Indep) and Uploaders fields. * debian/copyright: Refresh copyright years for debian/* packaging stanza. -- Salvatore Bonaccorso Fri, 07 Jan 2011 09:09:36 +0100 liblocal-lib-perl (1.007000-1) unstable; urgency=low * New upstream release * Update my email address. * debian/copyright: Refer to Debian systems instead of Debian GNU/Linux systems. * Add libmodule-build-perl (>= 0.36) to (Build-)Depends(-Indep). -- Salvatore Bonaccorso Fri, 10 Dec 2010 16:11:27 +0100 liblocal-lib-perl (1.006007-1) unstable; urgency=low * New upstream release * Bump Standards-Version to 3.9.1. * debian/control: Make versioned (Build-)Depends(-Indep) on perl unversioned. * debian/copyright: - Update upstream copyright stanza. - Explicitly reference GPL-1 license text in common-licenses. * debian/rules: Do not install portuguese translation of lib.pod in /usr/share/perl5/POD2/PT_BR. * Add lintian override for false-positive spelling error due to report of translated manpage. -- Salvatore Bonaccorso Sat, 14 Aug 2010 11:37:53 +0200 liblocal-lib-perl (1.006005-1) unstable; urgency=low * New upstream release * Bump Standards-Version to 3.9.0 (no changes needed). -- Salvatore Bonaccorso Wed, 14 Jul 2010 07:31:43 +0200 liblocal-lib-perl (1.006004-1) unstable; urgency=low * New upstream release * debian/copyright: update to revision 135 of DEP5 format- specification for machine readable copyright file. Update upstreams copyright years to -2007-2010, as german translation included. * Add myself to Uploaders. * debian/rules: Remove installed lib.pod in /usr/share/perl5/POD2/DE/local. -- Salvatore Bonaccorso Sat, 12 Jun 2010 10:02:18 +0200 liblocal-lib-perl (1.006000-1) unstable; urgency=low * New upstream release. * Convert to source format 3.0 (quilt). * Add /me to Uploaders. * Bump debhelper dependency to 7.2.13 (Module::AutoInstall). -- gregor herrmann Thu, 01 Apr 2010 21:59:32 +0200 liblocal-lib-perl (1.005001-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Standards-Version 3.8.4 (no changes) * Use new DEP5 copyright format [ gregor herrmann ] * (Build) depend on perl >= 5.10 to make sure we have CPAN 1.82. -- Jonathan Yu Thu, 11 Mar 2010 11:32:27 -0500 liblocal-lib-perl (1.004009-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release [ gregor herrmann ] * debian/rules: remove generated stuff in clean target. -- Jonathan Yu Thu, 19 Nov 2009 07:54:58 -0500 liblocal-lib-perl (1.004008-1) unstable; urgency=low * Initial Release. (Closes: #533470) -- Jonathan Yu Mon, 26 Oct 2009 16:30:21 -0400 debian/liblocal-lib-perl.examples0000644000000000000000000000000512231542170014203 0ustar eg/* debian/compat0000644000000000000000000000000212231542170010361 0ustar 8 debian/copyright0000644000000000000000000000315412231542170011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: local-lib Upstream-Contact: Matt S Trout Source: https://metacpan.org/release/local-lib/ Files: * Copyright: 2007-2010, Matt S Trout 2007-2010, Christopher Nehren 2007-2010, Mark Stosberg 2007-2010, Torsten Raudssus 2007-2010, Hans Dieter Pearcey 2007-2010, Curtis Jewell 2007-2010, Breno G. de Oliveira License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, 2010, Jonathan Yu 2010-2013, Salvatore Bonaccorso 2010-2013, gregor herrmann 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 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000016012231542170010211 0ustar version=3 https://metacpan.org/release/local-lib/ .*/local-lib-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$