[dh-make-perl] 01/02: Debian::Control::Stanza::Source: add Rules_Requires_Root

gregor herrmann gregoa at debian.org
Tue Nov 21 17:47:43 UTC 2017


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 655081f0c996ca182f75f3ae8a4451f93d1be3bc
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Nov 21 18:45:47 2017 +0100

    Debian::Control::Stanza::Source: add Rules_Requires_Root
    
    to list of known fields.
---
 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 eb789bb..c219ad5 100644
--- a/lib/Debian/Control/Stanza/Source.pm
+++ b/lib/Debian/Control/Stanza/Source.pm
@@ -65,6 +65,8 @@ replaced with underscores.
 
 =item Testsuite
 
+=item Rules_Requires_Root
+
 =back
 
 All Build_... fields are converted into objects of L<Debian::Dependencies>
@@ -85,7 +87,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 Testsuite
+    XS_Autobuild Testsuite Rules_Requires_Root
 );
 
 =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