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

Lior Kaplan kaplan-guest at costa.debian.org
Fri Jan 6 19:52:36 UTC 2006


Author: kaplan-guest
Date: Fri Jan  6 19:52:35 2006
New Revision: 301

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/changelog
   pkg/hocr/trunk/debian/control
   pkg/hocr/trunk/debian/rules
Log:
Bring back the perl & python bindings after 0.7.1 was uploaded.


Modified: pkg/hocr/trunk/debian/changelog
==============================================================================
--- pkg/hocr/trunk/debian/changelog	(original)
+++ pkg/hocr/trunk/debian/changelog	Fri Jan  6 19:52:35 2006
@@ -1,3 +1,9 @@
+hocr (0.7.1-2) unstable; urgency=low
+
+  * Add bindings for Python & Perl.
+
+ -- Lior Kaplan <webmaster at guides.co.il>  Fri,  6 Jan 2006 21:31:26 +0200
+
 hocr (0.7.1-1) unstable; urgency=low
 
   * New upstream release

Modified: pkg/hocr/trunk/debian/control
==============================================================================
--- pkg/hocr/trunk/debian/control	(original)
+++ pkg/hocr/trunk/debian/control	Fri Jan  6 19:52:35 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: swig, debhelper (>= 4.0.0), autotools-dev, libgtkspell-dev, libgtk2.0-dev, gettext, pkg-config
+Build-Depends: debhelper (>= 4.0.0), autotools-dev, libgtkspell-dev, libgtk2.0-dev, gettext, pkg-config, swig, python-dev
 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 
+ Libhocr is an Hebrew OCR (Optical character recognition) library written in 
  C/C++.
  .
  This package contains headers and support files required to build new 
@@ -25,7 +25,7 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: netpbm
 Description: Hebrew OCR library
- libhocr is an Hebrew OCR (Optical character recognition) library written in 
+ 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,
@@ -38,7 +38,31 @@
 Architecture: any
 Depends: ${shlibs:Depends}, aspell-he, ${misc:Depends}
 Description: GTK+ frontend for Hebrew OCR
- hocr-gtk is a GTK+ based graphical interface to the libhocr library.  It 
+ Hocr-gtk is a GTK+ based graphical interface to the libhocr library.  It 
  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 Python bindings
+ Libhocr is an Hebrew OCR (Optical character recognition) library written in 
+ C/C++.
+ .
+ This package contains Python bindings to libhocr.
+ .
+ Homepage: http://hocr.berlios.de/
+
+Package: libhocr-perl
+Section: perl
+Architecture: any
+Depends: libhocr0 (= ${Source-Version}), ${perl:Depends}
+Description: Hebrew OCR library Perl bingings
+ Libhocr is an Hebrew OCR (Optical character recognition) library written in 
+ C/C++.
+ .
+ This package contains Perl bindings to libhocr.
+ .
+ Homepage: http://hocr.berlios.de/

Modified: pkg/hocr/trunk/debian/rules
==============================================================================
--- pkg/hocr/trunk/debian/rules	(original)
+++ pkg/hocr/trunk/debian/rules	Fri Jan  6 19:52:35 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 --with-perl-sitelib-dir=/usr/lib/perl5
 
 
 build: build-stamp
@@ -94,8 +94,8 @@
 	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_perl
-#	dh_python
+	dh_perl
+	dh_python
 	dh_makeshlibs -V
 	dh_installdeb
 	dh_shlibdeps



More information about the Debian-hebrew-package mailing list