tags 730889 + patch
thanks

Dear maintainer,

I've prepared an NMU for libpodofo (versioned as 0.9.0-1.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

David
diff -Nru libpodofo-0.9.0/debian/changelog libpodofo-0.9.0/debian/changelog
--- libpodofo-0.9.0/debian/changelog	2011-11-09 11:02:28.000000000 -0400
+++ libpodofo-0.9.0/debian/changelog	2013-12-26 22:50:04.000000000 -0400
@@ -1,3 +1,11 @@
+libpodofo (0.9.0-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix another freetype path issue with version >= 2.5 (Closes: #730889).
+  * Build-Depends against libtiff-dev, not libtiff4-dev.
+
+ -- David Prévot <taf...@debian.org>  Thu, 26 Dec 2013 22:49:14 -0400
+
 libpodofo (0.9.0-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru libpodofo-0.9.0/debian/control libpodofo-0.9.0/debian/control
--- libpodofo-0.9.0/debian/control	2011-11-09 10:35:34.000000000 -0400
+++ libpodofo-0.9.0/debian/control	2013-12-26 22:49:12.000000000 -0400
@@ -1,7 +1,7 @@
 Source: libpodofo
 Priority: extra
 Maintainer: Oleksandr Moskalenko <ma...@debian.org>
-Build-Depends: debhelper (>= 7), cmake, zlib1g-dev, libtiff4-dev, libjpeg-dev, libfreetype6-dev, libfontconfig1-dev, quilt
+Build-Depends: debhelper (>= 7), cmake, zlib1g-dev, libtiff-dev, libjpeg-dev, libfreetype6-dev (>= 2.5), libfontconfig1-dev, quilt
 #, libboost-graph1.46-dev
 Standards-Version: 3.9.1
 Section: libdevel
diff -Nru libpodofo-0.9.0/debian/patches/freetype_strikes_back libpodofo-0.9.0/debian/patches/freetype_strikes_back
--- libpodofo-0.9.0/debian/patches/freetype_strikes_back	1969-12-31 20:00:00.000000000 -0400
+++ libpodofo-0.9.0/debian/patches/freetype_strikes_back	2013-12-26 22:51:35.000000000 -0400
@@ -0,0 +1,21 @@
+Description: Fix another freetype path issue with version >= 2.5
+Author: David Prévot <taf...@debian.org>
+Bug-Debian: http://bugs.debian.org/730889
+Last-Update: 2013-12-26
+--- a/cmake/modules/FindFREETYPE.cmake
++++ b/cmake/modules/FindFREETYPE.cmake
+@@ -13,12 +13,12 @@
+ SET(FREETYPE_FIND_QUIETLY 1)
+ 
+ FIND_PATH(FREETYPE_INCLUDE_DIR_FT2BUILD ft2build.h
+-  /usr/include/
++  /usr/include/freetype2
+   /usr/local/include/
+   NO_CMAKE_SYSTEM_PATH
+ )
+ 
+-FIND_PATH(FREETYPE_INCLUDE_DIR_FTHEADER freetype/config/ftheader.h
++FIND_PATH(FREETYPE_INCLUDE_DIR_FTHEADER config/ftheader.h
+   /usr/include/freetype2
+   /usr/local/include/freetype2
+   ${FREETYPE_INCLUDE_DIR_FT2BUILD}
diff -Nru libpodofo-0.9.0/debian/patches/series libpodofo-0.9.0/debian/patches/series
--- libpodofo-0.9.0/debian/patches/series	2011-11-09 10:53:21.000000000 -0400
+++ libpodofo-0.9.0/debian/patches/series	2013-12-26 21:59:14.000000000 -0400
@@ -1,3 +1,4 @@
 FindZLIB.cmake
 CMakeLists.txt.top
 freetype_multiarch
+freetype_strikes_back

Attachment: signature.asc
Description: Digital signature

Reply via email to