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

Bug#540594: [PATCH] * checks/common_data.pm: + [MJK] Add dash as a known essential package. (Closes: #540594)



---
 checks/common_data.pm |    2 +-
 debian/changelog      |    7 +++++++
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/checks/common_data.pm b/checks/common_data.pm
index 3aa5884..8e3b3d1 100644
--- a/checks/common_data.pm
+++ b/checks/common_data.pm
@@ -27,7 +27,7 @@ use vars qw
      'checksums-sha256', 'checksums-md5');
 
 %known_essential = map { $_ => 1 }
-    ('base-files', 'base-passwd', 'bash', 'bsdutils', 'coreutils',
+    ('base-files', 'base-passwd', 'bash', 'bsdutils', 'coreutils', 'dash',
      'debianutils', 'diff', 'dpkg', 'e2fsprogs', 'findutils', 'grep', 'gzip',
      'hostname', 'login', 'mktemp', 'mount', 'ncurses-base', 'ncurses-bin',
      'perl-base', 'sed', 'sysvinit', 'sysvinit-utils', 'tar', 'util-linux');
diff --git a/debian/changelog b/debian/changelog
index 4f7d70f..19b4627 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+lintian (2.2.15) UNRELEASED; urgency=low
+
+  * checks/common_data.pm:
+    + [MJK] Add dash as a known essential package.  (Closes: #540594)
+
+ -- Matt Kraai <kraai@debian.org>  Sun, 16 Aug 2009 09:41:36 -0700
+
 lintian (2.2.14) unstable; urgency=low
 
   The "Policy 3.8.3" release.
-- 
1.6.3.3




Reply to: