Package: cdbs Version: 0.4.30 Severity: minor Not really a bug fix; Emacs makefile-mode syntax highlighting does not handle the apostrophe very well. It sees it as a single quote, and highlights everything between it and the next one as a string constant. This is annoying, so I've changed the "wasn't" to "was not".
--- buildcore.mk 2005/07/12 06:06:06 1.1 +++ buildcore.mk 2005/07/12 06:06:14 @@ -202,7 +202,7 @@ control_cpu := $(shell grep "^Cpu:" debian/control.in | sed -e "s/^.*: //g" -e "s/ /,/g") ifeq (, $(control_cpu)) ifneq (, $(shell egrep "\[(system|cpu): .*\]" debian/control.in)) -$(error Inconsistency in control.in. [(system|cpu): ] tags were used but Cpu:|System: wasn't) +$(error Inconsistency in control.in. [(system|cpu): ] tags were used but Cpu:|System: was not) endif else # Prevent recursive braindamage when building cdbs with itself. -- Karl Hegbloom <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

