r58916 - in /trunk/libtap-harness-archive-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

alanhaggai-guest at users.alioth.debian.org alanhaggai-guest at users.alioth.debian.org
Sun Jun 6 02:47:16 UTC 2010


Author: alanhaggai-guest
Date: Sun Jun  6 02:47:01 2010
New Revision: 58916

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

Added:
    trunk/libtap-harness-archive-perl/debian/
    trunk/libtap-harness-archive-perl/debian/changelog
    trunk/libtap-harness-archive-perl/debian/compat
    trunk/libtap-harness-archive-perl/debian/control
    trunk/libtap-harness-archive-perl/debian/copyright
    trunk/libtap-harness-archive-perl/debian/rules   (with props)
    trunk/libtap-harness-archive-perl/debian/source/
    trunk/libtap-harness-archive-perl/debian/source/format
    trunk/libtap-harness-archive-perl/debian/watch

Added: trunk/libtap-harness-archive-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtap-harness-archive-perl/debian/changelog?rev=58916&op=file
==============================================================================
--- trunk/libtap-harness-archive-perl/debian/changelog (added)
+++ trunk/libtap-harness-archive-perl/debian/changelog Sun Jun  6 02:47:01 2010
@@ -1,0 +1,5 @@
+libtap-harness-archive-perl (0.14-1) unstable; urgency=low
+
+  * Initial Release. (closes: #584077)
+
+ -- Alan Haggai Alavi <alanhaggai at alanhaggai.org>  Sat, 5 Jun 2010 16:10:53 +0530

Added: trunk/libtap-harness-archive-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtap-harness-archive-perl/debian/compat?rev=58916&op=file
==============================================================================
--- trunk/libtap-harness-archive-perl/debian/compat (added)
+++ trunk/libtap-harness-archive-perl/debian/compat Sun Jun  6 02:47:01 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libtap-harness-archive-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtap-harness-archive-perl/debian/control?rev=58916&op=file
==============================================================================
--- trunk/libtap-harness-archive-perl/debian/control (added)
+++ trunk/libtap-harness-archive-perl/debian/control Sun Jun  6 02:47:01 2010
@@ -1,0 +1,20 @@
+Source: libtap-harness-archive-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), libmodule-build-perl
+Build-Depends-Indep: libyaml-tiny-perl, perl (>= 5.10.0),
+ perl (>= 5.10.1) | libtest-harness-perl (>= 3.05)
+Maintainer: Alan Haggai Alavi <alanhaggai at alanhaggai.org>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/TAP-Harness-Archive/
+
+Package: libtap-harness-archive-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libyaml-tiny-perl, perl (>= 5.10.0),
+ perl (>= 5.10.1) | libtest-harness-perl (>= 3.05)
+Description: Create an archive of TAP test results
+ TAP::Harness::Archive is a direct subclass of TAP::Harness and behaves in
+ exactly the same way except for one detail. In addition to outputting a
+ running progress of the tests and an ending summary it can also capture all
+ of the raw TAP from the individual test files or streams into an archive file
+ (.tar or .tar.gz).

Added: trunk/libtap-harness-archive-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtap-harness-archive-perl/debian/copyright?rev=58916&op=file
==============================================================================
--- trunk/libtap-harness-archive-perl/debian/copyright (added)
+++ trunk/libtap-harness-archive-perl/debian/copyright Sun Jun  6 02:47:01 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Michael Peters <mpeters at plusthree.com>
+Source: http://search.cpan.org/dist/TAP-Harness-Archive/
+Name: TAP-Harness-Archive
+
+Files: *
+Copyright: 2007, Michael Peters <mpeters at plusthree.com>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Alan Haggai Alavi <alanhaggai at alanhaggai.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/libtap-harness-archive-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtap-harness-archive-perl/debian/rules?rev=58916&op=file
==============================================================================
--- trunk/libtap-harness-archive-perl/debian/rules (added)
+++ trunk/libtap-harness-archive-perl/debian/rules Sun Jun  6 02:47:01 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libtap-harness-archive-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtap-harness-archive-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtap-harness-archive-perl/debian/source/format?rev=58916&op=file
==============================================================================
--- trunk/libtap-harness-archive-perl/debian/source/format (added)
+++ trunk/libtap-harness-archive-perl/debian/source/format Sun Jun  6 02:47:01 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libtap-harness-archive-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtap-harness-archive-perl/debian/watch?rev=58916&op=file
==============================================================================
--- trunk/libtap-harness-archive-perl/debian/watch (added)
+++ trunk/libtap-harness-archive-perl/debian/watch Sun Jun  6 02:47:01 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/TAP-Harness-Archive/   .*/TAP-Harness-Archive-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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