debian/control
author laurent
Wed, 07 Sep 2011 15:53:28 +0200
changeset 552 a387f258814a
parent 456 dc379f8db18d
child 565 94c11207aa6f
permissions -rw-r--r--
Disabling location definition for enumerated and structure variables
Adding support for selecting enumerated variable initial value using choice cell editor
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