mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
travis-ci: add "dh build-arch" step
debian: fix dependencies
This commit is contained in:
parent
cdde36ccb2
commit
863f87fac1
22
.travis.yml
22
.travis.yml
@ -1,11 +1,17 @@
|
|||||||
sudo: required
|
sudo: required
|
||||||
dist: trusty
|
dist: trusty
|
||||||
os: linux
|
|
||||||
language: c
|
|
||||||
compiler:
|
|
||||||
- gcc
|
|
||||||
- clang
|
|
||||||
script:
|
|
||||||
- "./configure"
|
|
||||||
- make
|
|
||||||
|
|
||||||
|
os: linux
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages: [ debhelper ]
|
||||||
|
|
||||||
|
language: c
|
||||||
|
|
||||||
|
compiler: [ gcc, clang ]
|
||||||
|
|
||||||
|
script:
|
||||||
|
- ./configure
|
||||||
|
- make
|
||||||
|
- dh build-arch
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -2,7 +2,7 @@ Source: softether-vpn
|
|||||||
Section: net
|
Section: net
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Dmitry Orlov <me@mosquito.su>
|
Maintainer: Dmitry Orlov <me@mosquito.su>
|
||||||
Build-Depends: debhelper (>= 7.0.50~), libncurses-dev, linux-libc-dev, libssl-dev, libreadline-dev, build-essential, dh-exec
|
Build-Depends: debhelper (>= 7.0.50~), libncurses5-dev, linux-libc-dev, libssl-dev, zlib1g-dev, libreadline-dev, build-essential, dh-exec
|
||||||
Standards-Version: 3.9.1
|
Standards-Version: 3.9.1
|
||||||
Homepage: http://www.softether.org/
|
Homepage: http://www.softether.org/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user