[SCM] sonic-visualiser/master: Added leading slash to helper-path calculation

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Thu Jan 25 21:27:40 UTC 2018


The following commit has been merged in the master branch:
commit 8f6c302c61c39214fd1dd31e3f668810099ad5a1
Author: IOhannes m zmölnig (Debian/GNU) <umlaeute at debian.org>
Date:   Thu Jan 25 22:14:07 2018 +0100

    Added leading slash to helper-path calculation
    
    Gbp-Dch: ignore

diff --git a/debian/patches/01-system_helper_path.patch b/debian/patches/01-system_helper_path.patch
index 7151e4e..82f824f 100644
--- a/debian/patches/01-system_helper_path.patch
+++ b/debian/patches/01-system_helper_path.patch
@@ -11,7 +11,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  {
      QStringList dirs;
      QString myDir = QCoreApplication::applicationDirPath();
-+    dirs.push_back(myDir + "../lib/sonic-visualiser/helpers");
++    dirs.push_back(myDir + "/../lib/sonic-visualiser/helpers");
      dirs.push_back(myDir + "/helpers");
      dirs.push_back(myDir);
      return dirs;

-- 
sonic-visualiser packaging



More information about the pkg-multimedia-commits mailing list