From c961952e88c41431f0d9766dcb17ef17fc7d048e Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Mon, 4 Apr 2022 12:59:05 -0300 Subject: [PATCH] Added git as suggested dependency for the Debian package --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index a660abff..a040d20f 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, ${python3:Depends}, python3-distutils, python3-yaml, kicad (>= 5.1.6), python3-wxgtk4.0 Recommends: kibom.inti-cmnb (>= 1.8.0), interactivehtmlbom.inti-cmnb, pcbdraw, imagemagick, librsvg2-bin, python3-xlsxwriter, rar, poppler-utils -Suggests: pandoc, texlive-latex-base, texlive-latex-recommended +Suggests: pandoc, texlive-latex-base, texlive-latex-recommended, git Description: KiCad Bot KiBot is a program which helps you to automate the generation of KiCad output documents easily, repeatable, and most of all, scriptably.