debian/control
author laurent
Sat, 12 Dec 2009 20:37:35 +0100
changeset 484 acef952101a5
parent 456 dc379f8db18d
child 565 94c11207aa6f
permissions -rw-r--r--
Adding support for excluding option when not available according to IEC 61131 standard
Disabling use of complex types (array and structure) for POU interface until matiec can generate code
139
c2d093402005 add debian directory to create debian binary packages
greg
parents:
diff changeset
     1
Source: plcopeneditor
c2d093402005 add debian directory to create debian binary packages
greg
parents:
diff changeset
     2
Section: devel
c2d093402005 add debian directory to create debian binary packages
greg
parents:
diff changeset
     3
Priority: standard
455
d39f7fb16ec9 Wiped out references to Lolitech
edouard
parents: 314
diff changeset
     4
Maintainer: <edouard.tisserant@gmail.com>
139
c2d093402005 add debian directory to create debian binary packages
greg
parents:
diff changeset
     5
Build-Depends: debhelper (>= 5)
c2d093402005 add debian directory to create debian binary packages
greg
parents:
diff changeset
     6
Standards-Version: 3.7.2
c2d093402005 add debian directory to create debian binary packages
greg
parents:
diff changeset
     7
c2d093402005 add debian directory to create debian binary packages
greg
parents:
diff changeset
     8
Package: plcopeneditor
c2d093402005 add debian directory to create debian binary packages
greg
parents:
diff changeset
     9
Architecture: any
314
c9291298c5b8 updated : debian package scripts
greg
parents: 139
diff changeset
    10
Depends: libwxgtk2.8-0, libwxbase2.8-0, xmlclass, docutils
139
c2d093402005 add debian directory to create debian binary packages
greg
parents:
diff changeset
    11
Description: The PLCopen Editor saves and loads XML projects accordingly to PLCopen TC6-XML Schemes.
c2d093402005 add debian directory to create debian binary packages
greg
parents:
diff changeset
    12
 Edits all 5 of the IEC-61131-3 languages :
c2d093402005 add debian directory to create debian binary packages
greg
parents:
diff changeset
    13
     - FBD -> Function Block Diagram
c2d093402005 add debian directory to create debian binary packages
greg
parents:
diff changeset
    14
     - SFC -> Sequential Function Chart
c2d093402005 add debian directory to create debian binary packages
greg
parents:
diff changeset
    15
     - LD -> Ladder Diagram
c2d093402005 add debian directory to create debian binary packages
greg
parents:
diff changeset
    16
     - ST -> Structured Text
c2d093402005 add debian directory to create debian binary packages
greg
parents:
diff changeset
    17
     - IL -> Instruction List