debian/control-virtual
author Edouard Tisserant
Fri, 23 Mar 2018 15:45:52 +0100
changeset 803 cb315e75b3bd
parent 614 9b1fe0532d0d
permissions -rw-r--r--
Fixed trailing -lrtdm added by configure with Xenomai
Source: canfestival
Section: devel
Priority: standard
Maintainer: edouard <edouard.tisserant@gmail.com>
Build-Depends: debhelper (>= 5)
Standards-Version: 3.7.2

Package: canfestival-devel
Architecture: all
Description: Canfestival library
 This package contains the CanFestival library for unix platform.

Package: canfestival-examples
Architecture: all
Description: Program's Examples for canfestival
 This package contains some test programs you can use as example
 for your own developments.
 - TestMasterSlave : Two CanOpen nodes in the same process
 - CANOpenShell : A CanOpen node that can execute some user commands through stdin

Package: canfestival-virtual
Architecture: all
Depends: canfestival-devel, canfestival-objdictedit
Description: Virtual Can Interfaces

Package: canfestival-objdictedit
Architecture: all
Depends: python-wxgtk2.8
Description: A CanOpen Node Editor
 Objdictedit, the Object Dictionary Editor, is a WxPython based GUI that is used to
 create the C file needed to create a new CanOpen node.