提交 203dbbd2 编辑于 作者: Ivan Babrou's avatar Ivan Babrou 提交者: yonghong-song
浏览文件

Strict version dependencies for debian packages, closes #1770 (#1848)

* Strict version dependencies for debian packages, closes #1770

* Use correct description for libbcc-examples debian package
显示 6 个添加6 个删除
+6 -6
......@@ -21,25 +21,25 @@ Description: Shared Library for BPF Compiler Collection (BCC)
Package: libbcc-examples
Architecture: any
Depends: libbcc
Description: Shared Library for BPF Compiler Collection (BCC)
Depends: libbcc (= ${binary:Version})
Description: Examples for BPF Compiler Collection (BCC)
Package: python-bcc
Architecture: all
Depends: libbcc, python, binutils
Depends: libbcc (= ${binary:Version}), python, binutils
Description: Python wrappers for BPF Compiler Collection (BCC)
Package: python3-bcc
Architecture: all
Depends: libbcc, python3, binutils
Depends: libbcc (= ${binary:Version}), python3, binutils
Description: Python3 wrappers for BPF Compiler Collection (BCC)
Package: bcc-tools
Architecture: all
Depends: python-bcc
Depends: python-bcc (= ${binary:Version})
Description: Command line tools for BPF Compiler Collection (BCC)
Package: bcc-lua
Architecture: all
Depends: libbcc
Depends: libbcc (= ${binary:Version})
Description: Standalone tool to run BCC tracers written in Lua
支持 Markdown
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册