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

[SCM] Debian package checker branch, master, updated. 2.5.0-rc1-40-gd270517



The following commit has been merged in the master branch:
commit d270517f97e957ad17ee419bbcf30d8687a827c8
Author: Niels Thykier <niels@thykier.net>
Date:   Mon Mar 28 22:08:15 2011 +0200

    Added "built-using" as a known binary/udeb field (for dpkg 1.16.0)

diff --git a/checks/fields b/checks/fields
index 65f4f57..d900fcb 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');
+     'bugs', 'origin', 'multi-arch', 'built-using');
 
 # The Ubuntu original-maintainer field is handled separately.
 our %KNOWN_UDEB_FIELDS = map { $_ => 1 }
@@ -86,7 +86,7 @@ our %KNOWN_UDEB_FIELDS = map { $_ => 1 }
      'recommends', 'enhances', 'provides', 'replaces', 'breaks', 'replaces',
      'maintainer', 'section', 'priority', 'source', 'description',
      'installed-size', 'kernel-version', 'installer-menu-item', 'bugs',
-     'origin');
+     'origin', 'built-using');
 
 our %known_obsolete_fields = map { $_ => 1 }
     ('revision', 'package-revision', 'package_revision',
diff --git a/debian/changelog b/debian/changelog
index fc88542..0c794ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -36,6 +36,8 @@ lintian (2.5.0~rc2) UNRELEASED; urgency=low
       the report and clarification.  (Closes: #619487)
     + [NT] Accepted patch from Joachim Breitner to support new Haskell
       package naming scheme.
+    + [NT] Added Built-Using as a known binary and udeb field.  This
+      field is supported with dpkg 1.16.0.
   * checks/files:
     + [NT] Also check files in /etc/cron.d for dots in filenames.  Thanks
       to Thijs Kinkhorst for the report and patch.  (Closes: #615072)

-- 
Debian package checker


Reply to: