[libreturn-multilevel-perl] 02/02: Initial packaging by maintainer
Florian Schlichting
fsfs at alioth.debian.org
Sun Aug 11 14:29:26 UTC 2013
This is an automated email from the git hooks/post-receive script.
fsfs pushed a commit to branch master
in repository libreturn-multilevel-perl.
commit b1eee166d328c090249684f6b50b0eb19d6027ee
Author: Florian Schlichting <fsfs at debian.org>
Date: Sun Aug 11 16:26:43 2013 +0200
Initial packaging by maintainer
---
debian/changelog | 4 ++--
debian/control | 17 ++++++-----------
debian/copyright | 8 --------
3 files changed, 8 insertions(+), 21 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9c6d416..b5a2178 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libreturn-multilevel-perl (0.03-1) UNRELEASED; urgency=low
+libreturn-multilevel-perl (0.03-1) unstable; urgency=low
* Initial Release. (Closes: #719421)
- -- Florian Schlichting <fsfs at debian.org> Sun, 11 Aug 2013 16:22:53 +0200
+ -- Florian Schlichting <fsfs at debian.org> Sun, 11 Aug 2013 16:26:47 +0200
diff --git a/debian/control b/debian/control
index 9cfeb55..ce35dad 100644
--- a/debian/control
+++ b/debian/control
@@ -13,14 +13,9 @@ Homepage: https://metacpan.org/release/Return-MultiLevel/
Package: libreturn-multilevel-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
-Description: return across multiple call levels
- Return::MultiLevel provides a way to return immediately from a deeply nested
- call stack. This is similar to exceptions, but exceptions don't stop
- automatically at a target frame (and they can be caught by intermediate stack
- frames). In other words, this is more like setjmp(3)/longjmp(3) than
- die|perlfunc/die.
- .
- Another way to think about it is that the "multi-level return" coderef
- represents a single-use/upward-only continuation.
- .
- This description was automagically extracted from the module by dh-make-perl.
+Description: Perl module to enable returning from a nested call stack
+ Return::MultiLevel provides a way to return immediately from a deeply
+ nested call stack. This is similar to exceptions, but exceptions don't
+ stop automatically at a target frame (and they can be caught by
+ intermediate stack frames). In other words, this is more like
+ setjmp(3)/longjmp(3) than die.
diff --git a/debian/copyright b/debian/copyright
index 0953fba..085a6ab 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,14 +2,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Return-MultiLevel
Source: https://metacpan.org/release/Return-MultiLevel/
Upstream-Contact: Lukas Mai <l.mai at web.de>
-DISCLAIMER: This copyright info was automatically extracted
- from the perl module. It may not be accurate, so you better
- check the module sources in order to ensure the module for its
- inclusion in Debian or for general legal information. Please,
- if licensing information is incorrectly generated, file a bug
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
Files: *
Copyright: Lukas Mai <l.mai at web.de>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libreturn-multilevel-perl.git
More information about the Pkg-perl-cvs-commits
mailing list