From faae49c640ee2d308d40bc5867d6ecbd80ac0fc1 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 26 Feb 2014 16:48:01 +0100 Subject: initial packaging based on http://www.unchartedbackwaters.co.uk/pyblosxom/static/truecrypt_debian_packaging --- debian/patches/001-user-guide-location.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 debian/patches/001-user-guide-location.patch (limited to 'debian/patches/001-user-guide-location.patch') diff --git a/debian/patches/001-user-guide-location.patch b/debian/patches/001-user-guide-location.patch new file mode 100644 index 0000000..38af4ff --- /dev/null +++ b/debian/patches/001-user-guide-location.patch @@ -0,0 +1,13 @@ +Description: rename user guide (not white spaces in filename) +Author: Francis Russell +--- a/Main/GraphicUserInterface.cpp 2013-01-13 23:15:11.109850819 +0000 ++++ b/Main/GraphicUserInterface.cpp 2013-01-13 23:15:25.184237643 +0000 +@@ -1085,7 +1085,7 @@ + #elif defined (TC_MACOSX) + docPath += L"/../Resources/TrueCrypt User Guide.pdf"; + #elif defined (TC_UNIX) +- docPath = L"/usr/share/truecrypt/doc/TrueCrypt User Guide.pdf"; ++ docPath = L"/usr/share/doc/truecrypt/user_guide.pdf"; + #else + # error TC_RESOURCE_DIR undefined + #endif -- cgit v1.2.3