Hello, On Wed, Feb 03, 2016 at 05:11:31PM +0100, Daniele Forsi wrote: > Package: kicad-doc-de > Severity: minor > > Dear Maintainer, > > while translating package descriptions, I saw that the short > description of kicad-doc-de says: > > Kicad help files (English) > > and the long description says: > > This package provides documentation for Kicad in German. > > while most documents are actually in German, the > getting_started_in_kicad.* files are in English.
I prepared two little patches for fixing this issue and also adding the German and Spain documenation to the Suggest field for the kicad package. Regards Carsten
>From 389cf767775b16f6062644c55b9b46cf70568d0f Mon Sep 17 00:00:00 2001 From: Carsten Schoenert <[email protected]> Date: Sun, 7 Feb 2016 12:58:55 +0100 Subject: [PATCH 1/2] debian/control: correct miss spelled package description --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 65f9588..5df6935 100644 --- a/debian/control +++ b/debian/control @@ -72,7 +72,7 @@ Description: Kicad help files (English) Package: kicad-doc-de Architecture: all Depends: ${misc:Depends} -Description: Kicad help files (English) +Description: Kicad help files (German) This package provides documentation for Kicad in German. Package: kicad-doc-es -- 2.7.0
>From 2b3599981f3785f3f0f772e5a0187a0fb4289a07 Mon Sep 17 00:00:00 2001 From: Carsten Schoenert <[email protected]> Date: Sun, 7 Feb 2016 13:00:31 +0100 Subject: [PATCH 2/2] debian/control: adding new doc packages to Suggests Since there are kicad-doc-{de,es} now included lets suggest these package also for kicad. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 5df6935..7d6750c 100644 --- a/debian/control +++ b/debian/control @@ -33,7 +33,7 @@ Depends: kicad-common (>= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libglew1.13|libglew1.10 Suggests: extra-xdg-menus, - kicad-doc-en | kicad-doc-fr | kicad-doc-it | kicad-doc-ja | kicad-doc-nl | kicad-doc-pl + kicad-doc-en | kicad-doc-de | kicad-do-es | kicad-doc-fr | kicad-doc-it | kicad-doc-ja | kicad-doc-nl | kicad-doc-pl Description: Electronic schematic and PCB design software Kicad is a suite of programs for the creation of printed circuit boards. It includes a schematic editor, a PCB layout tool, support tools and a -- 2.7.0

