Your message dated Mon, 19 Nov 2007 09:32:03 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#383916: fixed in dpkg 1.14.8 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: dpkg-dev Version: 1.13.22 Severity: normal dpkg-scanpackages can be used to create Package files for udebs using the -u option. Unfortunatly it does not handle the Package attributes "Kernel-Version" and "Installer-Menu-Item", leaving a Package file unusable with anna and therefore e.g. as part of a installation CD. It should be no risk to add both attributes to the global attributes, so I created a small patch doing this: --- /usr/bin/dpkg-scanpackages 2006-06-21 17:08:36.000000000 +0200 +++ build-amd64/usr/bin/dpkg-scanpackages 2006-08-20 17:54:06.000000000 +0200 'MD5sum', 'Description', 'Origin', - 'Bugs' + 'Bugs', + 'Kernel-Version', + 'Installer-Menu-Item' ); # This maps the fields into the proper case Hope that may help. Thanks for the great work Dieter -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages dpkg-dev depends on: ii binutils 2.17-2 The GNU assembler, linker and bina ii cpio 2.6-17 GNU cpio -- a program to manage ar ii dpkg 1.13.22 package maintenance system for Deb ii make 3.81-2 The GNU version of the "make" util ii patch 2.5.9-4 Apply a diff file to an original ii perl [perl5] 5.8.8-6.1 Larry Wall's Practical Extraction ii perl-modules 5.8.8-6.1 Core Perl modules Versions of packages dpkg-dev recommends: ii bzip2 1.0.3-3 high-quality block-sorting file co ii gcc [c-compiler] 4:4.1.1-6 The GNU C compiler ii gcc-3.3 [c-compiler] 1:3.3.6-13 The GNU C compiler ii gcc-3.4 [c-compiler] 3.4.6-4 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-11 The GNU C compiler -- no debconf information
--- End Message ---
--- Begin Message ---Source: dpkg Source-Version: 1.14.8 We believe that the bug you reported is fixed in the latest version of dpkg, which is due to be installed in the Debian FTP archive: dpkg-dev_1.14.8_all.deb to pool/main/d/dpkg/dpkg-dev_1.14.8_all.deb dpkg_1.14.8.dsc to pool/main/d/dpkg/dpkg_1.14.8.dsc dpkg_1.14.8.tar.gz to pool/main/d/dpkg/dpkg_1.14.8.tar.gz dpkg_1.14.8_i386.deb to pool/main/d/dpkg/dpkg_1.14.8_i386.deb dselect_1.14.8_i386.deb to pool/main/d/dpkg/dselect_1.14.8_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Guillem Jover <[EMAIL PROTECTED]> (supplier of updated dpkg package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 19 Nov 2007 10:36:30 +0200 Source: dpkg Binary: dpkg dselect dpkg-dev Architecture: source i386 all Version: 1.14.8 Distribution: unstable Urgency: low Maintainer: Dpkg Developers <[EMAIL PROTECTED]> Changed-By: Guillem Jover <[EMAIL PROTECTED]> Description: dpkg - package maintenance system for Debian dpkg-dev - package building tools for Debian dselect - user tool to manage Debian packages Closes: 10807 41907 48208 80340 109954 178203 186809 222652 382673 383916 395942 430367 431597 445852 445858 446119 446278 446501 446624 447476 448353 448354 Changes: dpkg (1.14.8) unstable; urgency=low . [ Raphael Hertzog ] * Heavy rework of dpkg-shlibdeps: - Support "symbols" files to generate finer-grained dependencies. Those files can be created by the new dpkg-gensymbols command. Closes: #430367 - Uses now all paths in RPATH (instead of only the first). Closes: #395942 - Support parsing include directives in /etc/ld.so.conf. Closes: #431597 - Libraries are also searched in the public directories of packages being built and thus debian/shlibs.local can effectively define dependencies for libraries that are being built. Closes: #80340 - "symbols" files use the full SONAME as key instead of splitting it in (name, version) like in the "shlibs" format. This allows binaries to be linked with unversioned libraries and not fail. Note that unversioned libraries are still a very bad idea. Closes: #48208 - dpkg-shlibdeps now supports '-x<package>' options that can be used to exclude packages from generated dependencies (use with care though). Closes: #41907, #109954 - If dpkg-shlibdeps doesn't find any dependency information for a shared library that is actively used, then it will fail. This can be disabled with the option '--ignore-missing-info'. Closes: #10807 * Switch perl programs to use the new Dpkg::Deps module. This changes the behaviour of dpkg-gencontrol and dpkg-source which will rewrite and simplify dependencies and build dependencies as possible. Multiple dependencies on the same package are replaced by their intersection. Closes: #178203, #186809, #222652 . [ Frank Lichtenheld ] * Add $(MAKE) check to build target * Allow to use other compressions than gzip on dpkg-source -b (NOTE: this will result in a Format: 2.0 source package!). Closes: #382673 * Various small fixes to the manpages suggested by Helge Kreutzmann. Closes: #445858 * Fix Dpkg::BuildOptions (and thereby dpkg-buildpackage) to really set DEB_BUILD_OPTIONS. Found by Daniel Shepler. Closes: #446119 * Change some ' in shell code in dpkg-source.1 and dpkg-query.1 to proper \(aq. Reported by Daniel van Eeden. Closes: #447476 . [ Guillem Jover ] * Use shipped perl modules when calling perl programs at build time. * Switch perl programs to use the new Dpkg::ErrorHandling and Dpkg::Arch perl modules. * Add support for format strings in Dpkg::ErrorHandling functions. * Move build and host arch detection code from dpkg-architecture to Dpkg::Arch. * Add initial udeb support: - Support new fields fields Package-Type, Subarchitecture, Kernel-Version and Installer-Menu-Item. Closes: #383916 - New '--type' option for dpkg-scanpackages. * Make dpkg-dev Conflict on dpkg-cross << 2.0.0 which was sourcing dpkg-buildpackage expecting it to be a shell script. Closes: #445852 * Get rid of undefined macros from man pages. Thanks to Colin Watson for the analysis. . [ Updated dselect translations ] * Czech (Miroslav Kure). . [ Added dpkg translations ] * Thai (Theppitak Karoonboonyanan). Closes: #446501 . [ Updated dpkg translations ] * Czech (Miroslav Kure). * Galician (Jacobo Tarrio). Closes: #446624 * Polish (Robert Luberda). * Russian (Yuri Kozlov). Closes: #446278 . [ Updated man pages translations ] * German (Helge Kreutzmann). Closes: #448354 * Polish (Robert Luberda). * Swedish (Peter Karlsson). . [ Added scripts translations ] * German (Helge Kreutzmann). Closes: #448353 . [ Updated scripts translations ] * Polish (Robert Luberda). * Swedish (Peter Karlsson). Files: 4c245a5f63d695e6ceaeff5b37333c0a 995 admin required dpkg_1.14.8.dsc 7dddfe562f9ad16f39007a9093ddc9a0 6268334 admin required dpkg_1.14.8.tar.gz fc0ebdf0f00a6db4eaf6f9217f07e6ea 2146332 admin required dpkg_1.14.8_i386.deb 22329b04954c47499c67216340d95d51 511550 admin required dselect_1.14.8_i386.deb d4eaadd0ba58ee0849d6a1ab6dc7b4f7 316462 utils optional dpkg-dev_1.14.8_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHQVTouW9ciZ2SjJsRAgfCAKDiv/YMAKImMXlNX4f55rHdFb0KpQCdGB+0 Z3G4vlUzhfspXNheLJCvx4I= =tSPx -----END PGP SIGNATURE-----
--- End Message ---

