r40601 - in /trunk/libtest-xt-perl/debian: ./ changelog compat control copyright libtest-xt-perl.docs rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Jul 23 16:09:37 UTC 2009


Author: jawnsy-guest
Date: Thu Jul 23 16:09:30 2009
New Revision: 40601

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

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

Added: trunk/libtest-xt-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-xt-perl/debian/changelog?rev=40601&op=file
==============================================================================
--- trunk/libtest-xt-perl/debian/changelog (added)
+++ trunk/libtest-xt-perl/debian/changelog Thu Jul 23 16:09:30 2009
@@ -1,0 +1,7 @@
+libtest-xt-perl (0.02-1) UNRELEASED; urgency=low
+
+  Not sure if anyone needs this. It'll sit in the repository for now.
+
+  * Initial Release.
+
+ -- Jonathan Yu <frequency at cpan.org>  Thu, 23 Jul 2009 07:53:07 -0400

Added: trunk/libtest-xt-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-xt-perl/debian/compat?rev=40601&op=file
==============================================================================
--- trunk/libtest-xt-perl/debian/compat (added)
+++ trunk/libtest-xt-perl/debian/compat Thu Jul 23 16:09:30 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libtest-xt-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-xt-perl/debian/control?rev=40601&op=file
==============================================================================
--- trunk/libtest-xt-perl/debian/control (added)
+++ trunk/libtest-xt-perl/debian/control Thu Jul 23 16:09:30 2009
@@ -1,0 +1,24 @@
+Source: libtest-xt-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.8.0), libtest-minimumversion-perl (>= 0.008),
+ libperl-minimumversion-perl (>= 1.20), libtest-cpan-meta-perl (>= 0.12),
+ libfile-remove-perl (>= 1.42), libpod-simple-perl (>= 3.07),
+ libtest-pod-perl (>= 1.26)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <frequency at cpan.org>
+Standards-Version: 3.8.2
+Homepage: http://search.cpan.org/dist/Test-XT/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-xt-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-xt-perl/
+
+Package: libtest-xt-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.8.0)
+Description: Perl module to generate best-practice author tests
+ Test::XT is a module intended for use in code generators, release automation
+ tools and other ancillary systems. It generates an appropriate test script
+ for various best-practice author testing modules, with behaviour that adjusts
+ to the type of execution environment -- automated testing or author release
+ testing -- doing the right thing in case of failure.

Added: trunk/libtest-xt-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-xt-perl/debian/copyright?rev=40601&op=file
==============================================================================
--- trunk/libtest-xt-perl/debian/copyright (added)
+++ trunk/libtest-xt-perl/debian/copyright Thu Jul 23 16:09:30 2009
@@ -1,0 +1,35 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Adam Kennedy <adamk at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Test-XT/
+Upstream-Name: Test-XT
+
+Files: *
+Copyright: 2009, Adam Kennedy <adamk at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+License: Artistic | GPL-1+
+
+Files: inc/Module/*
+Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
+ 2002-2009, Audrey Tang <autrijus at autrijus.org>
+ 2002-2009, Brian Ingerson <ingy at cpan.org>
+License-Alias: Perl
+License: Artistic | 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-xt-perl/debian/libtest-xt-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-xt-perl/debian/libtest-xt-perl.docs?rev=40601&op=file
==============================================================================
--- trunk/libtest-xt-perl/debian/libtest-xt-perl.docs (added)
+++ trunk/libtest-xt-perl/debian/libtest-xt-perl.docs Thu Jul 23 16:09:30 2009
@@ -1,0 +1,1 @@
+README

Added: trunk/libtest-xt-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-xt-perl/debian/rules?rev=40601&op=file
==============================================================================
--- trunk/libtest-xt-perl/debian/rules (added)
+++ trunk/libtest-xt-perl/debian/rules Thu Jul 23 16:09:30 2009
@@ -1,0 +1,8 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+override_dh_auto_test:
+	AUTOMATED_TESTING=1 dh_auto_test
+

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

Added: trunk/libtest-xt-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-xt-perl/debian/watch?rev=40601&op=file
==============================================================================
--- trunk/libtest-xt-perl/debian/watch (added)
+++ trunk/libtest-xt-perl/debian/watch Thu Jul 23 16:09:30 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Test-XT/   .*/Test-XT-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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