1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-13 07:13:00 +03:00

travis-ci: add "dh build-arch" step

debian: fix dependencies
This commit is contained in:
Ilya Shipitsin 2018-03-10 02:01:36 +05:00 committed by Moataz Elmasry
parent cdde36ccb2
commit 863f87fac1
2 changed files with 15 additions and 9 deletions

View File

@ -1,11 +1,17 @@
sudo: required
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
View File

@ -2,7 +2,7 @@ Source: softether-vpn
Section: net
Priority: optional
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
Homepage: http://www.softether.org/