trivial: don't pull debhelper from experimental on debian CI anymore

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865363 has been
fixed
This commit is contained in:
Mario Limonciello 2017-06-26 08:54:50 -05:00
parent 72975f0077
commit db42f2bd27

View File

@ -2,6 +2,7 @@ FROM debian:experimental
RUN apt-get update -qq
RUN apt-get install -yq --no-install-recommends \
debhelper \
devscripts \
docbook-utils \
fontconfig \
@ -43,10 +44,8 @@ RUN apt-get install -yq --no-install-recommends \
systemd \
valgrind
#deps not yet in unstable:
# - new debehlper (10.3) for meson building
# - new appstream-glib is fwupd dependency
RUN apt-get -t experimental install -yq --no-install-recommends \
debhelper \
gir1.2-appstreamglib-1.0 \
libappstream-glib-dev
#deps needed only for installed tests