Package: xfree86-common Version: 4.3.0-3 Severity: grave Tags: patch Justification: renders package unusable
David Schleef pointed this one out to me this afternoon. With dash as /bin/sh, xfree86-common.config can't be processed. The attached patch fixes it - basically, dash wants 'EOF' on its own line. I might have found it if sh were dash on my build box :( Regards Josh -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.3-mm4 Locale: LANG=en_US.ISO-8859-1, LC_CTYPE=en_US.ISO-8859-1 Versions of packages xfree86-common depends on: ii debconf 1.4.11 Debian configuration management sy ii debianutils 2.7.2 Miscellaneous utilities specific t -- debconf information excluded
--- a/debian/xfree86-common.config 2004-03-01 16:24:14.000000000 -0800 +++ b/debian/xfree86-common.config 2004-03-01 16:24:33.000000000 -0800 @@ -265,7 +265,8 @@ this file overlap, please file a bug against that package with the Debian Bug Tracking System. You may want to refer the package maintainer to section 12.8 of the Debian Policy manual. -EOF) +EOF +) message "$msg" message "The overlapping packages are: $bad_packages" else