This is an automated email from the git hooks/post-receive script. nthykier pushed a commit to branch master in repository lintian.
commit 2dbcb38d39eb4baffc34e4b0d2867b64b09c6460 Author: Niels Thykier <[email protected]> Date: Mon Jul 17 19:29:20 2017 +0000 Work around jenkins not having jessie-backports yet Signed-off-by: Niels Thykier <[email protected]> --- debian/control | 3 ++- t/tests/elpa/desc | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index e47fe1e..1cf34d4 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,8 @@ Build-Depends: aspell, cdbs, debhelper (>= 9), default-jdk, - dh-elpa, +# Use bash as a Jessie indicator (dh-elpa is only used for a test) + dh-elpa | bash (<< 4.4), diffstat, docbook-utils, docbook-xml, diff --git a/t/tests/elpa/desc b/t/tests/elpa/desc index 5e4f14a..cfab720 100644 --- a/t/tests/elpa/desc +++ b/t/tests/elpa/desc @@ -2,5 +2,6 @@ Testname: elpa Type: non-native Version: 1.0-1 Description: Tests for emacsen-common packages using dh-elpa +Test-Depends: dh-elpa Test-Against: emacsen-common-without-dh-elpa -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git

