r35924 - in /packages/cimg/trunk/debian/patches: 20_examples2.patch series

tille at users.alioth.debian.org tille at users.alioth.debian.org
Thu Oct 22 18:29:56 UTC 2009


Author: tille
Date: Thu Oct 22 18:29:56 2009
New Revision: 35924

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35924
Log:
Fix relative path in example file

Added:
    packages/cimg/trunk/debian/patches/20_examples2.patch
Modified:
    packages/cimg/trunk/debian/patches/series

Added: packages/cimg/trunk/debian/patches/20_examples2.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/cimg/trunk/debian/patches/20_examples2.patch?rev=35924&op=file
==============================================================================
--- packages/cimg/trunk/debian/patches/20_examples2.patch (added)
+++ packages/cimg/trunk/debian/patches/20_examples2.patch Thu Oct 22 18:29:56 2009
@@ -1,0 +1,13 @@
+Author: Andreas Tille <tille at debian.org>
+Description: Do not use relative path to header file
+--- CImg-1.3.2.orig/examples/use_skeleton.cpp
++++ CImg-1.3.2/examples/use_skeleton.cpp
+@@ -43,7 +43,7 @@
+ 
+ #include <queue>
+ #define cimg_plugin "plugins/skeleton.h"
+-#include "../CImg.h"
++#include "CImg.h"
+ using namespace cimg_library;
+ #ifndef cimg_imagepath
+ #define cimg_imagepath "img/"

Modified: packages/cimg/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/cimg/trunk/debian/patches/series?rev=35924&op=diff
==============================================================================
--- packages/cimg/trunk/debian/patches/series (original)
+++ packages/cimg/trunk/debian/patches/series Thu Oct 22 18:29:56 2009
@@ -1,2 +1,3 @@
 10_examples.patch
 10_do_not_build_gmic_examples.patch
+20_examples2.patch




More information about the debian-science-commits mailing list