Package: cdrecord
Version: 4:2.01+01a03-5
Severity: wishlist
Tags: patch
I don't know about you, but it certainly feels a bit odd to me to install
Debian, run cdrecord and get a message encouraging you to switch away from
Debian.
Would you consider diverging from upstream and removing this last part in the
message about Linux 2.6 compatibility?
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-amd64-k8
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_US.UTF-8)
Versions of packages cdrecord depends on:
ii debconf [debconf-2.0] 1.5.3 Debian configuration management sy
ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries
ii libcap1 1:1.10-14 support for getting/setting POSIX.
ii makedev 2.3.1-82 creates device files in /dev
Versions of packages cdrecord recommends:
ii mkisofs 4:2.01+01a03-5 Creates ISO-9660 CD-ROM filesystem
-- debconf information excluded
--- cdrtools-2.01+01a03/cdrecord/cdrecord.c~ 2005-05-17 12:15:49.000000000
+0200
+++ cdrtools-2.01+01a03/cdrecord/cdrecord.c 2006-09-03 14:01:56.000000000
+0200
@@ -4710,7 +4710,7 @@
errmsgno(EX_BAD,
"There are unsettled issues with Linux-2.5 and
newer.\n");
errmsgno(EX_BAD,
- "If you have unexpected problems, please try Linux-2.4
or Solaris.\n");
+ "If you have unexpected problems, please try
Linux-2.4.\n");
}
if ((un.release[0] == '2' && un.release[1] == '.') &&
(un.release[2] > '6' ||