]> git.donarmstrong.com Git - cran2deb.git/blobdiff - branch/double_build/R/lintian.R
rename double_build -> split_build
[cran2deb.git] / branch / double_build / R / lintian.R
diff --git a/branch/double_build/R/lintian.R b/branch/double_build/R/lintian.R
deleted file mode 100644 (file)
index 9aa02fa..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-generate_lintian <- function(pkg) {
-    lintian_src = file.path(lintian_dir, pkg$name)
-    if (!file.exists(lintian_src)) {
-        notice('no lintian overrides ', lintian_src)
-        return()
-    }
-
-    # copy the lintian file
-    notice('including lintian file', lintian_src)
-    lintian_tgt <- pkg$debfile(paste(pkg$debname, "lintian-overrides", sep="."))
-    file.copy(lintian_src, lintian_tgt)
-    invisible(NULL)
-}
-