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

[lintian] 01/01: t/source: Remove remaining hard-coding of debhelper build-dependencies



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

nthykier pushed a commit to branch master
in repository lintian.

commit f9031f4939b7cdba3e05d3b34d53fa76d6991aac
Author: Niels Thykier <niels@thykier.net>
Date:   Tue Dec 19 19:06:07 2017 +0000

    t/source: Remove remaining hard-coding of debhelper build-dependencies
---
 t/source/magic-architecture-srcpkg-ok/control.in | 2 +-
 t/templates/source/skel/control.in               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/source/magic-architecture-srcpkg-ok/control.in b/t/source/magic-architecture-srcpkg-ok/control.in
index f1afea1..a43113e 100644
--- a/t/source/magic-architecture-srcpkg-ok/control.in
+++ b/t/source/magic-architecture-srcpkg-ok/control.in
@@ -2,7 +2,7 @@ Source: {$source}
 Section: {$section}
 Priority: optional
 Maintainer: {$author}
-Build-Depends: debhelper (>= 7)
+Build-Depends: {$build_depends}
 Standards-Version: {$standards_version}
 
 Package: magic-architecture-srcpkg-ok-data
diff --git a/t/templates/source/skel/control.in b/t/templates/source/skel/control.in
index eb20282..3af5796 100644
--- a/t/templates/source/skel/control.in
+++ b/t/templates/source/skel/control.in
@@ -3,7 +3,7 @@ Priority: optional
 Section: {$section}
 Maintainer: {$author}
 Standards-Version: {$standards_version}
-Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends: {$build_depends}
 
 Package: {$source}
 Architecture: {$architecture}

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


Reply to: