mirror of
https://github.com/naruxde/revpimodio2.git
synced 2025-11-08 22:03:53 +01:00
packaging(deb): Start packaging branch
Signed-off-by: Sven Sager <akira@narux.de> Signed-off-by: Sven Sager <s.sager@kunbus.com>
This commit is contained in:
43
debian/control
vendored
Normal file
43
debian/control
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
Source: revpimodio2
|
||||
Section: python
|
||||
Priority: optional
|
||||
Maintainer: Sven Sager <akira@narux.de>
|
||||
Rules-Requires-Root: no
|
||||
Homepage: https://revpimodio.org/
|
||||
Vcs-Browser: https://github.com/naruxde/revpimodio2
|
||||
Vcs-Git: https://github.com/naruxde/revpimodio2.git
|
||||
Build-Depends:
|
||||
debhelper-compat (= 12),
|
||||
dh-python,
|
||||
python3-all,
|
||||
python3-setuptools,
|
||||
python3-sphinx
|
||||
Standards-Version: 4.3.0
|
||||
|
||||
Package: python3-revpimodio2
|
||||
Architecture: all
|
||||
Depends: ${python3:Depends}, ${misc:Depends}
|
||||
Suggests: python-revpimodio2-doc
|
||||
Description: Python3 programming for RevolutionPi of Kunbus GmbH
|
||||
The module provides all devices and IOs from the piCtory configuration in
|
||||
Python3. It allows direct access to the values via their assigned name. Read
|
||||
and write actions on the process image are managed by the module itself without
|
||||
the programmer having to worry about offsets and addresses. For the gateway
|
||||
modules such as ModbusTCP or Profinet, own 'inputs' and 'outputs' can be
|
||||
defined over a specific address range. These IOs can be accessed directly from
|
||||
the values using Python3.
|
||||
|
||||
Package: python3-revpimodio2-doc
|
||||
Architecture: all
|
||||
Section: doc
|
||||
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
|
||||
Description: Python3 programming for RevolutionPi of Kunbus GmbH documentation
|
||||
The module provides all devices and IOs from the piCtory configuration in
|
||||
Python3. It allows direct access to the values via their assigned name. Read
|
||||
and write actions on the process image are managed by the module itself without
|
||||
the programmer having to worry about offsets and addresses. For the gateway
|
||||
modules such as ModbusTCP or Profinet, own 'inputs' and 'outputs' can be
|
||||
defined over a specific address range. These IOs can be accessed directly from
|
||||
the values using Python3.
|
||||
.
|
||||
This is the documentation package.
|
||||
Reference in New Issue
Block a user