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

[SCM] Debian package checker branch, master, updated. 2.2.8-1-g12985f3



The following commit has been merged in the master branch:
commit 12985f36ddaa1dbbdecb2a50e97a69030a627598
Author: Frank Lichtenheld <djpig@debian.org>
Date:   Mon Mar 16 00:14:26 2009 +0100

    Update list of valid sections

diff --git a/checks/fields b/checks/fields
index d49d01d..5367a32 100644
--- a/checks/fields
+++ b/checks/fields
@@ -41,11 +41,13 @@ our %known_archive_parts = map { $_ => 1 }
     ('non-free', 'contrib');
 
 our %known_sections = map { $_ => 1 }
-    ('admin', 'comm', 'devel', 'doc', 'editors', 'electronics',
-     'embedded', 'games', 'gnome', 'graphics', 'hamradio', 'interpreters',
-     'kde', 'libdevel', 'libs', 'mail', 'math', 'misc', 'net', 'news',
-     'oldlibs', 'otherosfs', 'perl', 'python', 'science', 'shells',
-     'sound', 'tex', 'text', 'utils', 'web', 'x11'
+    ('admin', 'comm', 'cli-mono', 'database', 'debug', 'devel', 'doc',
+     'editors', 'electronics', 'embedded', 'fonts', 'games', 'gnome', 'gnu-r',
+     'gnustep', 'graphics', 'hamradio', 'haskell', 'httpd', 'interpreters',
+     'java', 'kde', 'libdevel', 'libs', 'lisp', 'localization', 'kernel', 'mail',
+     'math', 'misc', 'net', 'news', 'ocaml', 'oldlibs', 'otherosfs', 'perl',
+     'php', 'python', 'ruby', 'science', 'shells', 'sound', 'tex', 'text',
+     'utils', 'vcs', 'video', 'web', 'x11', 'xfce', 'zope'
     );
 
 our %known_prios = map { $_ => 1 }
diff --git a/checks/fields.desc b/checks/fields.desc
index 395fd2e..37f851e 100644
--- a/checks/fields.desc
+++ b/checks/fields.desc
@@ -285,10 +285,13 @@ Severity: normal
 Certainty: certain
 Info: The "Section:" field in this package's control file is not one of
  the sections in use on the ftp archive.  Valid sections are currently
- admin, comm, devel, doc, editors, electronics, embedded, games,
- gnome, graphics, hamradio, interpreters, kde, libdevel, libs, mail, 
- math, misc, net, news, oldlibs, otherosfs, perl, python, science, shells, 
- sound, tex, text, utils, web, and x11.
+ admin, comm, cli-mono, database, debug, devel, doc,
+ editors, electronics, embedded, fonts, games, gnome, gnu-r,
+ gnustep, graphics, hamradio, haskell, httpd, interpreters,
+ java, kde, libdevel, libs, lisp, localization, kernel, mail,
+ math, misc, net, news, ocaml, oldlibs, otherosfs, perl,
+ php, python, ruby, science, shells, sound, tex, text,
+ utils, vcs, video, web, x11, xfce, zope.
  .
  The section name should be preceded by "non-free/" if the package
  is in the non-free distribution, and by "contrib/" if the package
diff --git a/debian/changelog b/debian/changelog
index 8ea3b90..a49421e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+lintian (2.2.9) UNRELEASED; urgency=low
+
+  * checks/fields{,.desc}:
+    + [FL] Update list of valid sections.
+
+ -- Frank Lichtenheld <djpig@debian.org>  Mon, 16 Mar 2009 00:13:30 +0100
+
 lintian (2.2.8) unstable; urgency=low
 
   The "Policy 3.8.1" release.

-- 
Debian package checker


Reply to: