debian/control
author laurent
Sun, 08 Jan 2012 19:16:58 +0100
changeset 616 8a60ffcfd70b
parent 565 94c11207aa6f
permissions -rw-r--r--
Adding support for drag'n dropping variable from global defined in configurations and resources to POU variable panel or body editor for declaring external variables
Adding support for drag'n dropping located variables from topology panel to configurations and resources variable panel for declaring global located variables
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
565
94c11207aa6f Moving xmlclass and docutils into plcopeneditor
laurent
parents: 456
diff changeset
    10
Depends: libwxgtk2.8-0, libwxbase2.8-0
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