r64281 - in /trunk/libtest-fatal-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Oct 26 20:45:32 UTC 2010


Author: gregoa
Date: Tue Oct 26 20:45:18 2010
New Revision: 64281

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

Added:
    trunk/libtest-fatal-perl/debian/
    trunk/libtest-fatal-perl/debian/changelog
    trunk/libtest-fatal-perl/debian/compat
    trunk/libtest-fatal-perl/debian/control
    trunk/libtest-fatal-perl/debian/copyright
    trunk/libtest-fatal-perl/debian/rules   (with props)
    trunk/libtest-fatal-perl/debian/source/
    trunk/libtest-fatal-perl/debian/source/format
    trunk/libtest-fatal-perl/debian/watch

Added: trunk/libtest-fatal-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-fatal-perl/debian/changelog?rev=64281&op=file
==============================================================================
--- trunk/libtest-fatal-perl/debian/changelog (added)
+++ trunk/libtest-fatal-perl/debian/changelog Tue Oct 26 20:45:18 2010
@@ -1,0 +1,5 @@
+libtest-fatal-perl (0.001-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: #601497).
+
+ -- gregor herrmann <gregoa at debian.org>  Tue, 26 Oct 2010 22:27:14 +0200

Added: trunk/libtest-fatal-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-fatal-perl/debian/compat?rev=64281&op=file
==============================================================================
--- trunk/libtest-fatal-perl/debian/compat (added)
+++ trunk/libtest-fatal-perl/debian/compat Tue Oct 26 20:45:18 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libtest-fatal-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-fatal-perl/debian/control?rev=64281&op=file
==============================================================================
--- trunk/libtest-fatal-perl/debian/control (added)
+++ trunk/libtest-fatal-perl/debian/control Tue Oct 26 20:45:18 2010
@@ -1,0 +1,25 @@
+Source: libtest-fatal-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libtest-simple-perl (>= 0.94), libtry-tiny-perl (>= 0.07),
+ perl (>= 5.10)
+# actually libtest-simple-perl (>= 0.96) but 0.96 is not yet uploaded and it
+# works fine with 0.94
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Test-Fatal/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-fatal-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-fatal-perl/
+
+Package: libtest-fatal-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libtry-tiny-perl (>= 0.07),
+ perl (>= 5.10)
+Description: module for testing code with exceptions
+ Test::Fatal is an alternative to the popular Test::Exception. It does much
+ less, but should allow greater flexibility in testing exception-throwing code
+ with about the same amount of typing.
+ .
+ It exports one routine by default: exception.

Added: trunk/libtest-fatal-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-fatal-perl/debian/copyright?rev=64281&op=file
==============================================================================
--- trunk/libtest-fatal-perl/debian/copyright (added)
+++ trunk/libtest-fatal-perl/debian/copyright Tue Oct 26 20:45:18 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Ricardo Signes <rjbs at cpan.org>
+Source: http://search.cpan.org/dist/Test-Fatal/
+Name: Test-Fatal
+
+Files: *
+Copyright: 2010, Ricardo Signes <rjbs at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, gregor herrmann <gregoa at debian.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 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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

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

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

Added: trunk/libtest-fatal-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-fatal-perl/debian/source/format?rev=64281&op=file
==============================================================================
--- trunk/libtest-fatal-perl/debian/source/format (added)
+++ trunk/libtest-fatal-perl/debian/source/format Tue Oct 26 20:45:18 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

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




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