debian/control
author laurent
Tue, 27 Mar 2012 23:55:10 +0200
changeset 659 46c3d5410888
parent 565 94c11207aa6f
permissions -rw-r--r--
Improving HitTest on Function Blocks with long names so that they only answer to click on visible parts instead of on the whole bounding box
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