r44294 - in /trunk/libtest-script-perl/debian: changelog control copyright rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Sep 19 13:51:50 UTC 2009


Author: jawnsy-guest
Date: Sat Sep 19 13:51:45 2009
New Revision: 44294

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44294
Log:
Enable author testing per Adam Kennedy's test suite

Modified:
    trunk/libtest-script-perl/debian/changelog
    trunk/libtest-script-perl/debian/control
    trunk/libtest-script-perl/debian/copyright
    trunk/libtest-script-perl/debian/rules

Modified: trunk/libtest-script-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-script-perl/debian/changelog?rev=44294&op=diff
==============================================================================
--- trunk/libtest-script-perl/debian/changelog (original)
+++ trunk/libtest-script-perl/debian/changelog Sat Sep 19 13:51:45 2009
@@ -9,6 +9,7 @@
   * Add myself to Uploaders
   * Standards-Version 3.8.3 (drop perl versioned dependency)
   * Rewrote control description
+  * Enable author testing per Adam Kennedy's test suite
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN

Modified: trunk/libtest-script-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-script-perl/debian/control?rev=44294&op=diff
==============================================================================
--- trunk/libtest-script-perl/debian/control (original)
+++ trunk/libtest-script-perl/debian/control Sat Sep 19 13:51:45 2009
@@ -2,7 +2,9 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libipc-run3-perl, libprobe-perl-perl
+Build-Depends-Indep: perl, libipc-run3-perl, libtest-cpan-meta-perl,
+ libtest-pod-perl (>= 1.26), libprobe-perl-perl, libperl-minimumversion-perl,
+ libtest-minimumversion-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Vincent Danjean <vdanjean at debian.org>, Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.8.3

Modified: trunk/libtest-script-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-script-perl/debian/copyright?rev=44294&op=diff
==============================================================================
--- trunk/libtest-script-perl/debian/copyright (original)
+++ trunk/libtest-script-perl/debian/copyright Sat Sep 19 13:51:45 2009
@@ -14,6 +14,13 @@
  2008, Vincent Danjean <vdanjean at debian.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.

Modified: trunk/libtest-script-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-script-perl/debian/rules?rev=44294&op=diff
==============================================================================
--- trunk/libtest-script-perl/debian/rules (original)
+++ trunk/libtest-script-perl/debian/rules Sat Sep 19 13:51:45 2009
@@ -2,3 +2,7 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	AUTOMATED_TESTING=1 dh_auto_test
+




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