Skip to content
Closed
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
3 changes: 1 addition & 2 deletions debian/configure
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ esac
DOC_BUILD=
MAIN_PACKAGE_NAME=linuxcnc
OTHER_MAIN_PACKAGE_NAME=linuxcnc-uspace
EXTRA_RECOMMENDS=hostmot2-firmware
case $TARGET in
uspace|sim)
TARGET=uspace
Expand All @@ -156,7 +155,7 @@ case $TARGET in
MAIN_PACKAGE_NAME=linuxcnc-uspace
OTHER_MAIN_PACKAGE_NAME=linuxcnc

EXTRA_RECOMMENDS="$EXTRA_RECOMMENDS, linux-image-rt-amd64 [linux-amd64], linux-image-rt-686-pae [linux-i386]"
EXTRA_RECOMMENDS="linux-image-rt-amd64 [linux-amd64], linux-image-rt-686-pae [linux-i386]"
;;
2.6.12-magma)
KERNEL_HEADERS=$KERNEL_HEADERS,gcc-3.4
Expand Down
2 changes: 1 addition & 1 deletion debian/control.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Description: PC based motion controller for real-time Linux
Package: @MAIN_PACKAGE_NAME@
Conflicts: linuxcnc-sim, @OTHER_MAIN_PACKAGE_NAME@
Architecture: any
Recommends: linuxcnc-doc-en | linuxcnc-doc, @EXTRA_RECOMMENDS@
Recommends: linuxcnc-doc-en | linuxcnc-doc, hostmot2-firmware-all, @EXTRA_RECOMMENDS@
Depends: ${shlibs:Depends}, @KERNEL_DEPENDS@,
tcl@TCLTK_VERSION@, tk@TCLTK_VERSION@, bwidget (>= 1.7), libtk-img (>=1.13),
python (>= @PYTHON_VERSION@), python (<< @PYTHON_VERSION_NEXT@),
Expand Down