r52083 - in /trunk/libtest-exit-perl/debian: ./ changelog compat control copyright libtest-exit-perl.docs rules watch

mxey-guest at users.alioth.debian.org mxey-guest at users.alioth.debian.org
Tue Feb 2 20:46:27 UTC 2010


Author: mxey-guest
Date: Tue Feb  2 20:46:18 2010
New Revision: 52083

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

Added:
    trunk/libtest-exit-perl/debian/
    trunk/libtest-exit-perl/debian/changelog
    trunk/libtest-exit-perl/debian/compat
    trunk/libtest-exit-perl/debian/control
    trunk/libtest-exit-perl/debian/copyright
    trunk/libtest-exit-perl/debian/libtest-exit-perl.docs
    trunk/libtest-exit-perl/debian/rules   (with props)
    trunk/libtest-exit-perl/debian/watch

Added: trunk/libtest-exit-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exit-perl/debian/changelog?rev=52083&op=file
==============================================================================
--- trunk/libtest-exit-perl/debian/changelog (added)
+++ trunk/libtest-exit-perl/debian/changelog Tue Feb  2 20:46:18 2010
@@ -1,0 +1,5 @@
+libtest-exit-perl (0.03-1) UNRELEASED; urgency=low
+
+  * Initial Release (closes: #568147)
+
+ -- Maximilian Gass <mxey at cloudconnected.org>  Tue, 2 Feb 2010 19:26:06 +0100

Added: trunk/libtest-exit-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exit-perl/debian/compat?rev=52083&op=file
==============================================================================
--- trunk/libtest-exit-perl/debian/compat (added)
+++ trunk/libtest-exit-perl/debian/compat Tue Feb  2 20:46:18 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libtest-exit-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exit-perl/debian/control?rev=52083&op=file
==============================================================================
--- trunk/libtest-exit-perl/debian/control (added)
+++ trunk/libtest-exit-perl/debian/control Tue Feb  2 20:46:18 2010
@@ -1,0 +1,25 @@
+Source: libtest-exit-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.10.1)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Maximilian Gass <mxey at cloudconnected.org>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/Test-Exit/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-exit-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-exit-perl/
+
+Package: libtest-exit-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.10.1)
+Description: Tests whether code exits without terminating testing
+ Test::Exit provides some simple tools for testing that code does or does not
+ call exit(), while stopping code that does exit at the point of the exit().
+ Currently it does so by means of exceptions, so it will not function properly
+ if the code under test calls exit() inside of an eval block or string.
+ .
+ The only criterion tested is that the supplied code does or does not call
+ exit(). If the code throws an exception, the exception will be propagated and
+ you will have to call it yourself. die()ing is not exiting for the purpose of
+ these tests.

Added: trunk/libtest-exit-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exit-perl/debian/copyright?rev=52083&op=file
==============================================================================
--- trunk/libtest-exit-perl/debian/copyright (added)
+++ trunk/libtest-exit-perl/debian/copyright Tue Feb  2 20:46:18 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Andrew Rodland <andrew at hbslabs.com>
+Source: http://search.cpan.org/dist/Test-Exit/
+Name: Test-Exit
+
+Files: *
+Copyright: 2009, HBS Labs, LLC.
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Maximilian Gass <mxey at cloudconnected.org>
+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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libtest-exit-perl/debian/libtest-exit-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exit-perl/debian/libtest-exit-perl.docs?rev=52083&op=file
==============================================================================
--- trunk/libtest-exit-perl/debian/libtest-exit-perl.docs (added)
+++ trunk/libtest-exit-perl/debian/libtest-exit-perl.docs Tue Feb  2 20:46:18 2010
@@ -1,0 +1,2 @@
+README
+t/todo-exception-handling.t

Added: trunk/libtest-exit-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exit-perl/debian/rules?rev=52083&op=file
==============================================================================
--- trunk/libtest-exit-perl/debian/rules (added)
+++ trunk/libtest-exit-perl/debian/rules Tue Feb  2 20:46:18 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libtest-exit-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtest-exit-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exit-perl/debian/watch?rev=52083&op=file
==============================================================================
--- trunk/libtest-exit-perl/debian/watch (added)
+++ trunk/libtest-exit-perl/debian/watch Tue Feb  2 20:46:18 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Test-Exit/   .*/Test-Exit-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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