Control: severity -1 grave On 2012-06-23 04:10 +0200, Douglas F. Calvert wrote:
> Package: pconf-detect > Version: 0.5-12 > Severity: important > > Dear Maintainer, > > pconfdetect will not run: > > Error this utility currently only works with linux version 2 This gem is in src/pconf_detect.c: ,---- | /* As far as I can tell there is currently no reason to make it | work with any other version of linux. There is no V3 and the | 1.x series has been gone for years. */ | if(unam.release[0]!='2'){ | fprintf(stderr,"Error this utility currently only works with linux " | "version 2\n"); | exit(2); `---- Cheers, Sven -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org