]> git.donarmstrong.com Git - cran2deb.git/commitdiff
one correction about function names -- we now have lintian support
authoredd <edd@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Sun, 6 Dec 2009 05:06:11 +0000 (05:06 +0000)
committeredd <edd@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Sun, 6 Dec 2009 05:06:11 +0000 (05:06 +0000)
git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@293 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

trunk/R/lintian.R

index 7a3efe274e5b9b3dbcde332b97a16989fe162b06..9aa02fa72e1cbf5b6d3fc8799f77312d9d025fa5 100644 (file)
@@ -1,4 +1,4 @@
-apply_lintian <- function(pkg) {
+generate_lintian <- function(pkg) {
     lintian_src = file.path(lintian_dir, pkg$name)
     if (!file.exists(lintian_src)) {
         notice('no lintian overrides ', lintian_src)