diff --git a/debian/control.main-pkg.in b/debian/control.main-pkg.in index 18454accc52..9fee70ff8c7 100644 --- a/debian/control.main-pkg.in +++ b/debian/control.main-pkg.in @@ -34,10 +34,12 @@ Depends: Recommends: linuxcnc-doc-en | linuxcnc-doc, librsvg2-dev, + x11-xserver-utils, @EXTRA_RECOMMENDS@, @PYTHON_IMAGING@, @PYTHON_IMAGING_TK@ -Suggests: mesaflash, +Suggests: + mesaflash, onboard Description: motion controller for CNC machines and robots LinuxCNC is a fully-realised CNC machine controller that can interpret diff --git a/debian/control.top.in b/debian/control.top.in index b925cc07cc2..03bc86f3efb 100644 --- a/debian/control.top.in +++ b/debian/control.top.in @@ -63,13 +63,14 @@ Rules-Requires-Root: binary-targets Package: @MAIN_PACKAGE_NAME@-dev Architecture: any Conflicts: linuxcnc-sim-dev, @OTHER_MAIN_PACKAGE_NAME@-dev -Depends: ${misc:Depends}, - ${python3:Depends}, - @KERNEL_HEADERS@, - python3-serial, - @MAIN_PACKAGE_NAME@ (= ${binary:Version}), - udev, - @YAPPS_RUNTIME@ +Depends: + ${misc:Depends}, + ${python3:Depends}, + @KERNEL_HEADERS@, + python3-serial, + @MAIN_PACKAGE_NAME@ (= ${binary:Version}), + udev, + @YAPPS_RUNTIME@ Section: devel Description: PC based motion controller for real-time Linux LinuxCNC is a fully-realised CNC machine controller that can interpret