tags 322487 +wontfix thanks On Thu, Aug 11, 2005 at 06:28:06AM +0800, Dan Jacobson wrote: > Package: linux-doc-2.6.12 > Version: 2.6.12-1 > Severity: wishlist > File: /usr/share/doc/linux-doc-2.6.12/Documentation/00-INDEX.gz > Tags: upstream > > Gentlemen, in Documentation/00-INDEX it says > > If you add a documentation file, please list it here in > alphabetical order as well, or risk being hunted down like a rabid dog. > > Well, it seems many files have been added without being listed! Please > tell those in charge. > > $ zcat /usr/share/doc/linux-doc-2.6.12/Documentation/00-INDEX.gz| > perl -anwe 'print if $#F==0 && /^\S/'|sort > l1 > $ ls -F /usr/share/doc/linux-doc-2.6.12/Documentation|sed s/\\.gz$//| > sort|comm -23 - l1 > PCIEBUS-HOWTO.txt > README.cycladesZ > SecurityBugs > aoe/ > atomic_ops.txt > cpusets.txt > dontdiff > feature-removal-schedule.txt > fujitsu/ > ibm-acpi.txt > infiniband/ > ioctl/ > keys.txt > kref.txt > nommu-mmap.txt > prio_tree.txt > scsi-changer.txt > seclvl.txt > sparse.txt > stable_api_nonsense.txt > w1/ > And there's even one listed but not on disk: > $ ls -F /usr/share/doc/linux-doc-2.6.12/Documentation|sed s/\\.gz$//| > sort|comm -13 - l1 > DocBook/
Hi Dan, that looks like something that is ripe for fixing upstream. Could you please follow the instructions on http://linux.yyz.us/patch-format.html for submitting patches to the kernel-upstream. I think the best place to send it would be: Paul Gortmaker <[EMAIL PROTECTED]>, Andrew Morton <[EMAIL PROTECTED]>, [EMAIL PROTECTED] And pleace CC this bug, [EMAIL PROTECTED] Alternatively, please make a patch, follow the sign-off procedure detailed in the URL above and send it here, I will forward it on for you. In the mean time I am marking this as +wontfix to signifiy that it isn't really appropriate for debian to be carrying patches like this that aren't included upstream. -- Horms -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

