debian/0000755000000000000000000000000012224613437007172 5ustar debian/compat0000644000000000000000000000000212224613437010370 0ustar 9 debian/copyright0000644000000000000000000000253712224613437011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Devel-Callsite Source: https://metacpan.org/release/Devel-Callsite/ Upstream-Contact: Rocky Bernstein Files: * Copyright: 2013 Rocky Bernstein 2013, Ted Zlatanov, 2013, Ben Morrow License: Artistic or GPL-2+ Comment: The issue about missing copyright and license was brought to upstream in https://github.com/rocky/Perl-Devel-Callsite/issues/1 . It is also clarified in the git version at https://github.com/rocky/Perl-Devel-Callsite/blob/master/README.pod Files: debian/* Copyright: 2013, Salvatore Bonaccorso License: Artistic or GPL-2+ 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-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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/rules0000755000000000000000000000003612224613437010251 0ustar #!/usr/bin/make -f %: dh $@ debian/watch0000644000000000000000000000017212224613437010223 0ustar version=3 https://metacpan.org/release/Devel-Callsite/ .*/Devel-Callsite-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000257512224613437010606 0ustar Source: libdevel-callsite-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Salvatore Bonaccorso Build-Depends: debhelper (>= 9), perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-callsite-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-callsite-perl.git Homepage: https://metacpan.org/release/Devel-Callsite/ Package: libdevel-callsite-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: Perl module to get caller return OP address and Perl interpreter context Devel::Callsite module provides subroutines to get the caller return OP address and perl interpreter context. . The callsite() function returns the OP address of the caller, a number, one level up from where it was called. It's useful for functions that need to uniquely know where they were called, such as Every::every(); see Every. Or it can be used to pinpoint a location with finer granularity than a line number (see http://www.perlmonks.com/?node_id=987268). In conjunction with an OP tree disassembly you can know exactly where the caller is located in the Perl source. . The context() function returns the interpreter context as a number. This is a fairly unique number together with the call site. debian/source/0000755000000000000000000000000012224613437010472 5ustar debian/source/format0000644000000000000000000000001412224613437011700 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012224613437010621 5ustar debian/patches/manpage-has-bad-whatis-entry.patch0000644000000000000000000000066512224613437017212 0ustar Description: Remove additional =for comment Origin: vendor Forwarded: not-needed Author: Salvatore Bonaccorso Last-Update: 2013-10-07 --- a/Callsite.pm +++ b/Callsite.pm @@ -25,7 +25,6 @@ https://github.com/rocky/Perl-Devel-Callsite/wiki where we can immediately see the results and others can contribute. -=for comment =head1 NAME Devel::Callsite - Get caller return OP address and Perl interpreter context debian/patches/series0000644000000000000000000000004312224613437012033 0ustar manpage-has-bad-whatis-entry.patch debian/changelog0000644000000000000000000000025512224613437011046 0ustar libdevel-callsite-perl (0.07-1) unstable; urgency=low * Initial Release (Closes: #725683). -- Salvatore Bonaccorso Mon, 07 Oct 2013 14:22:15 +0200