This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=4c2bff1002925b181a9dcda188ae730514950251 commit 4c2bff1002925b181a9dcda188ae730514950251 Author: Guillem Jover <[email protected]> AuthorDate: Sat Apr 25 20:24:54 2020 +0200 build: Set DPKG_SERIES to 1.20.x when running the functional test suite --- .gitlab-ci.yml | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 20368a2e2..612fc3654 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,7 +47,7 @@ func-tests: - make - git clone https://git.dpkg.org/git/dpkg/dpkg-tests.git - cd dpkg-tests - - echo "DPKG_SERIES = 1.18.x" >>.pkg-tests.conf + - echo "DPKG_SERIES = 1.20.x" >>.pkg-tests.conf - echo "DPKG_TESTSUITE_OPTIONS = debug not-root" >>.pkg-tests.conf - echo "DPKG_BUILDTREE = $(realpath ..)" >>.pkg-tests.conf - ./db-regen diff --git a/debian/changelog b/debian/changelog index aafe41154..531a688a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -29,6 +29,7 @@ dpkg (1.20.1) UNRELEASED; urgency=medium * Build system: - Handle .git being a plain file when getting the dpkg tree version. - Add debian/changelog as a Changes file to the CPAN distribution. + - Set DPKG_SERIES to 1.20.x when running the functional test suite. * Packaging: - Switch to debhelper compatibility level 13. - Remove debian/tmp prefix from manpages debhelper fragment files. -- Dpkg.Org's dpkg

