Package: murasaki Version: 0.8.11-2 Severity: normal Tags: patch Please change the missing Build-Depend to the new 'linux-headers-2.6' in debian/control.
Regards Andreas Jochens diff -urN ../tmp-orig/murasaki-0.8.11/debian/control ./debian/control --- ../tmp-orig/murasaki-0.8.11/debian/control 2005-09-19 19:12:31.000000000 +0000 +++ ./debian/control 2005-09-19 19:12:01.000000000 +0000 @@ -2,7 +2,7 @@ Section: admin Priority: extra Maintainer: Taku YASUI <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4), dpatch, kernel-headers-2.6 | kernel-headers-2.4 +Build-Depends: debhelper, dpatch, linux-headers-2.6 Standards-Version: 3.6.1 Package: murasaki diff -urN ../tmp-orig/murasaki-0.8.11/debian/rules ./debian/rules --- ../tmp-orig/murasaki-0.8.11/debian/rules 2005-09-19 19:12:31.000000000 +0000 +++ ./debian/rules 2005-09-19 19:11:42.000000000 +0000 @@ -11,7 +11,7 @@ # Include dpatch stuff. include /usr/share/dpatch/dpatch.make -KERNEL_HEADERS_DIR = $(shell find /usr/src -type d -maxdepth 1 -name 'kernel-headers-*'| head -1) +KERNEL_HEADERS_DIR = $(shell find /usr/src -type d -maxdepth 1 -name 'linux-headers-*'| head -1) DEBIAN_CFLAGS = -Wall -g -I$(KERNEL_HEADERS_DIR)/include ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]