[beast] TRAVIS: the pdebuild host system needs dh-autoreconf installed for beast builds



commit d84031f3e3d881c4038093591be4e55ac9f1ba68
Author: Tim Janik <timj gnu org>
Date:   Tue Nov 3 15:54:13 2015 +0100

    TRAVIS: the pdebuild host system needs dh-autoreconf installed for beast builds
    
    Signed-off-by: Tim Janik <timj gnu org>

 .travis.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/.travis.yml b/.travis.yml
index dad73ad..45accef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@ sudo: required # needed for apt-get and pbuilder
 
 addons:
   apt:
-    packages: [ pbuilder, devscripts, debhelper ] # debootstrap
+    packages: [ pbuilder, devscripts, debhelper, dh-autoreconf ] # debootstrap
 
 before_install:
   - uname -a


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