[Pkg-uml-pkgs] Bug#385795: kernel-patch-skas: FTBFS: dh_installkpatches: Command not found

Andreas Jochens aj at andaco.de
Sun Sep 3 08:07:09 UTC 2006


Package: kernel-patch-skas
Version: 3-10
Severity: serious
Tags: patch

When building 'kernel-patch-skas' in a clean unstable chroot,
I get the following error:

dh_clean -k
dh_installdirs
dh_installkpatches
make: dh_installkpatches: Command not found
make: *** [install] Error 127

With the attached patch 'kernel-patch-skas' can be built on unstable.

Regards
Andreas Jochens

diff -urN ../tmp-orig/kernel-patch-skas-3/debian/rules ./debian/rules
--- ../tmp-orig/kernel-patch-skas-3/debian/rules	2006-09-03 06:39:57.000000000 +0000
+++ ./debian/rules	2006-09-03 06:39:53.000000000 +0000
@@ -29,7 +29,7 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-	dh_installkpatches
+#	dh_installkpatches
 
 # Build architecture-independent files here.
 binary-indep: build install




More information about the Pkg-uml-pkgs mailing list