[SCM] Audacity debian packaging branch, master, updated. debian/1.3.7-3-32-g3f95d60

bdrung-guest at users.alioth.debian.org bdrung-guest at users.alioth.debian.org
Mon Aug 31 12:23:57 UTC 2009


The following commit has been merged in the master branch:
commit 3f95d608ff75ee51db21bb219f1bf73c482a7f2c
Author: Benjamin Drung <bdrung at gmail.com>
Date:   Mon Aug 31 14:22:32 2009 +0200

    Drop 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
deleted file mode 100644
index 822df72..0000000
--- a/debian/patches/dont-create-help-directory-on-runtime.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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