Cura-packaging/libArcus/control

87 lines
2.2 KiB
Plaintext
Raw Normal View History

2016-09-10 10:33:26 +00:00
Source: libarcus
Section: devel
Priority: optional
Maintainer: Thomas Karl Pietrowski <thopiekar@googlemail.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,
# Protobuf
2016-10-26 07:00:30 +00:00
protobuf-compiler, libprotobuf-dev (>= 3.0.0), 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,
2016-09-10 10:33:26 +00:00
Description: Communication library between internal components for Ultimaker software
Communication library between internal components for Ultimaker software
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},
2016-10-23 11:07:56 +00:00
Description: Communication library between internal components for Ultimaker software
Communication library between internal components for Ultimaker software
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}),
2016-09-10 10:33:26 +00:00
Description: Communication library between internal components for Ultimaker software
Communication library between internal components for Ultimaker software
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: Communication library between internal components for Ultimaker software
Communication library between internal components for Ultimaker software
2016-10-23 11:07:56 +00:00
Package: python3-arcus-dbg
Architecture: any
Section: python
Depends:
${shlibs:Depends},
${python3:Depends},
${misc:Depends},
2017-02-09 18:11:34 +00:00
libarcus-dbg (= ${binary:Version})
2016-10-23 11:07:56 +00:00
Provides:
${python3:Provides}
XB-Python3-Version:
${python3:Versions}
Description: Communication library between internal components for Ultimaker software
Communication library between internal components for Ultimaker software