debian/0000755000000000000000000000000012231226022007156 5ustar debian/watch0000644000000000000000000000016412116670353010224 0ustar version=3 https://metacpan.org/release/Devel-Caller/ .*/Devel-Caller-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000003512116670353010250 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000232312116670353011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Devel-Caller Source: https://metacpan.org/release/Devel-Caller/ Upstream-Contact: Richard Clamp Files: * Copyright: 2002-2013, Richard Clamp License: Artistic or GPL-1+ Files: debian/* Copyright: 2007-2008, Niko Tyni 2007, Alexis Sukrieh 2010, Ansgar Burchardt 2010, Jonathan Yu 2013, Xavier Guimard 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/source/0000755000000000000000000000000012116670353010472 5ustar debian/source/format0000644000000000000000000000001412116670353011700 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212116670353010370 0ustar 9 debian/control0000644000000000000000000000225612116670353010602 0ustar Source: libdevel-caller-perl Maintainer: Debian Perl Group Uploaders: Niko Tyni , Jonathan Yu , Ansgar Burchardt , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312), libpadwalker-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-caller-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-caller-perl.git Homepage: https://metacpan.org/release/Devel-Caller/ Package: libdevel-caller-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libpadwalker-perl Description: module providing enhanced caller() support Devel::Caller is a Perl module that provides several useful functions for introspecting your code deeper than the internal function "caller()" does. It allows you to access arguments passed to a function or even retrieve the code reference of the subroutine being invoked at the call frame indicated by the given level. debian/changelog0000644000000000000000000000667212231226022011043 0ustar libdevel-caller-perl (2.06-1build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 14:28:50 +0100 libdevel-caller-perl (2.06-1) unstable; urgency=low [ Ansgar Burchardt ] * Email change: Ansgar Burchardt -> ansgar@debian.org * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ Xavier Guimard ] * Imported Upstream version 2.06 * Remove pod patch now included in upstream * Update debian/copyright (years and format) * Bump Standards-Version to 3.9.4 * Bump debhelper compatibility to 9 to get hardening flags -- Xavier Guimard Fri, 08 Mar 2013 07:12:22 +0100 libdevel-caller-perl (2.05-1) unstable; urgency=low * New upstream release. * Use source format 3.0 (quilt); drop quilt framework and README.source. * debian/watch: Use extended regular expression to match upstream releases. * Add myself to Uploaders. -- Ansgar Burchardt Sat, 10 Apr 2010 17:23:41 +0900 libdevel-caller-perl (2.04-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Standards-Version 3.8.4 (drop perl version dep) * Removed Alexis Sukrieh from Uploaders (Closes: #536132) * Add myself to Uploaders and Copyright * Use new short debhelper 7 rules format * Rewrite control description * Update copyright to DEP5 format * Add a patch to fix POD errors [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * Change my email address. * Update years of upstream coypright. -- Jonathan Yu Wed, 17 Feb 2010 15:11:20 -0500 libdevel-caller-perl (2.03-1) unstable; urgency=low [ Jose Luis Rivas ] * New upstream release * debian/rules: touch $@ instead of *-stamp. [ Niko Tyni ] * Update debian/copyright. * No need to remove upstream MacOS resource forks in debian/rules anymore. * Don't set INSTALLVENDORLIB etc., conditionally remove the empty usr/share/perl5 directory instead. -- Niko Tyni Sun, 13 Jan 2008 21:59:54 +0200 libdevel-caller-perl (2.02-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/rules: - remove empty /usr/share/perl5 directory - let install-stamp depend on build-stamp - don't create .packlist file [ Damyan Ivanov ] * [debian/watch] Stop capturing file extension [ Martín Ferrari ] * New upstream release. * debian/control: - bumped Standards-Version (no changes). - removed libmodule-build-perl dependency (the module now uses MakeMaker). * debian/watch: removed unneeded comment, changed URL to match dist/ page. * debian/copyright: converted to new format, updated copyright info. * debian/rules: mostly rewritten, because of the switch to MakeMaker and some incorrect debhelper invocations. [ Niko Tyni ] * Add myself to Uploaders. * Set INSTALLVENDORLIB=/usr/lib/perl5/ to prevent Extutils::MakeMaker creating an empty /usr/share/perl5 directory. * Remove a useless call to dh_installexamples. -- Niko Tyni Sat, 29 Dec 2007 12:00:04 +0200 libdevel-caller-perl (0.11-1) unstable; urgency=low * Initial Release. -- Alexis Sukrieh Fri, 17 Aug 2007 19:52:57 +0200