r47015 - in /packages/fenics/ffc/trunk/debian: changelog patches/ patches/fix-ufc-config.patch patches/series

johannr-guest at users.alioth.debian.org johannr-guest at users.alioth.debian.org
Mon Apr 13 08:07:35 UTC 2015


Author: johannr-guest
Date: Mon Apr 13 08:07:35 2015
New Revision: 47015

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47015
Log:
Add patch for fixing broken UFCConfig.cmake.

Added:
    packages/fenics/ffc/trunk/debian/patches/
    packages/fenics/ffc/trunk/debian/patches/fix-ufc-config.patch
    packages/fenics/ffc/trunk/debian/patches/series
Modified:
    packages/fenics/ffc/trunk/debian/changelog

Modified: packages/fenics/ffc/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/fenics/ffc/trunk/debian/changelog?rev=47015&op=diff
==============================================================================
--- packages/fenics/ffc/trunk/debian/changelog	(original)
+++ packages/fenics/ffc/trunk/debian/changelog	Mon Apr 13 08:07:35 2015
@@ -1,3 +1,9 @@
+ffc (1.5.0-3) unstable; urgency=medium
+
+  * Add patch for fixing broken UFCConfig.cmake (closes: #782317).
+
+ -- Johannes Ring <johannr at simula.no>  Fri, 10 Apr 2015 12:57:50 +0200
+
 ffc (1.5.0-2) unstable; urgency=medium
 
   * debian/rules: Remove bad directives in pkg-config file ufc-1.pc to

Added: packages/fenics/ffc/trunk/debian/patches/fix-ufc-config.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/fenics/ffc/trunk/debian/patches/fix-ufc-config.patch?rev=47015&op=file
==============================================================================
--- packages/fenics/ffc/trunk/debian/patches/fix-ufc-config.patch	(added)
+++ packages/fenics/ffc/trunk/debian/patches/fix-ufc-config.patch	Mon Apr 13 08:07:35 2015
@@ -0,0 +1,13 @@
+diff --git a/setup.py b/setup.py
+index 9dd02e1..a3bbd50 100644
+--- a/setup.py
++++ b/setup.py
+@@ -49,7 +49,7 @@ def get_installation_prefix():
+             if platform.system() == "Windows":
+                 prefix = sys.prefix
+             else:
+-                prefix = "/usr/local"
++                prefix = sys.prefix
+     return os.path.abspath(os.path.expanduser(prefix))
+ 
+ def get_swig_executable():

Added: packages/fenics/ffc/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/fenics/ffc/trunk/debian/patches/series?rev=47015&op=file
==============================================================================
--- packages/fenics/ffc/trunk/debian/patches/series	(added)
+++ packages/fenics/ffc/trunk/debian/patches/series	Mon Apr 13 08:07:35 2015
@@ -0,0 +1 @@
+fix-ufc-config.patch




More information about the debian-science-commits mailing list