[smuxi: 2/8] Debian: install build-dependencies from debian/control file



commit 673d89a5c438d71c81a969a3c7beac2bfe01a3a9
Author: Mirco Bauer <meebey meebey net>
Date:   Sat Mar 7 13:42:08 2015 +0100

    Debian: install build-dependencies from debian/control file
    
    apt-get build-dep uses the debian/control file information from the distro's
    source package repository. This leads to mismatching build-dep requirements
    between the Smuxi git repository and the distro archive. So we use the
    mk-build-deps devscript to install the build-deps from the debian/control file.

 .travis.yml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/.travis.yml b/.travis.yml
index 7624683..5772b30 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,8 @@ before_install:
 install:
     - sudo apt-get update > /dev/null
     - sudo apt-get build-dep smuxi > /dev/null
+    - sudo apt-get install devscripts > /dev/null
+    - sudo mk-build-deps --install debian/control > /dev/null
     - sudo apt-get install mono-devel nunit-console moreutils gtk-sharp2-gapi libgtkspell-dev > /dev/null
 
 script:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]