From 204d1744ce9b2032eb26823889375646829cb384 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 19 Jun 2015 13:03:14 -0700 Subject: [PATCH] add more notices to debianpkg --- trunk/R/debianpkg.R | 4 ++++ 1 file changed, 4 insertions(+) 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) -- 2.39.2