X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=trunk%2FR%2Fdebcontrol.R;h=2293c61530e72a1073c1d0777e791e0dd19734e2;hb=277a5365b0b1e66cd42df4a553401d1f8f46e6b8;hp=f9aeecd4c9ac791b60d9164f59fcb724c09ee30c;hpb=08f225b89de727ee7779159c721143a0c8609e81;p=cran2deb.git diff --git a/trunk/R/debcontrol.R b/trunk/R/debcontrol.R index f9aeecd..2293c61 100644 --- a/trunk/R/debcontrol.R +++ b/trunk/R/debcontrol.R @@ -163,7 +163,7 @@ generate_control <- function(pkg) { # the longer description does not begin on the synopsis line --- R's # write.dcf does not appear to have a nicer way of doing this. descr = paste(descr,'"\n\n', long_descr, sep='') - % add some extra nice info about the original R package + # add some extra nice info about the original R package for (r_info in c('Author','Maintainer','URL')) { if (r_info %in% colnames(pkg$description)) { descr = paste(descr,'\n\n',r_info,': ',pkg$description[1,r_info],sep='')