[dh-make-perl] 01/01: Add 'Testsuite' as a valid field to Debian::Control::Stanza::Source.

gregor herrmann gregoa at debian.org
Mon Oct 13 21:54:28 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository dh-make-perl.

commit b8353fc21dc70fe62370ca0f6c4dc05efb51955b
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Oct 13 23:51:48 2014 +0200

    Add 'Testsuite' as a valid field to Debian::Control::Stanza::Source.
---
 lib/Debian/Control/Stanza/Source.pm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lib/Debian/Control/Stanza/Source.pm b/lib/Debian/Control/Stanza/Source.pm
index 1a83ebc..0afb432 100644
--- a/lib/Debian/Control/Stanza/Source.pm
+++ b/lib/Debian/Control/Stanza/Source.pm
@@ -63,6 +63,8 @@ replaced with underscores.
 
 =item XS_Autobuild
 
+=item Testsuite
+
 =back
 
 All Build_... fields are converted into objects of L<Debian::Dependencies>
@@ -83,7 +85,7 @@ use constant fields => qw (
     Source Section Priority Maintainer Uploaders DM_Upload_Allowed 
     Build_Conflicts Build_Conflicts_Indep Build_Depends Build_Depends_Indep
     Standards_Version Vcs_Browser Vcs_Bzr Vcs_CVS Vcs_Git Vcs_Svn Homepage
-    XS_Autobuild
+    XS_Autobuild Testsuite
 );
 
 =head1 CONSTRUCTOR

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/dh-make-perl.git



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