Qv2ray/debian/control
ymshenyu 9f01948426
build debian package with github actions (#436)
* debian: initial packaging
* debian: add build action
* update - 1
* Revert "update - 1"
This reverts commit a8caeeb0be.
* update - 2
* update - 3
* update - 4
* update - 5
* update - 6
* update - 7
* update - 8
* update - 9
* update - 10
* update - 11
* debian/ package: Minor fix
* add cmake to build deps
* debian/: Fix minor bugs
* debian/control: qv2ray should depend or recommend v2ray
* add artifact
* debian/: More clean-up
* fix artifact
* fix typo
* Revert "fix typo"
This reverts commit 912615dcce.
* use v2 actions/upload-artifact
* remove some steps
* Revert "fix artifact"
This reverts commit 5fccc92876.
* fix artifact
Co-authored-by: Boyuan Yang <byang@debian.org>
2020-03-20 11:18:31 +08:00

24 lines
823 B
Plaintext

Source: qv2ray
Section: net
Priority: optional
Maintainer: Guobang Bi <ymshenyu@gmail.com>
Uploaders: Boyuan Yang <byang@debian.org>
Build-Depends: debhelper (>= 11),
cmake (>= 3.10.1),
libgrpc++-dev (>= 1.16.1-1~),
libprotobuf-dev (>= 3.6.1.3-1~),
protobuf-compiler (>= 3.6.1.3-1~),
protobuf-compiler-grpc (>= 1.16.1-1~),
qtbase5-dev (>= 5.11.3-1~),
qttools5-dev (>= 5.11.3-1~)
Standards-Version: 4.5.0
Homepage: https://github.com/Qv2ray/Qv2ray
Vcs-Browser: https://salsa.debian.org/debian/qv2ray
Vcs-Git: https://salsa.debian.org/debian/qv2ray.git
Package: qv2ray
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: v2ray
Description: Qv2ray, A Qt frontend for v2ray. Written in c++.