Cura-packaging/libArcus/control

112 lines
3.4 KiB
Plaintext
Raw Normal View History

2016-09-10 10:33:26 +00:00
Source: libarcus
Section: devel
Priority: optional
2018-12-23 13:48:04 +00:00
Maintainer: Thomas Karl Pietrowski <thopiekar@gmail.com>
Build-Depends:
# Debhelper and build systems
debhelper (>= 9),
cmake,
# Python3
2016-10-23 11:07:56 +00:00
python3-all-dev, python3-all-dbg,
# SIP
2016-10-23 11:07:56 +00:00
python3-sip-dev, python3-sip-dbg,
2018-10-13 13:32:32 +00:00
# Protobuf >= 3.5
protobuf-compiler (>= 3.5), libprotobuf-dev (>= 3.5), libprotoc-dev,
2017-02-09 18:11:34 +00:00
Standards-Version: 3.9.8
2016-09-10 10:33:26 +00:00
X-Python3-Version: >= 3.4
2017-02-09 18:11:34 +00:00
Homepage: https://github.com/Ultimaker/libArcus
2016-09-10 10:33:26 +00:00
Vcs-Git: https://github.com/Ultimaker/libArcus.git
Vcs-Browser: https://github.com/Ultimaker/libArcus
Package: libarcus3
2016-09-10 10:33:26 +00:00
Architecture: any
Multi-Arch: same
Section: libs
Depends:
${shlibs:Depends},
${misc:Depends},
Provides:
libarcus,
Conflicts:
libarcus,
Replaces:
libarcus,
Description: Message queue for Cura based on protobuf (shared library)
This library contains C++ code and Python3 bindings for creating a socket
in a thread and using this socket to send and receive messages based on
the Protocol Buffers library. It is designed to facilitate the communication
between Cura and its backend and similar code.
.
This package contains the shared library.
2016-09-10 10:33:26 +00:00
2016-10-23 11:07:56 +00:00
Package: libarcus-dbg
Architecture: any
Multi-Arch: same
Section: debug
Depends:
${shlibs:Depends},
2017-02-09 18:11:34 +00:00
${misc:Depends},
Description: Message queue for Cura based on protobuf (development files)
This library contains C++ code and Python3 bindings for creating a socket
in a thread and using this socket to send and receive messages based on
the Protocol Buffers library. It is designed to facilitate the communication
between Cura and its backend and similar code.
.
This package contains C++ headers.
2016-10-23 11:07:56 +00:00
2016-09-10 10:33:26 +00:00
Package: libarcus-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
${shlibs:Depends},
${misc:Depends},
libarcus3 (= ${binary:Version}),
Description: Message queue for Cura based on protobuf (development files)
This library contains C++ code and Python3 bindings for creating a socket
in a thread and using this socket to send and receive messages based on
the Protocol Buffers library. It is designed to facilitate the communication
between Cura and its backend and similar code.
.
This package contains debug files.
2016-09-10 10:33:26 +00:00
Package: python3-arcus
Architecture: any
Section: python
Depends:
${shlibs:Depends},
${python3:Depends},
${misc:Depends},
libarcus3 (= ${binary:Version}),
2016-09-10 10:33:26 +00:00
Provides:
${python3:Provides}
XB-Python3-Version:
${python3:Versions}
Description: Message queue for Cura based on protobuf (Python bindings)
This library contains C++ code and Python3 bindings for creating a socket
in a thread and using this socket to send and receive messages based on
the Protocol Buffers library. It is designed to facilitate the communication
between Cura and its backend and similar code.
.
This package contains the Python 3 bindings.
2016-10-23 11:07:56 +00:00
Package: python3-arcus-dbg
Architecture: any
Section: python
Depends:
${shlibs:Depends},
${python3:Depends},
${misc:Depends},
libarcus-dbg (= ${binary:Version}),
2016-10-23 11:07:56 +00:00
Provides:
${python3:Provides}
XB-Python3-Version:
${python3:Versions}
Description: Message queue for Cura based on protobuf (Python bindings)
This library contains C++ code and Python3 bindings for creating a socket
in a thread and using this socket to send and receive messages based on
the Protocol Buffers library. It is designed to facilitate the communication
between Cura and its backend and similar code.
.
This package contains debug builds of the Python 3 bindings.