]> git.donarmstrong.com Git - cran2deb.git/blobdiff - trunk/R/debcontrol.R
add some output to aid package debugging. after upload, wait (for at most 60 seconds...
[cran2deb.git] / trunk / R / debcontrol.R
index 34cc6b69f6dc003f4a7c81961f7f63ade3c2d1ea..4b7b4f905bfd8cf478fce2fe4848ce8be944f605 100644 (file)
@@ -166,5 +166,6 @@ generate_control <- function(pkg) {
 
     # Debian policy says 72 char width; indent minimally
     write.dcf(control,file=pkg$debfile('control.in'),indent=1,width=72)
+    write.dcf(control,indent=1,width=72)
 }