]> rtime.felk.cvut.cz Git - CanFestival-3.git/blob - debian/control
Remove deletion PDO when mapping undefined in export to EDS
[CanFestival-3.git] / debian / control
1 Source: canfestival
2 Section: devel
3 Priority: standard
4 Maintainer: lolitech <gregory.trelat@lolitech.fr>
5 Build-Depends: debhelper (>= 5)
6 #, autotools-dev, libwxgtk2.8-dev
7 Standards-Version: 3.7.2
8
9 Package: canfestival
10 Architecture: any
11 Depends: ${shlibs:Depends}, ${misc:Depends}
12 Description: <insert up to 60 chars description>
13
14 Package: canfestival-devel
15 Architecture: all
16 Description: Canfestival library
17  This package contains the CanFestival library for unix platform.
18
19 Package: canfestival-examples
20 Architecture: all
21 Description: Program's Examples for canfestival
22  This package contains some test programs you can use as example
23  for your own developments.
24  - TestMasterSlave : Two CanOpen nodes in the same process
25  - TestMasterMicromod : A CanOpen master that control a peak MicroMod module
26  - DS401_Master : Master Node for the DS401_Slave_Gui
27  - DS401_Slave_Gui : Simulate an I/O module with GUI
28
29 Package: canfestival-doc
30 Architecture: all
31 Description: Documentation for canfestival
32
33 Package: canfestival-${CAN_INTERFACE}
34 Architecture: all
35 Description: Can Driver Interface for Peak Driver
36
37 Package: canfestival-objdictedit
38 Architecture: all
39 Depends: python-wxgtk2.8, xpdf
40 Description: A CanOpen Node Editor
41  Objdictedit, the Object Dictionary Editor, is a WxPython based GUI that is used to
42  create the C file needed to create a new CanOpen node.
43