From 9b01b283cc3adaa57382a34c5a5cde7e4593997f Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Sat, 18 Apr 2020 16:16:01 -0300 Subject: [PATCH] Added two missing dependences. --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fe8a1c3..f698dfc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +kicad-automation-scripts.inti-cmnb (1.1.3-2) stable; urgency=medium + + * Missing x11-xserver-utils and xsltproc dependences + + -- Salvador E. Tropea Sat, 18 Apr 2020 11:46:09 -0300 + kicad-automation-scripts.inti-cmnb (1.1.3-1) stable; urgency=medium * Changed debug/info colors diff --git a/debian/control b/debian/control index 1d9561c..ebd9568 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ X-Python3-Version: >= 3.2 Package: kicad-automation-scripts.inti-cmnb Architecture: all Multi-Arch: foreign -Depends: ${misc:Depends}, ${python3:Depends}, python3-xvfbwrapper, python3-psutil, recordmydesktop, xdotool, xclip, kicad (>= 5.1.0), python3-wxgtk4.0 +Depends: ${misc:Depends}, ${python3:Depends}, python3-xvfbwrapper, python3-psutil, recordmydesktop, xdotool, xclip, kicad (>= 5.1.0), x11-xserver-utils, xsltproc Description: KiCad automatio scripts Runs KiCad in a virtual environment to automate some tasks. You can run the ERC and DRC, print the PCB and schematic,