[feel++] 54/122: fix for buildd

Mattia Rizzolo mattia at debian.org
Sun Feb 14 15:29:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository feel++.

commit b6b727efefdd571a373dba673b42346e8a75c568
Author: Christophe Prudhomme <prudhomm at debian.org>
Date:   Thu Mar 17 20:42:37 2011 +0000

    fix for buildd
---
 debian/changelog             |  7 +++++++
 debian/patches/feelgeo.patch | 14 ++++++++++++++
 debian/patches/series        |  2 +-
 3 files changed, 22 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 272e283..c57db47 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+feel++ (0.90.0-2) unstable; urgency=low
+
+  [Christophe Prud'homme]
+  * debian/patches/feelgeo: fix compilation in buildd
+
+ -- Christophe Prud'homme <prudhomm at debian.org>  Thu, 17 Mar 2011 21:41:36 +0100
+
 feel++ (0.90.0-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/patches/feelgeo.patch b/debian/patches/feelgeo.patch
new file mode 100644
index 0000000..4c84fde
--- /dev/null
+++ b/debian/patches/feelgeo.patch
@@ -0,0 +1,14 @@
+Index: feel++-0.90.0/feel/feelfilters/CMakeLists.txt
+===================================================================
+--- feel++-0.90.0.orig/feel/feelfilters/CMakeLists.txt	2011-03-17 21:38:57.000000000 +0100
++++ feel++-0.90.0/feel/feelfilters/CMakeLists.txt	2011-03-17 21:39:08.000000000 +0100
+@@ -39,5 +39,7 @@
+ 
+ # create $ENV{HOME}/feel/geo if it does not exist already: this is the geometry
+ # files repository
+-file(MAKE_DIRECTORY $ENV{HOME}/feel/geo)
+-file(COPY feel.geo  feel.geo DESTINATION $ENV{HOME}/feel/geo )
++if (EXISTS $ENV{HOME})
++  file(MAKE_DIRECTORY $ENV{HOME}/feel/geo)
++  file(COPY feel.geo  feel.geo DESTINATION $ENV{HOME}/feel/geo )
++endif (EXISTS $ENV{HOME})
diff --git a/debian/patches/series b/debian/patches/series
index 8b13789..1debc99 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-
+feelgeo.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/feel++.git



More information about the debian-science-commits mailing list