]> rtime.felk.cvut.cz Git - CanFestival-3.git/commitdiff
change name for control-peak to control-peak_linux
authorgreg <greg>
Mon, 31 Dec 2007 09:41:36 +0000 (09:41 +0000)
committergreg <greg>
Mon, 31 Dec 2007 09:41:36 +0000 (09:41 +0000)
debian/control-peak_linux [new file with mode: 0644]

diff --git a/debian/control-peak_linux b/debian/control-peak_linux
new file mode 100644 (file)
index 0000000..066b88b
--- /dev/null
@@ -0,0 +1,42 @@
+Source: canfestival
+Section: devel
+Priority: standard
+Maintainer: lolitech <gregory.trelat@lolitech.fr>
+Build-Depends: debhelper (>= 5), autotools-dev, libwxgtk2.8-dev
+Standards-Version: 3.7.2
+
+Package: canfestival
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: <insert up to 60 chars description>
+
+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
+ - TestMasterMicromod : A CanOpen master that control a peak MicroMod module
+ - DS401_Master : Master Node for the DS401_Slave_Gui
+ - DS401_Slave_Gui : Simulate an I/O module with GUI
+
+Package: canfestival-doc
+Architecture: all
+Description: Documentation for canfestival
+
+Package: canfestival-peak
+Architecture: all
+Description: Can Driver Interface for Peak Driver
+
+Package: canfestival-objdictedit
+Architecture: all
+Depends: python-wxgtk2.8, xpdf
+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.
+