Package: python-cdd Version: 0.0.8 Severity: normal Tags: patch
Debian installer requires Kernel-Version fields in Packages file when searching for extra kernel modules to load during installation process, but these fields are missing in merged repositories. The patch adds extra fields to generated Packages files. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to ru_RU.UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages python-cdd depends on: ii python-apt 0.7.7.1 Python interface to libapt-pkg ii python-support 0.8.4 automated rebuilding support for P python-cdd recommends no packages. python-cdd suggests no packages. -- no debconf information
diff --git a/cdd/Package.py b/cdd/Package.py index 1eaccbc..68c7df6 100644 --- a/cdd/Package.py +++ b/cdd/Package.py @@ -66,7 +66,9 @@ class Package: 'Suggests-orig', 'Recommends-orig', 'Conflicts-orig', 'Filename', 'Size', 'MD5sum', 'SHA1', 'SHA256', - 'Description', 'Tag', 'Build-Essential'): + 'Description', 'Tag', 'Build-Essential', + 'Kernel-Version', 'Installer-Menu-Item', + 'Enhances', 'Homepage', 'Package-Type'): if self._fields.has_key(field): keyName = field if field.endswith('-orig'):