rev 19805 - in kde-extras/krename/trunk/debian: . patches

Pino Toscano pino at moszumanska.debian.org
Wed Dec 25 18:06:48 UTC 2013


Author: pino
Date: 2013-12-25 18:06:48 +0000 (Wed, 25 Dec 2013)
New Revision: 19805

Added:
   kde-extras/krename/trunk/debian/patches/fix-freetype-includes.patch
Modified:
   kde-extras/krename/trunk/debian/changelog
   kde-extras/krename/trunk/debian/control
   kde-extras/krename/trunk/debian/patches/series
Log:
import 4.0.9-2


Modified: kde-extras/krename/trunk/debian/changelog
===================================================================
--- kde-extras/krename/trunk/debian/changelog	2013-12-25 18:04:37 UTC (rev 19804)
+++ kde-extras/krename/trunk/debian/changelog	2013-12-25 18:06:48 UTC (rev 19805)
@@ -1,3 +1,9 @@
+krename (4.0.9-2) unstable; urgency=low
+
+  * Fix FTBFS caused by freetype includes (Closes: #719395)
+
+ -- Fathi Boudra <fabo at debian.org>  Sat, 16 Nov 2013 12:57:14 +0200
+
 krename (4.0.9-1) unstable; urgency=low
 
   * New upstream release:

Modified: kde-extras/krename/trunk/debian/control
===================================================================
--- kde-extras/krename/trunk/debian/control	2013-12-25 18:04:37 UTC (rev 19804)
+++ kde-extras/krename/trunk/debian/control	2013-12-25 18:06:48 UTC (rev 19805)
@@ -12,7 +12,7 @@
                libpodofo-dev,
                libtag1-dev,
                pkg-kde-tools (>= 0.6.15)
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
 Homepage: http://www.krename.net
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/kde-extras/krename/trunk
 Vcs-Svn: svn://svn.debian.org/pkg-kde/kde-extras/krename/trunk

Added: kde-extras/krename/trunk/debian/patches/fix-freetype-includes.patch
===================================================================
--- kde-extras/krename/trunk/debian/patches/fix-freetype-includes.patch	                        (rev 0)
+++ kde-extras/krename/trunk/debian/patches/fix-freetype-includes.patch	2013-12-25 18:06:48 UTC (rev 19805)
@@ -0,0 +1,15 @@
+---
+ src/CMakeLists.txt |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -18,7 +18,7 @@ IF(LIBPODOFO_FOUND)
+ ENDIF(LIBPODOFO_FOUND)
+ 
+ IF(FREETYPE_FOUND)
+-  INCLUDE_DIRECTORIES( ${FREETYPE_INCLUDE_DIR} )
++  INCLUDE_DIRECTORIES( ${FREETYPE_INCLUDE_DIRS} )
+ ENDIF(FREETYPE_FOUND)
+ 
+ ADD_DEFINITIONS(${TAGLIB_CFLAGS} ${EXIV2_CFLAGS} ${LIBPODOFO_CFLAGS} ${KDE4_DEFINITIONS} )

Modified: kde-extras/krename/trunk/debian/patches/series
===================================================================
--- kde-extras/krename/trunk/debian/patches/series	2013-12-25 18:04:37 UTC (rev 19804)
+++ kde-extras/krename/trunk/debian/patches/series	2013-12-25 18:06:48 UTC (rev 19805)
@@ -1,2 +1,3 @@
 02_remove_desktop_deprecated_key.diff
 find_libpodofo.patch
+fix-freetype-includes.patch




More information about the pkg-kde-commits mailing list