[SCM] Audacity debian packaging branch, master, updated. debian/1.3.7-3-19-gd1844c5

bdrung-guest at users.alioth.debian.org bdrung-guest at users.alioth.debian.org
Sat Aug 1 22:18:53 UTC 2009


The following commit has been merged in the master branch:
commit 04d947a1d820c5ac1d92f33ac264482ed704cf75
Author: Benjamin Drung <bdrung at gmail.com>
Date:   Sun Aug 2 00:17:30 2009 +0200

    Do not create help directory on runtime (backport patch from upstream)
    - Add debian/patches/dont-create-help-directory-on-runtime.patch

diff --git a/debian/patches/dont-create-help-directory-on-runtime.patch b/debian/patches/dont-create-help-directory-on-runtime.patch
new file mode 100644
index 0000000..822df72
--- /dev/null
+++ b/debian/patches/dont-create-help-directory-on-runtime.patch
@@ -0,0 +1,12 @@
+diff -Nur -x '*.orig' -x '*~' debian.git/src/FileNames.cpp debian.git.new/src/FileNames.cpp
+--- debian.git/src/FileNames.cpp	2009-07-17 21:42:24.341690000 +0200
++++ debian.git.new/src/FileNames.cpp	2009-08-02 00:12:53.238525538 +0200
+@@ -120,7 +120,7 @@
+ {
+    // Use the Audacity.exe directory as a base (on Windows, others elsewhere)
+    wxString exeDir = wxStandardPaths::Get().GetDataDir();
+-   return FileNames::MkDir( wxFileName( exeDir+wxT("/help/manual"), wxEmptyString ).GetFullPath() );
++   return wxFileName( exeDir+wxT("/help/manual"), wxEmptyString ).GetFullPath();
+ }
+ 
+ wxString FileNames::HtmlHelpIndexFile(bool quick)

-- 
Audacity debian packaging



More information about the pkg-multimedia-commits mailing list