[SCM] 2D CAD system branch, master, updated. debian/1.0.0-rc1+nolibs-4-9-gfdfceb6

Lisandro Damián Nicanor Pérez Meyer perezmeyer at gmail.com
Tue Sep 6 02:26:33 UTC 2011


The following commit has been merged in the master branch:
commit fdfceb61ba5dbaa27740c85f131a2604bd2dd10c
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Mon Sep 5 23:26:07 2011 -0300

    Fix missing path in INCLUDEPATH.

diff --git a/debian/patches/debian-fparser.patch b/debian/patches/debian-fparser.patch
index 82ab29f..0bf71ec 100644
--- a/debian/patches/debian-fparser.patch
+++ b/debian/patches/debian-fparser.patch
@@ -18,16 +18,17 @@ Last-Update: 2011-08-05
  # Store intermedia stuff somewhere else
  OBJECTS_DIR = intermediate/obj
  MOC_DIR = intermediate/moc
-@@ -75,8 +76,6 @@
+@@ -75,8 +76,7 @@
  RESOURCES += res/extui/extui.qrc
  
  INCLUDEPATH += \
 -    dxflib/src \
 -    fparser \
++    /usr/include/dxflib \
      src/cmd \
      src/lib/actions \
      src/lib/creation \
-@@ -99,17 +98,6 @@
+@@ -99,17 +99,6 @@
  # ################################################################################
  # Library
  HEADERS = \
@@ -45,7 +46,7 @@ Last-Update: 2011-08-05
      src/lib/actions/rs_actioninterface.h \
      src/lib/actions/rs_preview.h \
      src/lib/actions/rs_previewactioninterface.h \
-@@ -206,9 +194,6 @@
+@@ -206,9 +195,6 @@
      src/plugins/intern/qc_actiongetent.h
  
  SOURCES = \

-- 
2D CAD system



More information about the debian-science-commits mailing list