r62124 - in /trunk/libtest-regression-perl/debian: ./ changelog compat control copyright rules watch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Aug 28 14:09:27 UTC 2010


Author: periapt-guest
Date: Sat Aug 28 14:09:19 2010
New Revision: 62124

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

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

Added: trunk/libtest-regression-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-regression-perl/debian/changelog?rev=62124&op=file
==============================================================================
--- trunk/libtest-regression-perl/debian/changelog (added)
+++ trunk/libtest-regression-perl/debian/changelog Sat Aug 28 14:09:19 2010
@@ -1,0 +1,5 @@
+libtest-regression-perl (0.05-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #594699)
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Sat, 28 Aug 2010 14:58:26 +0100

Added: trunk/libtest-regression-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-regression-perl/debian/compat?rev=62124&op=file
==============================================================================
--- trunk/libtest-regression-perl/debian/compat (added)
+++ trunk/libtest-regression-perl/debian/compat Sat Aug 28 14:09:19 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libtest-regression-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-regression-perl/debian/control?rev=62124&op=file
==============================================================================
--- trunk/libtest-regression-perl/debian/control (added)
+++ trunk/libtest-regression-perl/debian/control Sat Aug 28 14:09:19 2010
@@ -1,0 +1,22 @@
+Source: libtest-regression-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libalgorithm-diff-perl, libtest-differences-perl,
+ libtest-mockobject-perl, libtext-diff-perl, perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Test-Regression/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-regression-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-regression-perl/
+
+Package: libtest-regression-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libalgorithm-diff-perl,
+ libtest-differences-perl, libtext-diff-perl, perl
+Description: test library for regression testing output
+ This is a Test::More compatible module that provides an ok_regression function
+ which compares the output of a code reference with stored reference files. If
+ necessary the reference files can be regenerated by setting an environment
+ variable.

Added: trunk/libtest-regression-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-regression-perl/debian/copyright?rev=62124&op=file
==============================================================================
--- trunk/libtest-regression-perl/debian/copyright (added)
+++ trunk/libtest-regression-perl/debian/copyright Sat Aug 28 14:09:19 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Nicholas Bamber <nicholas at periapt.co.uk>
+Source: http://search.cpan.org/dist/Test-Regression/
+Name: Test-Regression
+
+Files: *
+Copyright: 2009-2010, Nicholas Bamber <nicholas at periapt.co.uk>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Nicholas Bamber <nicholas at periapt.co.uk>
+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 version 1 of the
+ General Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libtest-regression-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-regression-perl/debian/rules?rev=62124&op=file
==============================================================================
--- trunk/libtest-regression-perl/debian/rules (added)
+++ trunk/libtest-regression-perl/debian/rules Sat Aug 28 14:09:19 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libtest-regression-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-regression-perl/debian/watch?rev=62124&op=file
==============================================================================
--- trunk/libtest-regression-perl/debian/watch (added)
+++ trunk/libtest-regression-perl/debian/watch Sat Aug 28 14:09:19 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Test-Regression/   .*/Test-Regression-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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