[SCM] faustworks/master: Add patch to fix path to translations.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Oct 8 14:42:34 UTC 2017


The following commit has been merged in the master branch:
commit cb8c4df414bc472b5e54834e563929719bfa6e63
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Oct 8 16:33:26 2017 +0200

    Add patch to fix path to translations.

diff --git a/debian/patches/0001-Fix_ref_to_trans_file.patch b/debian/patches/0001-Fix_ref_to_trans_file.patch
new file mode 100644
index 0000000..58e4683
--- /dev/null
+++ b/debian/patches/0001-Fix_ref_to_trans_file.patch
@@ -0,0 +1,15 @@
+Description: Fix path to translation.
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+
+Index: faustworks/Resources/i18n.qrc
+===================================================================
+--- faustworks.orig/Resources/i18n.qrc
++++ faustworks/Resources/i18n.qrc
+@@ -1,5 +1,5 @@
+ <!DOCTYPE RCC><RCC version="1.0">
+  <qresource>
+-     <file>translations/i18n_ru.qm</file>
++     <file>translations/i18n_ru.ts</file>
+  </qresource>
+  </RCC>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ba1c0e0
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Fix_ref_to_trans_file.patch

-- 
faustworks packaging



More information about the pkg-multimedia-commits mailing list