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

[SCM] Debian package checker branch, master, updated. 2.2.13-50-gbd5784d



The following commit has been merged in the master branch:
commit 78c943e9ec29ca03e0b79716eadb77b405d48639
Author: Russ Allbery <rra@debian.org>
Date:   Sat Aug 15 18:36:34 2009 -0700

    Fix debhelper dependency in files-general test
    
    This test uses debhelper overrides, so it needs a versioned dependency
    on debhelper 7.0.50.

diff --git a/t/tests/debhelper-dh-clean-k-ok/debian/debian/control.in b/t/tests/files-general/debian/debian/control.in
similarity index 92%
copy from t/tests/debhelper-dh-clean-k-ok/debian/debian/control.in
copy to t/tests/files-general/debian/debian/control.in
index 76b52f1..fc7a0e1 100644
--- a/t/tests/debhelper-dh-clean-k-ok/debian/debian/control.in
+++ b/t/tests/files-general/debian/debian/control.in
@@ -3,7 +3,7 @@ Priority: extra
 Section: {$section}
 Maintainer: {$author}
 Standards-Version: {$standards_version}
-Build-Depends: debhelper (>= 6)
+Build-Depends: debhelper (>= 7.0.50~)
 
 Package: {$srcpkg}
 Architecture: {$architecture}

-- 
Debian package checker


Reply to: