]> git.sur5r.net Git - i3/i3/commitdiff
travis: fix mk-build-deps call by providing changelog file 3456/head
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 15 Oct 2018 06:40:00 +0000 (08:40 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 15 Oct 2018 06:40:00 +0000 (08:40 +0200)
mk-build-deps started using the changelog file to get the version number, but a
bug prevents it from falling back correctly to 1.0 if no changelog is
present. This has been fixed upstream in
https://salsa.debian.org/debian/devscripts/commit/4b15abd4f0cfe4accbf28f24546891867344a73c,
but we can just ship the changelog file until that fix lands.

travis/travis-base.Dockerfile

index 7eafb9fb12dcf6f3750a5012a2af30e8541c0ea9..be3780d4eecd65d9e734c6e2b0cf5714afa75baa 100644 (file)
@@ -24,6 +24,7 @@ RUN apt-get update && \
 
 # Install i3 build dependencies.
 COPY debian/control /usr/src/i3-debian-packaging/control
+COPY debian/changelog /usr/src/i3-debian-packaging/changelog
 RUN apt-get update && \
     DEBIAN_FRONTEND=noninteractive mk-build-deps --install --remove --tool 'apt-get --no-install-recommends -y' /usr/src/i3-debian-packaging/control && \
     rm -rf /var/lib/apt/lists/*