Attaching so exchange doesn't mangle From 83c6084fff6a73e6a2314d13f3c728f7e946c40b Mon Sep 17 00:00:00 2001 From: Mario Limonciello <[email protected]> Date: Fri, 1 May 2009 16:35:36 -0500 Subject: [PATCH] update debian/control
1) Drop build-essential from depends awk, bash, and gcc are all that are necessary. by having build-essential, dpkg-dev was pulled in as well as g++ which isn't needed for building kernel modules 2) Depend on linux-headers-generic | linux-headers This is an Ubuntu relevant change to make sure that linux-headers-generic is used in preference over other headers packages. It would be best to keep the change in debian/however so that the DKMS package for both can be identical. 3) Drop kernel-package depends Not necessary 4) Add dependency for linux-image. Will make sure that the proper tools for updating the initramfs on the OS are present. --- debian/control | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) -- Mario Limonciello *Dell | Linux Engineering* [email protected]
From 83c6084fff6a73e6a2314d13f3c728f7e946c40b Mon Sep 17 00:00:00 2001 From: Mario Limonciello <[email protected]> Date: Fri, 1 May 2009 16:35:36 -0500 Subject: [PATCH] update debian/control 1) Drop build-essential from depends awk, bash, and gcc are all that are necessary. by having build-essential, dpkg-dev was pulled in as well as g++ which isn't needed for building kernel modules 2) Depend on linux-headers-generic | linux-headers This is an Ubuntu relevant change to make sure that linux-headers-generic is used in preference over other headers packages. It would be best to keep the change in debian/however so that the DKMS package for both can be identical. 3) Drop kernel-package depends Not necessary 4) Add dependency for linux-image. Will make sure that the proper tools for updating the initramfs on the OS are present. --- debian/control | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index b77fa60..270fffe 100644 --- a/debian/control +++ b/debian/control @@ -14,10 +14,13 @@ Vcs-Browser: http://git.debian.org/?p=users/hanska-guest/dkms.git Package: dkms Architecture: all -Depends: ${misc:Depends}, build-essential, +Depends: ${misc:Depends}, + awk, + bash, + gcc, module-init-tools, - linux-headers, - kernel-package (>= 11.017) + linux-headers-generic | linux-headers, + linux-image Recommends: patch, fakeroot, lsb-release, -- 1.6.0.4
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Pkg-dkms-maint mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-dkms-maint
