]> git.sur5r.net Git - i3/i3/commitdiff
travis-base.Dockerfile: depend on perl, not perl-modules
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 26 Sep 2016 15:26:37 +0000 (17:26 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 26 Sep 2016 18:42:51 +0000 (20:42 +0200)
As per the package description, perl-modules is an implementation detail
and packages should depend on perl instead.

travis/travis-base.Dockerfile

index 0861b26adb69a77f62a79a246bcbfc35d8a71ab1..85fa27523172b4c3de34518787345f1498b88a84 100644 (file)
@@ -19,7 +19,7 @@ RUN apt-get update && \
     dpkg-dev devscripts git equivs \
     clang clang-format-3.5 \
     lintian \
-    libanyevent-perl libanyevent-i3-perl libextutils-pkgconfig-perl xcb-proto cpanminus xvfb xserver-xephyr xauth libinline-perl libinline-c-perl libxml-simple-perl libmouse-perl libmousex-nativetraits-perl libextutils-depends-perl perl-modules libtest-deep-perl libtest-exception-perl libxml-parser-perl libtest-simple-perl libtest-fatal-perl libdata-dump-perl libtest-differences-perl libxml-tokeparser-perl libipc-run-perl libxcb-xtest0-dev libx11-xcb-perl libanyevent-i3-perl && \
+    libanyevent-perl libanyevent-i3-perl libextutils-pkgconfig-perl xcb-proto cpanminus xvfb xserver-xephyr xauth libinline-perl libinline-c-perl libxml-simple-perl libmouse-perl libmousex-nativetraits-perl libextutils-depends-perl perl libtest-deep-perl libtest-exception-perl libxml-parser-perl libtest-simple-perl libtest-fatal-perl libdata-dump-perl libtest-differences-perl libxml-tokeparser-perl libipc-run-perl libxcb-xtest0-dev libx11-xcb-perl libanyevent-i3-perl && \
     rm -rf /var/lib/apt/lists/*
 
 # Install i3 build dependencies.