Some comments about beef: * E: There's no "ITP". According to [1], you should submit your ITP and then close the bug in the "Initial Release" line of the changelog. Please do that.
[1]: http://www.debian.org/doc/developers-reference/ch-pkgs.en.html#s-newpackage * W: You are using "compat" with debhelper 4. It is now recommended to use debhelper 5, instead. It's not compulsory, just recommended. You need to change debian/control if you decide to bump the version. * W: The program is licensed under GPL version 2. Therefore in the debian/copyright file you should point to /usr/share/common-licenses/GPL-2 instead of just "GPL". * W: In your debian/rules you included the "dh_installdocs" and "dh_installexamples" rules, but there is neither a "docs" nor a "examples". Also, you have a dh_installchangelogs, but the changelog is actually installed by the Makefile. The package also has the following lintian warning: W: beef source: out-of-date-standards-version 3.6.1 I think that's all. -- Besos, Marga

