[PATCH 3/3] install-files: Include modules.{builtin,order} in Linux kernel-image udebs

2012-09-24 Thread Ben Hutchings
--- libkmod expects these files to be present. However they are not being installed in the s390 tape image packages, so this probably should be made conditional. That might be a bug in the linux package though. Bastian? Ben. commands/install-files | 31 ++- debia

[PATCH 2/3] List the unpackaged modules

2012-09-24 Thread Ben Hutchings
find-unpackaged: New sub-command lists modules not packaged in a udeb install-files: Call find-unpackaged --- I hope this information will help us to update the module lists. At some point I would like to add the ability to include modules by subdirectory, though. Ben. commands/find-unpackaged

[PATCH 1/3] gen-deps: Ignore default dependencies that are overridden per-architecture

2012-09-24 Thread Ben Hutchings
Ignore dependencies in default package-list that are overridden by the architecture package-list, consistent with gen-control (Closes: #678587) The previous behaviour masked incomplete dependency lists for some of the Linux udebs. --- The incomplete dependencies were fixed in linux 3.2.21-2, so th

[PATCH kernel-wedge 0/3]

2012-09-24 Thread Ben Hutchings
I'm intending to commit the following changes and upload a new version of kernel-wedge. Let me know if you see any problems with them. Ben. Ben Hutchings (3): gen-deps: Ignore default dependencies that are overridden per-architecture List the unpackaged modules install-files: Include m