Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion debian/control.main-pkg.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 8 additions & 7 deletions debian/control.top.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading