r44251 - in /trunk/libtry-tiny-perl/debian: ./ changelog compat control copyright rules watch

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Fri Sep 18 18:31:27 UTC 2009


Author: ansgar-guest
Date: Fri Sep 18 18:31:22 2009
New Revision: 44251

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44251
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libtry-tiny-perl/debian/
    trunk/libtry-tiny-perl/debian/changelog
    trunk/libtry-tiny-perl/debian/compat
    trunk/libtry-tiny-perl/debian/control
    trunk/libtry-tiny-perl/debian/copyright
    trunk/libtry-tiny-perl/debian/rules   (with props)
    trunk/libtry-tiny-perl/debian/watch

Added: trunk/libtry-tiny-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtry-tiny-perl/debian/changelog?rev=44251&op=file
==============================================================================
--- trunk/libtry-tiny-perl/debian/changelog (added)
+++ trunk/libtry-tiny-perl/debian/changelog Fri Sep 18 18:31:22 2009
@@ -1,0 +1,5 @@
+libtry-tiny-perl (0.02-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #547299)
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Thu, 17 Sep 2009 20:49:46 +0200

Added: trunk/libtry-tiny-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtry-tiny-perl/debian/compat?rev=44251&op=file
==============================================================================
--- trunk/libtry-tiny-perl/debian/compat (added)
+++ trunk/libtry-tiny-perl/debian/compat Fri Sep 18 18:31:22 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libtry-tiny-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtry-tiny-perl/debian/control?rev=44251&op=file
==============================================================================
--- trunk/libtry-tiny-perl/debian/control (added)
+++ trunk/libtry-tiny-perl/debian/control Fri Sep 18 18:31:22 2009
@@ -1,0 +1,29 @@
+Source: libtry-tiny-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/Try-Tiny/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtry-tiny-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtry-tiny-perl/
+
+Package: libtry-tiny-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: Perl module providing minimal try/catch
+ Try::Tiny provides bare bones try/catch statements that are designed to
+ minimize common mistakes with eval blocks, and NOTHING else.
+ .
+ This is unlike TryCatch which provides a nice syntax and avoids adding
+ another call stack layer, and supports calling return from the try block to
+ return from the parent subroutine. These extra features come at a cost of a
+ few dependencies, namely Devel::Declare and Scope::Upper which are
+ occasionally problematic, and the additional catch filtering uses Moose type
+ constraints which may not be desirable either.
+ .
+ The main focus of this module is to provide simple and reliable error
+ handling for those having a hard time installing TryCatch, but who still want
+ to write correct eval blocks without 5 lines of boilerplate each time.

Added: trunk/libtry-tiny-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtry-tiny-perl/debian/copyright?rev=44251&op=file
==============================================================================
--- trunk/libtry-tiny-perl/debian/copyright (added)
+++ trunk/libtry-tiny-perl/debian/copyright Fri Sep 18 18:31:22 2009
@@ -1,0 +1,32 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Yuval Kogman <nothingmuch at woobling.org>
+Upstream-Source: http://search.cpan.org/dist/Try-Tiny/
+Upstream-Name: Try-Tiny
+
+Files: *
+Copyright: © 2009, Yuval Kogman <nothingmuch at woobling.org>
+License: MIT
+
+Files: debian/*
+Copyright: © 2009, Ansgar Burchardt <ansgar at 43-1.org>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.

Added: trunk/libtry-tiny-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtry-tiny-perl/debian/rules?rev=44251&op=file
==============================================================================
--- trunk/libtry-tiny-perl/debian/rules (added)
+++ trunk/libtry-tiny-perl/debian/rules Fri Sep 18 18:31:22 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libtry-tiny-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtry-tiny-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtry-tiny-perl/debian/watch?rev=44251&op=file
==============================================================================
--- trunk/libtry-tiny-perl/debian/watch (added)
+++ trunk/libtry-tiny-perl/debian/watch Fri Sep 18 18:31:22 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Try-Tiny/   .*/Try-Tiny-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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