Your message dated Wed, 06 Sep 2006 10:50:01 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#374464: kernel-package: printing list of created debs with
full paths
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: kernel-package
Version: 10.048
Severity: wishlist
Hello,
I wish that make-kpkg prints a list of all packages created during the
build when all the work is done. Currently, the path and package name is
hidden somewhere between the last debhelper commands and the cleanup
messages. In addition, having path names of all module packages would be
useful. And for those using module-assistant, that could be done quite
efficiently.
Thanks,
Eduard.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-amd64-k8
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Versions of packages kernel-package depends on:
ii dpkg 1.13.21 package maintenance system for Deb
ii dpkg-dev 1.13.21 package building tools for Debian
ii file 4.17-1 Determines file type using "magic"
ii gcc [c-compiler] 4:4.1.1-1 The GNU C compiler
ii gcc-4.0 [c-compiler] 4.0.3-3 The GNU C compiler
ii gcc-4.1 [c-compiler] 4.1.1-2 The GNU C compiler
ii gettext 0.14.5-4 GNU Internationalization utilities
ii make 3.81-2 The GNU version of the "make" util
ii perl 5.8.8-5 Larry Wall's Practical Extraction
ii po-debconf 1.0.2 manage translated Debconf template
Versions of packages kernel-package recommends:
ii bzip2 1.0.3-2 high-quality block-sorting file co
ii libc6-dev [libc-dev] 2.3.6-15 GNU C Library: Development Librari
-- no debconf information
--- End Message ---
--- Begin Message ---
Hi,
ls -lastr ../*.deb.
make-kpkg creates all the .debs it is creating in the parent
directory, so a simple perusal of that dir will accomplish what you
want -- even if this is all scripted.
The rules file generated does print the name of all non-module
packages, and then it prints module packages one by one. Admittedly,
it is all mixed in the compilation, but doing otherwise would need
code to collate and regurgitate the packages created, and it is
simpler by far to just use ls.
manoj
--
Although the moon is smaller than the earth, it is farther away.
Manoj Srivastava <[EMAIL PROTECTED]> <http://www.datasync.com/%7Esrivasta/>
1024D/BF24424C print 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C
--- End Message ---