[Debian-hebrew-package] r1046 - in /pkg/hocr/trunk/debian: changelog patches/lm.patch patches/series

tzafrir at users.alioth.debian.org tzafrir at users.alioth.debian.org
Mon Jan 23 20:45:51 UTC 2017


Author: tzafrir
Date: Mon Jan 23 20:45:50 2017
New Revision: 1046

URL: http://svn.debian.org/wsvn/debian-hebrew/?sc=1&rev=1046
Log:
lm.patch: link libhocr with libm

Added:
    pkg/hocr/trunk/debian/patches/lm.patch
Modified:
    pkg/hocr/trunk/debian/changelog
    pkg/hocr/trunk/debian/patches/series

Modified: pkg/hocr/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hocr/trunk/debian/changelog?rev=1046&op=diff
==============================================================================
--- pkg/hocr/trunk/debian/changelog	(original)
+++ pkg/hocr/trunk/debian/changelog	Mon Jan 23 20:45:50 2017
@@ -12,6 +12,7 @@
   * reproducible-build.patch (Closes: #831647)
   * A DEP-5 copyright file
   * Add a symbols file for libhocr0
+  * lm.patch: link libhocr with libm
 
  -- Tzafrir Cohen <tzafrir at debian.org>  Mon, 23 Jan 2017 19:44:16 +0200
 

Added: pkg/hocr/trunk/debian/patches/lm.patch
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hocr/trunk/debian/patches/lm.patch?rev=1046&op=file
==============================================================================
--- pkg/hocr/trunk/debian/patches/lm.patch	(added)
+++ pkg/hocr/trunk/debian/patches/lm.patch	Mon Jan 23 20:45:50 2017
@@ -0,0 +1,13 @@
+From: Tzafrir Cohen <tzafrir at debian.org>
+Subject: link libhocr with libm
+
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -37,6 +37,7 @@ libhocr_la_SOURCES = \
+ libhocr_la_LDFLAGS = -version-info 0:0:0
+ 
+ libhocr_la_LIBADD = \
++	-lm \
+         $(hspell_LIBS) \
+         $(tiff_LIBS) \
+         $(fftw_LIBS)

Modified: pkg/hocr/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hocr/trunk/debian/patches/series?rev=1046&op=diff
==============================================================================
--- pkg/hocr/trunk/debian/patches/series	(original)
+++ pkg/hocr/trunk/debian/patches/series	Mon Jan 23 20:45:50 2017
@@ -1,2 +1,3 @@
 reproducible-build.patch
 install_scripts.patch
+lm.patch




More information about the Debian-hebrew-package mailing list