Author: tille
Date: 2013-10-25 06:59:51 +0000 (Fri, 25 Oct 2013)
New Revision: 14961

Added:
   trunk/packages/R/r-cran-rcurl/trunk/debian/README.source
Modified:
   trunk/packages/R/r-cran-rcurl/trunk/debian/changelog
Log:
Explain RData file


Added: trunk/packages/R/r-cran-rcurl/trunk/debian/README.source
===================================================================
--- trunk/packages/R/r-cran-rcurl/trunk/debian/README.source                    
        (rev 0)
+++ trunk/packages/R/r-cran-rcurl/trunk/debian/README.source    2013-10-25 
06:59:51 UTC (rev 14961)
@@ -0,0 +1,22 @@
+Explanation for binary files inside source package according to
+  http://lists.debian.org/debian-devel/2013/09/msg00332.html
+
+Files: data/mimeTypeExtensions.rda
+Documentation: man/mimeTypeExtensions.Rd
+ Section source says:
+
+  The table of MIME types and extensions was programmatically extracted
+  from \url{http://www.webmaster-toolkit.com/mime-types.shtml} or
+  \url{http://reference.sitepoint.com/html/mime-types-full} with
+
+    tbls = readHTMLTable("http://www.webmaster-toolkit.com/mime-types.shtml";)
+    tmp = tbls[[1]][-1,]
+    mimeTypeExtensions = structure(as.character(tmp[[2]]), names = 
gsub("^\\.", "", tmp[[1]]))
+    save(mimeTypeExtensions, file = "data/mimeTypeExtensions.rda")
+
+  The IANA list is not as convenient to programmatically compile.
+  \url{http://www.ltsw.se/knbase/internet/mime.htp}
+
+
+ -- Andreas Tille <[email protected]>  Fri, 25 Oct 2013 08:53:18 +0200
+

Modified: trunk/packages/R/r-cran-rcurl/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-rcurl/trunk/debian/changelog        2013-10-25 
04:53:34 UTC (rev 14960)
+++ trunk/packages/R/r-cran-rcurl/trunk/debian/changelog        2013-10-25 
06:59:51 UTC (rev 14961)
@@ -1,6 +1,7 @@
 r-cran-rcurl (1.95-4.1-1) unstable; urgency=low
 
   * Initial release (Closes: #677846, #710005)
+  * Added README.source to document binary RData file in source tarball
 
- -- Andreas Tille <[email protected]>  Wed, 04 Sep 2013 13:03:16 +0200
+ -- Andreas Tille <[email protected]>  Fri, 25 Oct 2013 08:53:18 +0200
 


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to