[Debian-hebrew-package] [svn] r294 - pkg/hocr/trunk/debian

Yaacov Zamir kzamir-guest at costa.debian.org
Tue Jan 3 22:03:27 UTC 2006


Author: kzamir-guest
Date: Tue Jan  3 22:03:26 2006
New Revision: 294

Added:
   pkg/hocr/trunk/debian/libhocr-perl.dirs
   pkg/hocr/trunk/debian/libhocr-perl.files
   pkg/hocr/trunk/debian/libhocr-python.dirs
   pkg/hocr/trunk/debian/libhocr-python.files
Modified:
   pkg/hocr/trunk/debian/control
   pkg/hocr/trunk/debian/rules
Log:
add hocr-perl and hocr-python packages

Modified: pkg/hocr/trunk/debian/control
==============================================================================
--- pkg/hocr/trunk/debian/control	(original)
+++ pkg/hocr/trunk/debian/control	Tue Jan  3 22:03:26 2006
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Debian Hebrew Packaging Team <debian-hebrew-package at lists.alioth.debian.org>
 Uploaders: Baruch Even <baruch at debian.org>, Lior Kaplan <webmaster at guides.co.il>
-Build-Depends: debhelper (>= 4.0.0), autotools-dev, libgtkspell-dev, libgtk2.0-dev, gettext, pkg-config
+Build-Depends: swig, debhelper (>= 4.0.0), python-dev, autotools-dev, libgtkspell-dev, libgtk2.0-dev, gettext, pkg-config
 Standards-Version: 3.6.2
 Section: libs
 
@@ -11,7 +11,7 @@
 Architecture: any
 Depends: libhocr0 (= ${Source-Version})
 Description: Developemnt files for hocr library
- libhocr is an Hebrew OCR (Optical character recognition) library written in C.
+ libhocr is an Hebrew OCR (Optical character recognition) library written in C/C++.
  .
  This package contains headers and support files required to build new 
  applications with libhocr.
@@ -24,7 +24,7 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: netpbm
 Description: Hebrew OCR library
- libhocr is an Hebrew OCR (Optical character recognition) library written in C.
+ libhocr is an Hebrew OCR (Optical character recognition) library written in C/C++.
  .
  This package contains the libhocr library and the hocr command line utility,
  which can process PBM file formats
@@ -40,3 +40,25 @@
  can open multiple image formats and uses aspell for internal spell checking.
  .
  Homepage: http://hocr.berlios.de/
+
+Package: libhocr-python
+Section: python
+Architecture: any
+Depends: libhocr0 (= ${Source-Version}), ${python:Depends}
+Description: Hebrew OCR library
+ libhocr is an Hebrew OCR (Optical character recognition) library written in C/C++.
+ .
+ This package contains python bindings to libhdate
+ .
+ Homepage: http://hocr.berlios.de/
+
+Package: libhocr-perl
+Section: perl
+Architecture: any
+Depends: libhocr0 (= ${Source-Version}), ${perl:Depends}
+Description: Hebrew OCR library
+ libhocr is an Hebrew OCR (Optical character recognition) library written in C/C++.
+ .
+ This package contains perl bindings to libhdate
+ .
+ Homepage: http://hocr.berlios.de/

Modified: pkg/hocr/trunk/debian/rules
==============================================================================
--- pkg/hocr/trunk/debian/rules	(original)
+++ pkg/hocr/trunk/debian/rules	Tue Jan  3 22:03:26 2006
@@ -36,7 +36,7 @@
 config.status: configure
 	dh_testdir
 	# Add here commands to configure the package.
-	CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+	CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-perl --enable-python  --enable-pascal --with-perl-sitelib-dir=/usr/lib/perl5
 
 
 build: build-stamp
@@ -94,6 +94,8 @@
 	dh_strip
 	dh_compress
 	dh_fixperms
+	dh_perl
+	dh_python
 	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps



More information about the Debian-hebrew-package mailing list