[Piuparts-commits] [piuparts] 04/10: not all dkms source packages follow the *-dkms naming scheme

Holger Levsen holger at layer-acht.org
Mon Dec 19 13:04:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit d3632722416002e6ec1013f9aab5cd5a46e60b36
Author: Andreas Beckmann <anbe at debian.org>
Date:   Mon Dec 19 04:51:00 2016 +0100

    not all dkms source packages follow the *-dkms naming scheme
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 custom-scripts/scripts/pre_install_extras | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/custom-scripts/scripts/pre_install_extras b/custom-scripts/scripts/pre_install_extras
index 1324fe8..7f4e612 100755
--- a/custom-scripts/scripts/pre_install_extras
+++ b/custom-scripts/scripts/pre_install_extras
@@ -8,7 +8,10 @@ log_debug() {
 if [ "$PIUPARTS_PHASE" = "install" ]; then
 
     case ${PIUPARTS_OBJECTS%%=*} in
-	*dkms)
+	*dkms|\
+	ktap|\
+	zfs-*|\
+	zfsutils-linux)
 		# Install kernel headers, so that dkms tries to build a module
 		HEADERS=linux-headers
 		FLAVOR=unknown

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list