--- pdfocr-0.1.1.orig/debian/install +++ pdfocr-0.1.1/debian/install @@ -0,0 +1 @@ +pdfocr.rb usr/bin --- pdfocr-0.1.1.orig/debian/copyright +++ pdfocr-0.1.1/debian/copyright @@ -0,0 +1,41 @@ +This package was debianized by Geza Kovacs on +Sat, 17 Apr 2010 13:59:40 -0400. + +It was downloaded from http://github.com/gkovacs/pdfocr + +Upstream Author: + + Geza Kovacs + +Copyright: + + Copyright (C) 2010 Geza Kovacs + +License: + + MIT + +The Debian packaging is: + + Copyright (C) 2010 Geza Kovacs + and is licensed under the MIT license, see below. + +License: MIT + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to + deal in the Software without restriction, including without limitation the + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + IN THE SOFTWARE. --- pdfocr-0.1.1.orig/debian/control +++ pdfocr-0.1.1/debian/control @@ -0,0 +1,13 @@ +Source: pdfocr +Section: utils +Priority: optional +Maintainer: Geza Kovacs +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.4 +Homepage: http://github.com/gkovacs/pdfocr + +Package: pdfocr +Architecture: all +Depends: ${misc:Depends}, ruby (>= 1.8.7), cuneiform, pdftk, poppler-utils, exactimage +Description: Adds OCR layer to scanned PDF files + pdfocr uses optical charater recognition to extract text from scanned PDF files, and adds the recognized text back to the PDF file. This makes the resulting PDF files searchable. --- pdfocr-0.1.1.orig/debian/rules +++ pdfocr-0.1.1/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +%: + dh $@ --- pdfocr-0.1.1.orig/debian/manpages +++ pdfocr-0.1.1/debian/manpages @@ -0,0 +1 @@ +pdfocr.1 \ No newline at end of file --- pdfocr-0.1.1.orig/debian/watch +++ pdfocr-0.1.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://githubredir.debian.net/github/gkovacs/pdfocr/(.*).tar.gz \ No newline at end of file --- pdfocr-0.1.1.orig/debian/changelog +++ pdfocr-0.1.1/debian/changelog @@ -0,0 +1,11 @@ +pdfocr (0.1.1-1gezakovacs~karmic1) karmic; urgency=low + + * Upload to Launchpad + + -- Geza Kovacs Sat, 17 Apr 2010 15:29:54 -0400 + +pdfocr (0.1.1-1) unstable; urgency=low + + * Initial release + + -- Geza Kovacs Sat, 17 Apr 2010 13:59:40 -0400 --- pdfocr-0.1.1.orig/debian/dirs +++ pdfocr-0.1.1/debian/dirs @@ -0,0 +1 @@ +usr/bin --- pdfocr-0.1.1.orig/debian/compat +++ pdfocr-0.1.1/debian/compat @@ -0,0 +1 @@ +7 --- pdfocr-0.1.1.orig/debian/links +++ pdfocr-0.1.1/debian/links @@ -0,0 +1 @@ +/usr/bin/pdfocr.rb /usr/bin/pdfocr \ No newline at end of file