diff -Nru kicad-0.20141025+bzr4029/debian/changelog kicad-0.20141025+bzr4029/debian/changelog --- kicad-0.20141025+bzr4029/debian/changelog 2014-10-28 11:44:29.000000000 +0000 +++ kicad-0.20141025+bzr4029/debian/changelog 2014-12-06 17:35:41.000000000 +0000 @@ -1,3 +1,11 @@ +kicad (0.20141025+bzr4029-2) unstable; urgency=medium + + * modified the description of the package for Japanese documentation. + Closes: #767647 + * modified the default path to templates. Closes: #771354 + + -- Georges Khaznadar Sat, 01 Nov 2014 19:39:30 +0100 + kicad (0.20141025+bzr4029-1) unstable; urgency=medium * upgraded to the newest upstream releases for the code and the components. diff -Nru kicad-0.20141025+bzr4029/debian/control kicad-0.20141025+bzr4029/debian/control --- kicad-0.20141025+bzr4029/debian/control 2014-10-26 13:26:05.000000000 +0000 +++ kicad-0.20141025+bzr4029/debian/control 2014-11-01 18:39:18.000000000 +0000 @@ -90,7 +90,7 @@ Description: Kicad help files (Japanese) This package provides documentation for Kicad in Japanese. . - This package does not provide a Russian translation of the manual, only the + This package does not provide a Japanese translation of the manual, only the tutorial. Manual available in the French & English packages only. Package: kicad-doc-hu diff -Nru kicad-0.20141025+bzr4029/debian/patches/path_to_templates.patch kicad-0.20141025+bzr4029/debian/patches/path_to_templates.patch --- kicad-0.20141025+bzr4029/debian/patches/path_to_templates.patch 1970-01-01 00:00:00.000000000 +0000 +++ kicad-0.20141025+bzr4029/debian/patches/path_to_templates.patch 2014-12-06 17:33:45.000000000 +0000 @@ -0,0 +1,14 @@ +Index: kicad-0.20141025+bzr4029/kicad/prjconfig.cpp +=================================================================== +--- kicad-0.20141025+bzr4029.orig/kicad/prjconfig.cpp ++++ kicad-0.20141025+bzr4029/kicad/prjconfig.cpp +@@ -89,8 +89,7 @@ void KICAD_MANAGER_FRAME::CreateNewProje + } + else + { +- templatePath = wxPathOnly(wxStandardPaths::Get().GetExecutablePath()) + +- sep + wxT( ".." ) + sep + wxT( "share" ) + sep + wxT( "template" ) + sep; ++ templatePath = wxPathOnly("/usr/share/kicad/template") + sep; + } + + ps->AddPage( _( "System Templates" ), templatePath ); diff -Nru kicad-0.20141025+bzr4029/debian/patches/series kicad-0.20141025+bzr4029/debian/patches/series --- kicad-0.20141025+bzr4029/debian/patches/series 2014-10-28 11:42:33.000000000 +0000 +++ kicad-0.20141025+bzr4029/debian/patches/series 2014-12-06 17:32:24.000000000 +0000 @@ -5,3 +5,4 @@ fix-bashism.patch wx3.0-compat.patch version.patch +path_to_templates.patch