X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=trunk%2FR%2Fdebianpkg.R;h=a4568bd39e21f3007ef34a79bee24e7a9d919e41;hb=204d1744ce9b2032eb26823889375646829cb384;hp=5c4402f8f5535902eef9b1d51ac0b934d8b9bd11;hpb=584ff51878130d2e31ad0da3d2a37768f139c552;p=cran2deb.git 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)