[libdevel-callsite-perl] 01/01: Imported Debian patch 0.07-1

Salvatore Bonaccorso carnil at debian.org
Mon Oct 7 20:04:10 UTC 2013


This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libdevel-callsite-perl.

commit 5c561cbb3f8b40f03c5c830bc398c6b7303c9b37
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Mon Oct 7 14:22:15 2013 +0200

    Imported Debian patch 0.07-1
---
 debian/changelog     |    5 +++++
 debian/compat        |    1 +
 debian/control       |   30 ++++++++++++++++++++++++++++++
 debian/copyright     |   36 ++++++++++++++++++++++++++++++++++++
 debian/rules         |    4 ++++
 debian/source/format |    1 +
 debian/watch         |    2 ++
 7 files changed, 79 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b74480a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libdevel-callsite-perl (0.07-1) unstable; urgency=low
+
+  * Initial Release (Closes: #725683).
+
+ -- Salvatore Bonaccorso <carnil at debian.org>  Mon, 07 Oct 2013 14:22:15 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..0ae75da
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: libdevel-callsite-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Salvatore Bonaccorso <carnil at debian.org>
+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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..841322f
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+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 <rocky at cpan.org>
+
+Files: *
+Copyright: 2013 Rocky Bernstein <rocky at cpan.org>
+ 2013, Ted Zlatanov, <tzz at lifelogs.com>
+ 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 <carnil at debian.org>
+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'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..90eade0
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Devel-Callsite/   .*/Devel-Callsite-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdevel-callsite-perl.git



More information about the Pkg-perl-cvs-commits mailing list