debian/control-virtual
author greg
Wed, 28 Oct 2009 13:46:53 +0100
changeset 612 fc3399727a06
parent 579 3126da40d469
child 614 9b1fe0532d0d
permissions -rw-r--r--
Fix some bug in debian packages
Source: canfestival
Section: devel
Priority: standard
Maintainer: lolitech <gregory.trelat@lolitech.fr>
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.