On (05/06/06 14:10), Eddy Petri??or wrote: > You could take care of this warning, first thing (just looked over the > build log) > > "W: hearts source: newer-standards-version 3.7.2.0" > > Generally that would mean just bumping the standards version, but you > should check.
That warning is the other way round, the standards version defined in debian/control is newer that the latest lintian knows about. It is a false positive in this case, as Lintian has not been updated to recognise the latest version. I would say remove DEB_TAR_SRCDIR := hearts-0.1 DEB_AUTO_CLEANUP_RCS := yes from debian/rules. (I think the second is unecessary). You could also put a statement something like The Debian packaging is (C) 2006, Sander Marechal <[EMAIL PROTECTED]> and is licensed under the GPL version 2 or later, see above. in debian/copyright. [To the rest of the list, I was one of the people that built the package in pbuilder and it worked fine] James -- James Westby [EMAIL PROTECTED] http://jameswestby.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

