Package: module-assistant
Version: 0.11.3
Severity: normal

Hi KiBi,

m-a is not fully working with linux-3.0:

* KDREV detection is not working properly because
sub get_kpackage() does not check for something greater than 2.* and
falls back to the old 'kernel' prefix.
I would add
    return "linux" if (($_[0] =~ /^(\d+)\.(\d+)/) && ($1 >= 3));
(do not expect that the version will have 3 number parts forever)

* In sub setvars() $ENV{"KDREV"} should be deleted if $KDREV is not
defined, otherwise you end up with an old value of KDREV (which is set
if you build for a large list of kernels) which finally produces funny
named things like
  nvidia-kernel-3.0.0-rc2-amd64_275.09.07-1+2.6.26-26lenny2_amd64.deb

Andreas

-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (800, 'stable'), (700, 'testing'), (600, 'unstable'), (500, 
'stable-updates'), (130, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages module-assistant depends on:
ii  bzip2                        1.0.5-6     high-quality block-sorting file co
ii  libtext-wrapi18n-perl        0.06-7      internationalized substitute of Te
ii  perl                         5.12.3-7+b1 Larry Wall's Practical Extraction 

Versions of packages module-assistant recommends:
ii  liblocale-gettext-perl        1.05-6+b1  Using libc functions for internati

Versions of packages module-assistant suggests:
ii  build-essential           11.5           Informational list of build-essent
ii  dialog                    1.1-20100428-1 Displays user-friendly dialog boxe
ii  whiptail                  0.52.11-1      Displays user-friendly dialog boxe

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to