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
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]