]> git.donarmstrong.com Git - cran2deb.git/commitdiff
add more notices to debianpkg
authorDon Armstrong <don@donarmstrong.com>
Fri, 19 Jun 2015 20:03:14 +0000 (13:03 -0700)
committerDon Armstrong <don@donarmstrong.com>
Fri, 19 Jun 2015 20:03:14 +0000 (13:03 -0700)
trunk/R/debianpkg.R

index 5c4402f8f5535902eef9b1d51ac0b934d8b9bd11..a4568bd39e21f3007ef34a79bee24e7a9d919e41 100644 (file)
@@ -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)