From: Don Armstrong Date: Fri, 19 Jun 2015 20:03:14 +0000 (-0700) Subject: add more notices to debianpkg X-Git-Url: https://git.donarmstrong.com/?p=cran2deb.git;a=commitdiff_plain;h=204d1744ce9b2032eb26823889375646829cb384 add more notices to debianpkg --- diff --git a/trunk/R/debianpkg.R b/trunk/R/debianpkg.R index 5c4402f..a4568bd 100644 --- a/trunk/R/debianpkg.R +++ b/trunk/R/debianpkg.R @@ -119,9 +119,13 @@ prepare_new_debian <- function(pkg,extra_deps) { } pkg$license <- accept_license(pkg) + notice('getting dependencies') pkg$depends <- get_dependencies(pkg,extra_deps) + notice('applying patches') apply_patches(pkg) + notice('applying lintian fixes') generate_lintian(pkg) + notice('generating changelog, rules, copyright, and control') generate_changelog(pkg) generate_rules(pkg) generate_copyright(pkg)