Package: r-base-dev Version: 2.13.0-1 My R-based package has in its debian/rules file:
include /usr/share/R/debian/r-cran.mk This includes the R makefile fragment which, in turn, includes cdbs. This file lies inside r-base-dev, which suggests cdbs but does not depend upon it. Therefore I need to depend upon cdbs, and lintian complains as I do not use it explicitly. Since this is the only file of any significance in r-base-dev, it should Depends: cdbs and not Suggests: cdbs, as the package is useless without cdbs. Julian -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

