/ debian / control.bottom.in
control.bottom.in
 1  Package: @MAIN_PACKAGE_NAME@
 2  Conflicts: linuxcnc-sim, @OTHER_MAIN_PACKAGE_NAME@
 3  Architecture: any
 4  Recommends: linuxcnc-doc-en | linuxcnc-doc, @EXTRA_RECOMMENDS@
 5  Depends: ${shlibs:Depends}, @KERNEL_DEPENDS@,
 6      tcl@TCLTK_VERSION@, tk@TCLTK_VERSION@, bwidget (>= 1.7), libtk-img (>=1.13),
 7      python (>= @PYTHON_VERSION@), python (<< @PYTHON_VERSION_NEXT@),
 8      ${python:Depends}, ${misc:Depends},
 9      python@PYTHON_VERSION@-tk,
10      python@PYTHON_VERSION@-glade2 | python-glade2,
11      python@PYTHON_VERSION@-numpy | python-numpy,
12      @PYTHON_IMAGING@,
13      @PYTHON_IMAGING_TK@,
14      python-gtksourceview2,
15      python-vte | gir1.2-vte-2.91,
16      @PYTHON_GST@,
17      python-xlib, python-gtkglext1, python-configobj,
18      tclreadline, procps, psmisc, module-init-tools | kmod, tclx,
19      mesa-utils, blt
20  Description: motion controller for CNC machines and robots
21   LinuxCNC is the next-generation Enhanced Machine Controller which
22   provides motion control for CNC machine tools and robotic
23   applications (milling, cutting, routing, etc.).
24  
25  Package: linuxcnc-doc-en
26  Provides: linuxcnc-doc
27  Architecture: all
28  Depends: ${misc:Depends}
29  Suggests: pdf-viewer
30  Description: motion controller for CNC machines and robots (English documentation)
31   LinuxCNC is the next-generation Enhanced Machine Controller which
32   provides motion control for CNC machine tools and robotic
33   applications (milling, cutting, routing, etc.).
34   .
35   This package contains the documentation in English.
36  
37  Package: linuxcnc-doc-fr
38  Provides: linuxcnc-doc
39  Architecture: all
40  Depends: ${misc:Depends}
41  Suggests: pdf-viewer
42  Description: motion controller for CNC machines and robots (French documentation)
43   LinuxCNC is the next-generation Enhanced Machine Controller which
44   provides motion control for CNC machine tools and robotic
45   applications (milling, cutting, routing, etc.).
46   .
47   This package contains the documentation in French.
48  
49  Package: linuxcnc-doc-es
50  Provides: linuxcnc-doc
51  Architecture: all
52  Depends: ${misc:Depends}
53  Suggests: pdf-viewer
54  Description: motion controller for CNC machines and robots (Spanish documentation)
55   LinuxCNC is the next-generation Enhanced Machine Controller which
56   provides motion control for CNC machine tools and robotic
57   applications (milling, cutting, routing, etc.).
58   .
59   This package contains the documentation in Spanish.