r31624 - in /trunk/libtest-output-perl/debian: ./ README.source changelog compat control copyright patches/ patches/fix-whatis patches/series rules watch

antonio-guest at users.alioth.debian.org antonio-guest at users.alioth.debian.org
Sat Mar 7 11:29:23 UTC 2009


Author: antonio-guest
Date: Sat Mar  7 11:29:20 2009
New Revision: 31624

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

Added:
    trunk/libtest-output-perl/debian/
    trunk/libtest-output-perl/debian/README.source
    trunk/libtest-output-perl/debian/changelog
    trunk/libtest-output-perl/debian/compat
    trunk/libtest-output-perl/debian/control
    trunk/libtest-output-perl/debian/copyright
    trunk/libtest-output-perl/debian/patches/
    trunk/libtest-output-perl/debian/patches/fix-whatis
    trunk/libtest-output-perl/debian/patches/series
    trunk/libtest-output-perl/debian/rules   (with props)
    trunk/libtest-output-perl/debian/watch

Added: trunk/libtest-output-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-output-perl/debian/README.source?rev=31624&op=file
==============================================================================
--- trunk/libtest-output-perl/debian/README.source (added)
+++ trunk/libtest-output-perl/debian/README.source Sat Mar  7 11:29:20 2009
@@ -1,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.

Added: trunk/libtest-output-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-output-perl/debian/changelog?rev=31624&op=file
==============================================================================
--- trunk/libtest-output-perl/debian/changelog (added)
+++ trunk/libtest-output-perl/debian/changelog Sat Mar  7 11:29:20 2009
@@ -1,0 +1,5 @@
+libtest-output-perl (0.12-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #518587)
+
+ -- Antonio Radici <antonio at dyne.org>  Sat, 7 Mar 2009 11:12:35 +0000

Added: trunk/libtest-output-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-output-perl/debian/compat?rev=31624&op=file
==============================================================================
--- trunk/libtest-output-perl/debian/compat (added)
+++ trunk/libtest-output-perl/debian/compat Sat Mar  7 11:29:20 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libtest-output-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-output-perl/debian/control?rev=31624&op=file
==============================================================================
--- trunk/libtest-output-perl/debian/control (added)
+++ trunk/libtest-output-perl/debian/control Sat Mar  7 11:29:20 2009
@@ -1,0 +1,22 @@
+Source: libtest-output-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), quilt
+Build-Depends-Indep: perl (>= 5.6.0-12), libsub-exporter-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Antonio Radici <antonio at dyne.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Test-Output/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-output-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-output-perl/
+
+Package: libtest-output-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libsub-exporter-perl
+Description: perl module to test stdout and stderr messages
+ Test::Output provides a simple interface for testing output sent to STDOUT 
+ or STDERR. A number of different utilities are included to try and be as 
+ flexible as possible to the tester
+ .
+ Test::Output ties STDOUT and STDERR using Test::Output::Tie, also provided
+ by this package.

Added: trunk/libtest-output-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-output-perl/debian/copyright?rev=31624&op=file
==============================================================================
--- trunk/libtest-output-perl/debian/copyright (added)
+++ trunk/libtest-output-perl/debian/copyright Sat Mar  7 11:29:20 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Shawn Sorichetti <ssoriche at coloredblocks.net>
+Upstream-Source: http://search.cpan.org/dist/Test-Output/
+Upstream-Name: Test-Output
+
+Files: *
+Copyright: 2005, Shawn Sorichetti <ssoriche at coloredblocks.net>
+License-Alias: Perl
+License: GPL-1+ | Artistic
+
+Files: debian/*
+Copyright: 2009, Antonio Radici <antonio at dyne.org>
+License: GPL-1+ | Artistic
+
+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-output-perl/debian/patches/fix-whatis
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-output-perl/debian/patches/fix-whatis?rev=31624&op=file
==============================================================================
--- trunk/libtest-output-perl/debian/patches/fix-whatis (added)
+++ trunk/libtest-output-perl/debian/patches/fix-whatis Sat Mar  7 11:29:20 2009
@@ -1,0 +1,17 @@
+add a missing whatis entry
+reported upstream: https://rt.cpan.org/Ticket/Display.html?id=43925
+Index: libtest-output-perl-0.12/lib/Test/Output/Tie.pm
+===================================================================
+--- libtest-output-perl-0.12.orig/lib/Test/Output/Tie.pm	2009-03-07 11:18:49.000000000 +0000
++++ libtest-output-perl-0.12/lib/Test/Output/Tie.pm	2009-03-07 11:19:57.000000000 +0000
+@@ -5,6 +5,10 @@
+ use strict;
+ use warnings;
+ 
++=head1 NAME
++
++Test::Output::Tie - module used by Test::Output to tie STDIN and STDOUT
++
+ =head1 DESCRIPTION
+ 
+ You are probably more interested in reading Test::Output.

Added: trunk/libtest-output-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-output-perl/debian/patches/series?rev=31624&op=file
==============================================================================
--- trunk/libtest-output-perl/debian/patches/series (added)
+++ trunk/libtest-output-perl/debian/patches/series Sat Mar  7 11:29:20 2009
@@ -1,0 +1,1 @@
+fix-whatis

Added: trunk/libtest-output-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-output-perl/debian/rules?rev=31624&op=file
==============================================================================
--- trunk/libtest-output-perl/debian/rules (added)
+++ trunk/libtest-output-perl/debian/rules Sat Mar  7 11:29:20 2009
@@ -1,0 +1,25 @@
+#!/usr/bin/make -f
+
+include /usr/share/quilt/quilt.make
+
+build: build-stamp
+build-stamp: $(QUILT_STAMPFN)
+	dh build
+	touch $@
+
+clean: unpatch
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

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

Added: trunk/libtest-output-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-output-perl/debian/watch?rev=31624&op=file
==============================================================================
--- trunk/libtest-output-perl/debian/watch (added)
+++ trunk/libtest-output-perl/debian/watch Sat Mar  7 11:29:20 2009
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Test-Output/   .*/Test-Output-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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