]> git.donarmstrong.com Git - debbugs.git/commitdiff
use mk-build-deps to install package dependencies in travis
authorDon Armstrong <don@donarmstrong.com>
Mon, 26 Feb 2018 18:40:27 +0000 (10:40 -0800)
committerDon Armstrong <don@donarmstrong.com>
Mon, 26 Feb 2018 18:40:27 +0000 (10:40 -0800)
.travis.yml

index 0fd2461319d622f2802c3b291f59ae81f8f2f8c7..781bc876541d550d45ddfdf2d90c1ed4dba6448c 100644 (file)
@@ -2,15 +2,9 @@ dist: trusty
 sudo: required
 before_install:
   - sudo apt-get -qq update
-  - >
-    sudo apt-get install -y libparams-validate-perl
-    libmailtools-perl libmime-tools-perl libio-stringy-perl
-    libmldbm-perl liburi-perl libsoap-lite-perl libcgi-simple-perl
-    libhttp-server-simple-perl libtest-www-mechanize-perl
-    libmail-rfc822-address-perl libsafe-hole-perl libuser-perl
-    libconfig-simple-perl libtest-pod-perl
-    liblist-allutils-perl libtext-template-perl graphviz
-    libfile-libmagic-perl libgravatar-url-perl libwww-perl imagemagick
+  - sudo apt-get install -y devscripts
+  - dch -r
+  - mk-build-deps -s sudo -i debian/control
 script:
   - make; make test
 notifications: