~ubuntu-branches/ubuntu/wily/choreonoid/wily

« back to all changes in this revision

Viewing changes to debian/patches/0006-Port-to-Boost-Filesystem-v3.patch

  • Committer: Package Import Robot
  • Author(s): Thomas Moulard
  • Date: 2013-06-13 13:46:59 UTC
  • Revision ID: package-import@ubuntu.com-20130613134659-ynv9m8rngdr2q9hk
Tags: 1.1.0+dfsg-5
* Fix patch fixing opcode portability issue (Closes: #711003).
* Fix patch porting to Boost.Filesystem v3.
* Update symbols for amd64, i386, kfreebsd-i386 and kfreebsd-amd64
  architectures.
* Add autopkgtest support and simple test case.

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
     shared->directoryVariableMap = AppConfig::archive()->openMapping("PathVariables");
136
136
 
137
137
-    shared->projectDirPath = filesystem::complete(filesystem::path(projectFile)).branch_path();
138
 
+    shared->projectDirPath = filesystem3::absolute(filesystem::path(projectFile)).branch_path();
 
138
+    shared->projectDirPath = filesystem::absolute(filesystem::path(projectFile)).branch_path();
139
139
     shared->topDirPath = App::topDirectory();
140
140
     shared->shareDirPath = App::shareDirectory();
141
141