[libconfig-model-dpkg-perl] 01/04: add comment

dod at debian.org dod at debian.org
Mon Oct 2 17:51:30 UTC 2017


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

dod pushed a commit to annotated tag debian/2.100
in repository libconfig-model-dpkg-perl.

commit 7cd2b55cd0397398a717e73e9c056201cd53fee0
Author: Dominique Dumont <dod at debian.org>
Date:   Fri Sep 29 15:28:02 2017 +0200

    add comment
---
 lib/Config/Model/Backend/Dpkg/Control.pm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/Config/Model/Backend/Dpkg/Control.pm b/lib/Config/Model/Backend/Dpkg/Control.pm
index 9986784..496b8c8 100644
--- a/lib/Config/Model/Backend/Dpkg/Control.pm
+++ b/lib/Config/Model/Backend/Dpkg/Control.pm
@@ -233,6 +233,8 @@ my @move_after = (
 );
 
 sub package_spec ( $self, $node ) {
+    # can't use a static list as element can be created by user (with
+    # the accept condition)
     my @list = $node->get_element_name;
     _re_order(\@list, \@move_after);
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.git



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