[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#623390: patch adding Ruby-Versions as a known binary/dsc field



tags 623390 patch
thanks

Hello Lintian maintainers,

You will follow attached a patch that adds the Ruby-Versions field to
the lists of known fields for binary and source control files. This
field is used by the new infrastructure that the Debian Ruby team is
putting in place during the wheezy development cycle. 

Please consider including this patch in the next release of lintian.

-- 
Antonio Terceiro <terceiro@softwarelivre.org>
http://softwarelivre.org/terceiro


From 11c46e70b31c87c3ccb348e3aefac6a80ab943ac Mon Sep 17 00:00:00 2001
From: Antonio Terceiro <terceiro@softwarelivre.org>
Date: Sat, 7 May 2011 15:40:41 -0700
Subject: [PATCH] Add Ruby-Versions field to list of known fields (Closes:
 #623390)

---
 checks/fields             |    2 +-
 data/common/source-fields |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/checks/fields b/checks/fields
index ea77f61..6e51c9b 100644
--- a/checks/fields
+++ b/checks/fields
@@ -78,7 +78,7 @@ our %KNOWN_BINARY_FIELDS = map { $_ => 1 }
      'recommends', 'suggests', 'enhances', 'conflicts', 'provides',
      'replaces', 'breaks', 'essential', 'maintainer', 'section', 'priority',
      'source', 'description', 'installed-size', 'python-version', 'homepage',
-     'bugs', 'origin', 'multi-arch', 'built-using');
+     'bugs', 'origin', 'multi-arch', 'built-using', 'ruby-versions');
 
 # The Ubuntu original-maintainer field is handled separately.
 our %KNOWN_UDEB_FIELDS = map { $_ => 1 }
diff --git a/data/common/source-fields b/data/common/source-fields
index 452d835..17ed60c 100644
--- a/data/common/source-fields
+++ b/data/common/source-fields
@@ -20,6 +20,7 @@ maintainer
 origin
 package-list
 python-version
+ruby-versions
 source
 standards-version
 uploaders
-- 
1.7.5.1

Attachment: signature.asc
Description: Digital signature


Reply to: