rev 18722 - in kde-extras/skanlite/trunk/debian: . patches

Kai Wasserbäch curan-guest at alioth.debian.org
Thu Nov 25 17:38:50 UTC 2010


Author: curan-guest
Date: 2010-11-25 17:38:46 +0000 (Thu, 25 Nov 2010)
New Revision: 18722

Added:
   kde-extras/skanlite/trunk/debian/patches/fix_FTBFS_png.patch
Modified:
   kde-extras/skanlite/trunk/debian/changelog
   kde-extras/skanlite/trunk/debian/patches/series
Log:
* debian/patches/fix_FTBFS_png.patch: Added.

Modified: kde-extras/skanlite/trunk/debian/changelog
===================================================================
--- kde-extras/skanlite/trunk/debian/changelog	2010-11-25 17:21:58 UTC (rev 18721)
+++ kde-extras/skanlite/trunk/debian/changelog	2010-11-25 17:38:46 UTC (rev 18722)
@@ -14,7 +14,9 @@
       to Git.
   * debian/watch: Updated for new location on SF (custom rule as redirector
     doesn't work).
-  * debian/patches/add_upstream_changelog.patch: Updated.
+  * debian/patches:
+    - add_upstream_changelog.patch: Updated.
+    - fix_FTBFS_png.patch: Added.
   * debian/source.lintian-overrides: Added (consequence of the custom SF watch
     file).
 

Added: kde-extras/skanlite/trunk/debian/patches/fix_FTBFS_png.patch
===================================================================
--- kde-extras/skanlite/trunk/debian/patches/fix_FTBFS_png.patch	                        (rev 0)
+++ kde-extras/skanlite/trunk/debian/patches/fix_FTBFS_png.patch	2010-11-25 17:38:46 UTC (rev 18722)
@@ -0,0 +1,17 @@
+Subject: Fix FTBFS due to missing find_package(PNG REQUIRED)
+From: Kai Wasserbäch <debian at carbon-project.org>
+Last-Update: 2010-11-25
+---
+ CMakeLists.txt |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -5,6 +5,7 @@ include(KDE4Defaults)
+ include_directories (${KDE4_INCLUDES})
+ 
+ find_package(KSane REQUIRED)
++find_package(PNG REQUIRED)
+ 
+ set(skanlite_SRCS main.cpp skanlite.cpp ImageViewer.cpp KSaneImageSaver.cpp SaveLocation.cpp)
+ 

Modified: kde-extras/skanlite/trunk/debian/patches/series
===================================================================
--- kde-extras/skanlite/trunk/debian/patches/series	2010-11-25 17:21:58 UTC (rev 18721)
+++ kde-extras/skanlite/trunk/debian/patches/series	2010-11-25 17:38:46 UTC (rev 18722)
@@ -1 +1,2 @@
 add_upstream_changelog.patch
+fix_FTBFS_png.patch




More information about the pkg-kde-commits mailing list