rev 16749 - in krap/qedje/trunk/debian: . patches

Ana Beatriz Guerrero López ana at alioth.debian.org
Sun Jan 31 19:51:26 UTC 2010


Author: ana
Date: 2010-01-31 19:51:25 +0000 (Sun, 31 Jan 2010)
New Revision: 16749

Added:
   krap/qedje/trunk/debian/patches/fix_dotpc.diff
Modified:
   krap/qedje/trunk/debian/changelog
   krap/qedje/trunk/debian/patches/series
Log:
fix for qedje ftbfs with newer cmake


Modified: krap/qedje/trunk/debian/changelog
===================================================================
--- krap/qedje/trunk/debian/changelog	2010-01-31 19:18:56 UTC (rev 16748)
+++ krap/qedje/trunk/debian/changelog	2010-01-31 19:51:25 UTC (rev 16749)
@@ -1,11 +1,17 @@
 qedje (0.4.0+lgpl-3) UNRELEASED; urgency=low
 
+  [ Karl Ferdinand Ebert ]
   * Bumped to standard version 3.8.3:
     - Placed README.source for quilt.
     - Manipulated last changelog date to 1 second later.
 
- -- Karl Ferdinand Ebert <kfebert at gmail.com>  Tue, 29 Sep 2009 20:30:38 +0200
+  [ Ana Beatriz Guerrero Lopez ]
+  * Fix FTFBS with newer cmake. Generate file qedje.pc explicitly
+    in the directory where is later read from. Patch fix_dotpc.diff.
+    (Closes: #562302)
 
+ -- Debian Krap Maintainers <debian-qt-kde at lists.debian.org>  Mon, 29 Jun 2009 15:15:52 +0300
+
 qedje (0.4.0+lgpl-2) unstable; urgency=low
 
   * Upload to unstable.

Added: krap/qedje/trunk/debian/patches/fix_dotpc.diff
===================================================================
--- krap/qedje/trunk/debian/patches/fix_dotpc.diff	                        (rev 0)
+++ krap/qedje/trunk/debian/patches/fix_dotpc.diff	2010-01-31 19:51:25 UTC (rev 16749)
@@ -0,0 +1,10 @@
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -34,6 +34,6 @@
+ install(FILES ${qedje_HEADERS} DESTINATION include/)
+ 
+ if (NOT WIN32)
+-    configure_file(qedje.pc.cmake qedje.pc @ONLY)
++    configure_file(qedje.pc.cmake ${CMAKE_BINARY_DIR}/qedje.pc @ONLY)
+     install(FILES ${CMAKE_BINARY_DIR}/qedje.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig/)
+ endif (NOT WIN32)

Modified: krap/qedje/trunk/debian/patches/series
===================================================================
--- krap/qedje/trunk/debian/patches/series	2010-01-31 19:18:56 UTC (rev 16748)
+++ krap/qedje/trunk/debian/patches/series	2010-01-31 19:51:25 UTC (rev 16749)
@@ -1 +1,2 @@
+fix_dotpc.diff
 01_bump_soname.diff




More information about the pkg-kde-commits mailing list