--- abbyyr-0.5.4.orig/debian/changelog +++ abbyyr-0.5.4/debian/changelog @@ -0,0 +1,48 @@ +abbyyr (0.5.4-1cran1ppa0trusty1) trusty; urgency=medium + + * Compilation for Ubuntu 14.04.5 LTS + + -- Michael Rutter Thu, 31 May 2018 00:07:58 +0000 + +abbyyr (0.5.4-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Wed, 30 May 2018 17:08:56 -0400 + + +abbyyr (0.5.1-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Sat, 15 Apr 2017 14:39:12 -0400 + + +abbyyr (0.5.0-1cran2) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Sun, 23 Oct 2016 02:17:50 -0400 + + +abbyyr (0.5.0-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Sat, 25 Jun 2016 10:39:04 -0400 + + +abbyyr (0.4.0-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Fri, 03 Jun 2016 15:24:54 -0400 + + +abbyyr (0.3-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Sun, 10 Apr 2016 13:14:12 -0400 + + --- abbyyr-0.5.4.orig/debian/compat +++ abbyyr-0.5.4/debian/compat @@ -0,0 +1 @@ +7 \ No newline at end of file --- abbyyr-0.5.4.orig/debian/control +++ abbyyr-0.5.4/debian/control @@ -0,0 +1,26 @@ +Source: abbyyr +Section: gnu-r +Priority: optional +Maintainer: cran2deb4ubuntu +Build-Depends: r-base-dev, r-cran-httr, r-cran-xml, r-cran-curl, + r-cran-readr, r-cran-plyr, r-cran-progress, xvfb, xauth, xfonts-base, + r-base-core, debhelper (>> 4.1.0), cdbs +Standards-Version: 3.9.1 +Homepage: http://github.com/soodoku/abbyyR + +Package: r-cran-abbyyr +Architecture: all +Depends: r-base-core, r-cran-httr, r-cran-xml, r-cran-curl, + r-cran-readr, r-cran-plyr, r-cran-progress +Description: GNU R package "Access to Abbyy Optical Character + Recognition (OCR) API" + . + Get text from images of text using Abbyy Cloud Optical Character + Recognition (OCR) API. Easily OCR images, barcodes, forms, documents + with machine readable zones, e.g. passports. Get the results in a + variety of formats including plain text and XML. To learn more about + the Abbyy OCR API, see . + . + Author: Gaurav Sood [aut, cre] + . + Maintainer: Gaurav Sood --- abbyyr-0.5.4.orig/debian/copyright +++ abbyyr-0.5.4/debian/copyright @@ -0,0 +1,19 @@ +This Debian package of the GNU R package abbyyR was generated +automatically using cran2deb4ubuntu by cran2deb4ubuntu +. + +The original GNU R package is Copyright (C) 2018 Gaurav Sood [aut, cre] +and possibly others. + +The original GNU R package is maintained by Gaurav Sood + and was obtained from: + +http://cran.r-project.org/src/contrib + +The GNU R package DESCRIPTION offers a Copyright licenses under the +terms of the license: MIT + file LICENSE . On a Debian GNU/Linux +system, common licenses are included in the directory +/usr/share/common-licenses/. + +The DESCRIPTION file for the original GNU R package can be found in +/usr/lib/R/site-library/r-cran-abbyyr/DESCRIPTION --- abbyyr-0.5.4.orig/debian/rules +++ abbyyr-0.5.4/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +debRreposname := cran +include /usr/share/R/debian/r-cran.mk