[libconfig-model-dpkg-perl] 03/03: Patch model: Added Bug-Debian field

dod at debian.org dod at debian.org
Wed Sep 23 17:41:24 UTC 2015


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

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit fcdaa9576ec22511c8863e6f4bc4f4ac485e1958
Author: Dominique Dumont <dod at debian.org>
Date:   Wed Sep 23 19:41:04 2015 +0200

    Patch model: Added Bug-Debian field
---
 lib/Config/Model/models/Dpkg/Patch.pl | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/lib/Config/Model/models/Dpkg/Patch.pl b/lib/Config/Model/models/Dpkg/Patch.pl
index b383210..a7f6208 100644
--- a/lib/Config/Model/models/Dpkg/Patch.pl
+++ b/lib/Config/Model/models/Dpkg/Patch.pl
@@ -59,6 +59,17 @@ The vendor name is explicitly encoded in the field name so that vendors can shar
 
 To get a vendor bug (like Bug-Foo) in the graphical editor, right-click on the patch name, enter "C<Bug-Foo>" (or any other value) in the "C<accept:>" entry and hit "Return". A new element will be created that
 you can fill like the C<Bug> field.',
+        'summary' => 'URL for related upstream bug(s)',
+        'type' => 'list'
+      },
+      'Bug-Debian',
+      {
+        'cargo' => {
+          'type' => 'leaf',
+          'value_type' => 'uniline'
+        },
+        'description' => 'This field contains one URL pointing to the related bug (possibly fixed by the patch). The Bug-Debian field is reserved for the bug URL in Debian BTS. Those fields can be used multiple times if several bugs are concerned.',
+        'summary' => 'URL for related bug in Debian BTS',
         'type' => 'list'
       },
       'Forwarded',

-- 
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