r57154 - in /trunk/libtest-inter-perl/debian: ./ changelog compat control copyright libtest-inter-perl.examples rules source/ source/format watch

chrisb at users.alioth.debian.org chrisb at users.alioth.debian.org
Thu Apr 29 21:14:39 UTC 2010


Author: chrisb
Date: Thu Apr 29 21:14:31 2010
New Revision: 57154

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

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

Added: trunk/libtest-inter-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-inter-perl/debian/changelog?rev=57154&op=file
==============================================================================
--- trunk/libtest-inter-perl/debian/changelog (added)
+++ trunk/libtest-inter-perl/debian/changelog Thu Apr 29 21:14:31 2010
@@ -1,0 +1,5 @@
+libtest-inter-perl (1.01-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Chris Butler <chrisb at debian.org>  Thu, 29 Apr 2010 21:27:53 +0100

Added: trunk/libtest-inter-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-inter-perl/debian/compat?rev=57154&op=file
==============================================================================
--- trunk/libtest-inter-perl/debian/compat (added)
+++ trunk/libtest-inter-perl/debian/compat Thu Apr 29 21:14:31 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libtest-inter-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-inter-perl/debian/control?rev=57154&op=file
==============================================================================
--- trunk/libtest-inter-perl/debian/control (added)
+++ trunk/libtest-inter-perl/debian/control Thu Apr 29 21:14:31 2010
@@ -1,0 +1,22 @@
+Source: libtest-inter-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Chris Butler <chrisb at debian.org>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/Test-Inter/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-inter-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-inter-perl/
+
+Package: libtest-inter-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description:framework for more readable interactive test scripts
+ Test::Inter is another framework for writing test scripts. It is loosely
+ inspired by Test::More, and has most of it's functionality, but it is
+ not a drop-in replacement.
+ .
+ This framework offers the ability to write the tests in a more readable
+ format, and you can access specific tests in a reasonably interactive fashion.

Added: trunk/libtest-inter-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-inter-perl/debian/copyright?rev=57154&op=file
==============================================================================
--- trunk/libtest-inter-perl/debian/copyright (added)
+++ trunk/libtest-inter-perl/debian/copyright Thu Apr 29 21:14:31 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Sullivan Beck <sbeck at cpan.org>
+Source: http://search.cpan.org/dist/Test-Inter/
+Name: Test-Inter
+
+Files: *
+Copyright: 2010, Sullivan Beck <sbeck at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Chris Butler <chrisb 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 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-inter-perl/debian/libtest-inter-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-inter-perl/debian/libtest-inter-perl.examples?rev=57154&op=file
==============================================================================
--- trunk/libtest-inter-perl/debian/libtest-inter-perl.examples (added)
+++ trunk/libtest-inter-perl/debian/libtest-inter-perl.examples Thu Apr 29 21:14:31 2010
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libtest-inter-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-inter-perl/debian/rules?rev=57154&op=file
==============================================================================
--- trunk/libtest-inter-perl/debian/rules (added)
+++ trunk/libtest-inter-perl/debian/rules Thu Apr 29 21:14:31 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libtest-inter-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-inter-perl/debian/source/format?rev=57154&op=file
==============================================================================
--- trunk/libtest-inter-perl/debian/source/format (added)
+++ trunk/libtest-inter-perl/debian/source/format Thu Apr 29 21:14:31 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libtest-inter-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-inter-perl/debian/watch?rev=57154&op=file
==============================================================================
--- trunk/libtest-inter-perl/debian/watch (added)
+++ trunk/libtest-inter-perl/debian/watch Thu Apr 29 21:14:31 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Test-Inter/   .*/Test-Inter-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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