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 <d...@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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to