Package: kernel-package
Version: 10.051
Severity: normal
Tags: patch

/usr/share/kernel-package/pkg/image/postinst has a typo in line 1251,
only two of three parenthesis are closed.

Regards
Pelayo Gonzalez

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-686
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)

Versions of packages kernel-package depends on:
ii  dpkg                          1.13.22    package maintenance system for Deb
ii  dpkg-dev                      1.13.22    package building tools for Debian
ii  file                          4.17-2     Determines file type using "magic"
ii  gcc [c-compiler]              4:4.1.1-5  The GNU C compiler
ii  gcc-4.0 [c-compiler]          4.0.3-6    The GNU C compiler
ii  gcc-4.1 [c-compiler]          4.1.1-10   The GNU C compiler
ii  gettext                       0.14.6-1   GNU Internationalization utilities
ii  make                          3.81-2     The GNU version of the "make" util
ii  perl                          5.8.8-6.1  Larry Wall's Practical Extraction 
ii  po-debconf                    1.0.5      manage translated Debconf template

Versions of packages kernel-package recommends:
ii  bzip2                         1.0.3-3    high-quality block-sorting file co
ii  libc6-dev [libc-dev]          2.3.6-18   GNU C Library: Development Librari

-- no debconf information
--- /usr/share/kernel-package/pkg/image/postinst.orig   2006-08-07 
21:29:06.904227616 +0200
+++ /usr/share/kernel-package/pkg/image/postinst        2006-08-07 
21:29:32.972677017 +0200
@@ -1248,7 +1248,7 @@
   # So, if the user has explicitly asked for the loader to be run, or
   # if there is no postinst hook, or if there is no grub installed --
   # we are OK. Or else, we ask.
-  if ($explicit_do_loader || (! ($postinst_hook && -x '/sbin/grub'))  {
+  if ($explicit_do_loader || (! ($postinst_hook && -x '/sbin/grub')))  {
     print STDERR "Running boot loader as requested\n";
   }
   else {

Reply via email to