[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/01: t/source: Avoid some hard coded B-D on debhelper/9



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository lintian.

commit 811f78ce41f6f14f6dde2df8e70cdb786cce46db
Author: Niels Thykier <niels@thykier.net>
Date:   Tue Dec 19 18:59:14 2017 +0000

    t/source: Avoid some hard coded B-D on debhelper/9
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 t/source/changelog-file-symlink/dsc.in.in | 2 +-
 t/source/no-sha256-checksum/dsc.in.in     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/source/changelog-file-symlink/dsc.in.in b/t/source/changelog-file-symlink/dsc.in.in
index 8166eb6..cc15396 100644
--- a/t/source/changelog-file-symlink/dsc.in.in
+++ b/t/source/changelog-file-symlink/dsc.in.in
@@ -5,7 +5,7 @@ Architecture: all
 Version: 1
 Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
 Standards-Version: {$standards_version}
-Build-Depends: debhelper (>= 9)
+Build-Depends: {$build_depends}
 Testsuite: autopkgtest
 Checksums-Sha1:
  @SHA1@ @SIZE@ changelog-file-symlink_1.tar.gz
diff --git a/t/source/no-sha256-checksum/dsc.in.in b/t/source/no-sha256-checksum/dsc.in.in
index ed0edad..5f7dd86 100644
--- a/t/source/no-sha256-checksum/dsc.in.in
+++ b/t/source/no-sha256-checksum/dsc.in.in
@@ -5,7 +5,7 @@ Architecture: all
 Version: 1
 Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
 Standards-Version: {$standards_version}
-Build-Depends: debhelper (>= 9)
+Build-Depends: {$build_depends}
 Testsuite: autopkgtest
 Checksums-Sha1:
  @SHA1@ @SIZE@ no-sha256-checksum_1.tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: